The following is a sample of our existing network.What we need to happen is
all the traffic that is coming from eth2 ( being masq'ed) be sent out
router A, and all the rest out router B. Will routed do it, and how?
currently the default route is route B and therefore all the outbound
traffic goes there.
Thanks in advance,
Thad Scalf
RAF
------------------------------Network Picture-------------------------
| |
|---------------| |-----------------|
| Router A | | Router B |
| 215.178.0.34 | | 40.15.125.250 |
|---------------| |-----------------|
| |
| |
|---------------------------------------------------------|
| eth3 eth0 |
| 215.178.0.33 40.15.125.193 |
| 255.255.255.224 255.255.255.192 |
| |
| Linux router |
| |
| eth2 eth1 |
| eth2 - 215.178.0.3 eth1 - 40.15.125.1 |
| 215.178.0.0/27 40.15.125.0/26 |
| eth2:1 - 192.168.0.2 eth1:0 - 40.15.125.65 |
| 192.168.0.0/24 40.15.125.64/26 |
|---------------------------------------------------------|
|
|
|
Sub-networks routed and masq'ed from here.
|
|
215.178.0.64/26 gw 215.178.0.1 ( frame pipe to external networks)
|
|
10.0.0.0/16 gw 215.178.0.1
|
|
192.168.10.0/24 gw 215.178.0.1
|
|
192.168.20.0/24 gw 215.178.0.1
|
|
192.168.30.0/24 gw 215.178.0.1
|
|
more networks will be added here...
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message