how to send smtp traffic via gateway 2
  Home FAQ Contact Sign in
 
Advanced search
MATCHING GROUPS



more...
POPULAR GROUPS

more...

found 2 articles for 0.019 sec
Re: how to send smtp traffic via gateway 2?     

Group: alt.comp.os.linux · Group Profile · Search for how to send smtp traffic via gateway 2 in alt.comp.os.linux
Author: Tim Greer
Date: Sep 19, 2008 11:12

jerzu wrote: 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...
Show full article (1.03Kb) · Show article thread
how to send smtp traffic via gateway 2?     

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...
Show full article (0.48Kb)