Three nics in my ASL v4.003
Eth0: 192.168.0.100/255.255.0
Eth1: 10.242.129.197/255.255.255.240 gw 10.242.129.206(router)
Eth2: adsl dynamic ip provided by isp
Kernel routing table:
61.59.168.1 dev ppp0 scope link
10.242.129.192/28 dev eth1 scope link
192.168.0.0/24 dev eth0 scope link
10.0.0.0/8 via 10.242.129.197 dev eth1 scope link
127.0.0.0/8 dev lo scope link
default via 61.59.168.1 dev ppp0
default via 10.242.129.206 dev eth1
masquerading
NAT rule
seednet Any -> All / All MASQ__adsl None
Packet filter rule
any (client) any (service) any (server) allow
In one of my computer- 192.168.0.200, gw 192.168.0.100, how can I do to route 10.x.x.x to 10.242.129.206 and all other to ppp0 via ASL box? [:S]
This thread was automatically locked due to age.