Group: alt.comp.os.linux · Group Profile · Search for how to send smtp traffic via gateway 2 in alt.comp.os.linux
Author: jerzu
Date: Sep 19, 2008 03:18
Hi, I have two ISP with two interfeace: WAN1 & WAN2 I would like to send smtpp traffic via WAN2 and get pop3 traffic via WAN1 how to do it? regards Jerry p.s. I tried: wan1 =83.12.12.226 wan2 =78.131.144.101 iptables -t nat -I POSTROUTING -s 192.168.1.0/24 -p tcp --dport 25 \ -j SNAT --to $wan2 -o eth1 iptables -t nat -A POSTROUTING -o...
|