Displaying 1 result from an estimated 1 matches for "publicip2".
Did you mean:
publicip
2008 Jan 17
1
need help in configuring iptables for smtp traffic
...nd 1 is
from different service provider. eth3 and eth2 are from the same
public provider but currently we are using only eth2 public ip There
is a script which load balances the Internet Connection to both the
Service providers through ip rule
ip rule add from $publicip1 table 1
ip rule add from $publicip2 table 2
ip route add default scope global nexthop via $publicip1 dev eth1
weight 2 nexthop via $publicip2 dev eth2 weight 6
The problem we are facing is that we have 2 mx exchangers in our
domain. Both the exchangers receives/sends the mails from the public
ip like
mx1 will receive/sends mails t...