eth0 Link encap:Ethernet HWaddr 90:2b:34:db:a3:c3
inet addr:10.10.30.1 Bcast:10.10.30.255 Mask:255.255.255.0
inet6 addr: fe80::922b:34ff:fedb:a3c3/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:3815698 errors:0 dropped:3679 overruns:0 frame:0
TX packets:2025711 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:1838037586 (1.7 GiB) TX bytes:680973002 (649.4 MiB)
Interrupt:40 Base address:0xc000
eth1 Link encap:Ethernet HWaddr 90:2b:34:db:a3:c1
inet addr:192.168.7.1 Bcast:192.168.7.255 Mask:255.255.255.0
inet6 addr: fe80::922b:34ff:fedb:a3c1/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:1963410 errors:0 dropped:40 overruns:0 frame:0
TX packets:2346769 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:671701310 (640.5 MiB) TX bytes:1716868476 (1.5 GiB)
Interrupt:41 Base address:0x2000
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:850 errors:0 dropped:0 overruns:0 frame:0
TX packets:850 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:91158 (89.0 KiB) TX bytes:91158 (89.0 KiB)
iptables -L
Chain INPUT (policy ACCEPT)
target prot opt source destination
ACCEPT all -- anywhere anywhere
ACCEPT icmp -- anywhere anywhere icmp echo-request
Chain FORWARD (policy ACCEPT)
target prot opt source destination
ACCEPT all -- anywhere anywhere
ACCEPT all -- anywhere anywhere state RELATED,ESTABLISHED
ACCEPT all -- 192.168.0.0/24 192.168.7.0/24
ACCEPT all -- 192.168.7.0/24 192.168.0.0/24