Hi,
this is the topology:
Now When I set defaultrouter="20.0.0.1" in /etc/rc.conf then FreeBSD BOX responses to PING/ICMP on 20.0.0.0 network, but not on the 40.0.0.0, opposite with defaultrouter="40.0.0.1", PING/ICMP works on 40.0.0.0 but not on 20.0.0.0, I (obviously) can not set two default routes.
My question is what to set to have PING/ICMP response on BOTH interfaces at the same time.
this is the topology:
Code:
NETWORK PROVIDER 0 NETWORK PROVIDER 1
\ /
\ /
\ /
\ /
\ /
ROUTER 0 ROUTER 1
20.0.0.1 40.0.0.1
\ /
+------\----------------/------+
| \ / |
| em0 em1 |
| 20.0.0.10 40.0.0.10 |
| |
| FREEBSD BOX |
| |
+------------------------------+
Now When I set defaultrouter="20.0.0.1" in /etc/rc.conf then FreeBSD BOX responses to PING/ICMP on 20.0.0.0 network, but not on the 40.0.0.0, opposite with defaultrouter="40.0.0.1", PING/ICMP works on 40.0.0.0 but not on 20.0.0.0, I (obviously) can not set two default routes.
My question is what to set to have PING/ICMP response on BOTH interfaces at the same time.