View Single Post
  #3 (permalink)  
Old 04-06-2006, 12:58 PM
MFriese MFriese is offline
Junior Member
 
Posts: 5
Default

Hmmm... I have nothing else in my iptables, just this one forward:

iptables -t nat -A PREROUTING -p tcp -d 1.2.3.4 --dport 443 -j REDIRECT --to-ports 1443

And as I said this is working fine for loading the html / js part including graphics from zimbra but I'm not able to log in. Do I have to change anything else?
Reply With Quote