Displaying 1 result from an estimated 1 matches for "internalhosta".
2004 Jun 28
5
iproute and shorewall
...don''t know where the real
problem is yet, perhaps someone can shed any light on this one.
What we currently do is route all traffic coming from a specific host through
our second isp''s nat router. This is done via SNAT on our own router.
/etc/shorewall/masq:
eth2 $INTERNALHOSTA 192.168.0.142
We now want to route all traffic coming from another host through that link
too _but_ only for a specific port, all other traffic is to still flow
through ISP1. I added a rule just like the one that is generated by shorewall
for the above entry:
iptables -t nat -I eth2_ma...