Quote:
|
Originally Posted by MFriese 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?  |
Well our jsp's and servlets do some redirects on login so it's very likely that it's redirecting to the 443 port and your rule is then preventing it from working.
Not really a *standard* config and our services at the moment don't play well trying to be forced to a single IP/interface. So not sure what else we can do. I'd recommend you trace the browser network traffic and try to see where it gets stuck.