Displaying 1 result from an estimated 1 matches for "ip2_isp2".
Did you mean:
ip1_isp2
2005 Jun 28
1
multihome network problem
...c.org/howto/lartc.rpdb.multiple-links.html and all works ok,
except for connections between my firewall and other hosts of "other" ISP.
Example:
I have two DNS with public ip adddresses, one for each ISP:
|-DNS1------------|
| IP2_ISP1 - eth0 |
|-----------------|
|-DNS2------------|
| IP2_ISP2 - eth0 |
|-----------------|
Ping from DNS1 to IP1_ISP1 of FW is ok (response from eth1 of FW).
Ping from DNS1 to IP1_ISP2 of FW fails (response from eth1 of FW).
Ping from DNS2 to IP1_ISP1 of FW fails (response from eth2 of FW).
Ping from DNS2 to IP1_ISP2 of FW is ok (response from eth2 of FW)....