search for: implan

Displaying 2 results from an estimated 2 matches for "implan".

Did you mean: implant
2006 Feb 10
0
Simple Dual NIC setup
...t not the 192.168.2.0/24 network. 192.168.2/24 is network un-reachable .... Hmmm ... Can you check over my 6 commands below and see where my problem is? Many thanks. Regards, Rudi. Routing Tables 255 local 254 main 253 default 0 unspec # # local # #1 inr.ruhep 200 implan 201 inet echo "Setup NIC 0" ip addr add 10.1.1.1/24 dev eth0 brd + echo "Setup NIC 1" ip addr add 192.168.2.250/24 dev eth1 brd + echo "Setup Default Route [ inet table ]" ip route add default via 10.1.1.254 proto static table inet echo "Setup LAN Route [...
2004 Dec 06
0
ip rule: from source prefix
...m with the from source prefix when using `ip rule`. If I set a from source prefix in my ip rules the two networks can see each other but the Linux router itself can only ping 1 network. /etc/iproute2/rt_tables 255 local 254 main 253 default 0 unspec 1 inr.ruhep 100 implan 200 inet Here I set up two NICs: ip addr add 192.168.2.7/24 dev eth0 brd + ip addr add 192.168.3.7/24 dev eth1 brd + Here I set up two routes: ip route add default via 192.168.2.1 proto static table inet ip route add 192.168.3/24 via 192.168.3.7 proto static table implan Here I set up two...