SurferTim,
Thank you for your swift response.
I have run the commands you said and this is the output, when conected to the cellphone wifi:
Code: Select all
root@pi:/# ifconfig
eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 169.254.71.45 netmask 255.255.0.0 broadcast 169.254.255.255
inet6 fe80::4921:665a:d227:ed1f prefixlen 64 scopeid 0x20<link>
ether b8:27:eb:2a:0a:21 txqueuelen 1000 (Ethernet)
RX packets 1745 bytes 97498 (95.2 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 5667 bytes 7622969 (7.2 MiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10<host>
loop txqueuelen 1 (Local Loopback)
RX packets 23 bytes 2118 (2.0 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 23 bytes 2118 (2.0 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
wlan0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.1.155 netmask 255.255.255.0 broadcast 192.168.1.255
inet6 fe80::62e3:27ff:fe11:6550 prefixlen 64 scopeid 0x20<link>
ether 60:e3:27:11:65:50 txqueuelen 1000 (Ethernet)
RX packets 2 bytes 322 (322.0 B)
RX errors 0 dropped 59 overruns 0 frame 0
TX packets 61 bytes 8832 (8.6 KiB)
TX errors 0 dropped 1 overruns 0 carrier 0 collisions 0
root@pi:/# route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
default 192.168.1.1 0.0.0.0 UG 303 0 0 wlan0
link-local 0.0.0.0 255.255.0.0 U 202 0 0 eth0
192.168.1.0 0.0.0.0 255.255.255.0 U 303 0 0 wlan0
root@pi:/# cat /etc/resolv.conf
# Generated by resolvconf
domain Home
nameserver 87.216.1.65
nameserver 87.216.1.66
root@pi:/#