1
Fork 0

Correct the commands for setting up IP.

Of course adding an IP would be better.
This commit is contained in:
Jan-Erik Rediger 2012-07-31 16:26:35 +02:00
parent a8f828cb42
commit b60c1ba94f

View file

@ -85,7 +85,8 @@ On my laptop I did these things to forward:
On the Pi:
ip addr del 192.168.10.24/24 dev eth0
ip link set eth0 up
ip addr add 192.168.10.24/24 dev eth0
ip route add default via 192.168.10.1
echo "nameserver 8.8.8.8" > /etc/resolv.conf'