I want to set up the networks on my raspberry, I tried to do it the static
way:
I opened a terminal on the pi, wrote:
That is to say, I wrote static instead of what was written before (which was not dhcp if remember). And wrote down address, gateway and netmask only changing the two last digits of the adress from the one I had written on my computer.
Yet, when I try to ping the given adress I receive no response...
:~$ ping 192.168.0.29
PING 192.168.0.29 (192.168.0.29) 56(84) bytes of data.
From 192.168.0.35 icmp_seq=1 Destination Host Unreachable
From 192.168.0.35 icmp_seq=2 Destination Host Unreachable
From 192.168.0.35 icmp_seq=3 Destination Host Unreachable
^C
--- 192.168.0.29 ping statistics ---
4 packets transmitted, 0 received, +3 errors, 100% packet loss, time 3016ms
pipe 3