1
2
3
4
5
6
7
8
9
10
11
12 | root@gateway:~# route Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface default fritz.box 0.0.0.0 UG 0 0 0 eth1 192.168.0.0 * 255.255.255.0 U 0 0 0 eth0 192.168.120.0 * 255.255.255.0 U 0 0 0 eth1 root@gateway:~# route -n Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 0.0.0.0 192.168.120.40 0.0.0.0 UG 0 0 0 eth1 192.168.0.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0 192.168.120.0 0.0.0.0 255.255.255.0 U 0 0 0 eth1 |