From a8f828cb42482e4c813088c39db203149a272c64 Mon Sep 17 00:00:00 2001 From: Jan-Erik Rediger Date: Sat, 7 Jul 2012 16:21:44 +0200 Subject: [PATCH] Of course, adding the ip would be helpful. --- ...05-raspberry-pia-guick-guide-to-a-successfull-start.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2012-07-05-raspberry-pia-guick-guide-to-a-successfull-start.markdown b/_posts/2012-07-05-raspberry-pia-guick-guide-to-a-successfull-start.markdown index e303838..b15b94f 100644 --- a/_posts/2012-07-05-raspberry-pia-guick-guide-to-a-successfull-start.markdown +++ b/_posts/2012-07-05-raspberry-pia-guick-guide-to-a-successfull-start.markdown @@ -75,7 +75,7 @@ I connected the Pi via LAN to my laptop which got it's internet connection via W On my laptop I did these things to forward: - ip addr del 192.168.10.1/24 dev eth0 + ip addr add 192.168.10.1/24 dev eth0 sysctl net.ipv4.ip_forward=1