I am trying to network some pis with a couple of windows 7 laptops. Because I am not using a router, I did not set the gateway. Windows seems happy with this but the pis do not. I set the relevant lines of /etc/network/interfaces to iface eth0 inet static address 192.168.0.1 network 255.255.255.0 Th...