I have one box with 2 ethernet interface:
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet dhcp
auto eth1
iface eth1 inet static
address 192.168.2.1
netmask 255.255.255.0
#network 192.168.1.0
gateway 192.168.2.1
#broadcast 192.168.1.1
dns-nameservers 195.130.131.11 192.130.130.139
Now eth0 is connected to main internet and eth1 is connected with another laptop Windows 7 which has ip : 192.168.2.2
But Windows 7 cant ping my eth0 IP. How can i make it possible?