assassin_z, OK
шлюз 192.168.0.11
На шлюзе показывайте:
ip a ; ip r ; sudo iptables-save
вот зделал:
roman@proxy:~$ ip a ; ip r ; sudo iptables-save
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 16436 qdisc noqueue state UNKNOWN
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP qlen 1000
link/ether 00:23:54:53:d0:10 brd ff:ff:ff:ff:ff:ff
inet 10.31.4.170/27 brd 10.31.4.191 scope global eth0
inet 10.1.45.2/24 brd 10.1.45.255 scope global eth0
inet6 fe80::223:54ff:fe53:d010/64 scope link
valid_lft forever preferred_lft forever
3: eth1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UNKNOWN qlen 1000
link/ether 00:e0:4c:69:17:ca brd ff:ff:ff:ff:ff:ff
inet 192.168.0.11/24 brd 192.168.0.255 scope global eth1
inet6 fe80::2e0:4cff:fe69:17ca/64 scope link
valid_lft forever preferred_lft forever
10.10.0.176/30 via 10.1.45.1 dev eth0 proto static metric 1
10.10.0.204/30 via 10.1.45.1 dev eth0 proto static metric 1
10.31.4.160/27 dev eth0 proto kernel scope link src 10.31.4.170 metric 1
10.1.45.0/24 dev eth0 proto kernel scope link src 10.1.45.2
192.168.0.0/24 dev eth1 proto kernel scope link src 192.168.0.11 metric 1
10.1.0.0/24 via 10.1.45.1 dev eth0 proto static metric 1
169.254.0.0/16 dev eth0 scope link metric 1000
default via 10.31.4.161 dev eth0 proto static
[sudo] password for roman: