redirect port 443 ssl

thaabiet

New Member
Joined
Nov 28, 2008
Messages
8
Reaction score
0
Hello,

I would like to mulitlink 2 dsl accounts on a Suse linux box but instead of routing international and and local between the 2 accounts I want to route port 443 to a dsl account and all other requests to the other dsl account. Please help ....:):):):):):confused::confused::confused:
 
I take it this is tied to your query about squid?

Code:
iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 443 -j REDIRECT --to-port 3128

(assuming eth0 is the interface you're natting/mangling).
 
Does the above mean that all https requests made by user to squid box will be directed to eth0 in squid box ?
 
Top
Sign up to the MyBroadband newsletter
X