On Monday 24 July 2006 16:33, William Bohannan wrote:

> Thanks or the quick reply. Although I have had no success, I have been

> trying all day using both physdev and ebtables, neither of which I can get

> working :( Please help - below is what I am currently using.

>

Try this, it is a one-line simple modified version of your first post script. If this proof of concept works, then add all the others iptables rules that you whant.

iptables -F

iptables -t nat -F

iptables -t nat -A PREROUTING -m physdev --physdev-in eth1 -p tcp --dport 80 -j REDIRECT --to-port 3128

--

Luciano

_______________________________________________
LARTC mailing list
[email protected]
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc

Reply via email to