Code: Select all
sudo ifconfig
eth0 Link encap:Ethernet HWaddr b8:27:eb:1a:ce:c0
inet addr:192.168.137.9 Bcast:192.168.137.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:7640 errors:0 dropped:0 overruns:0 frame:0
TX packets:320 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:429344 (419.2 KiB) TX bytes:44511 (43.4 KiB)
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:16 errors:0 dropped:0 overruns:0 frame:0
TX packets:16 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:1344 (1.3 KiB) TX bytes:1344 (1.3 KiB)
This seems normal... Next idea: check firewall settings on the laptop.tadejkkk wrote:Code: Select all
sudo ifconfig
Make sure that the laptop's IP (192.168.137.x) is defined as a gateway on RasPi.tadejkkk wrote:If i turn off the firewall i can ping my laptop from RPi, but the internet connection still doesn't work.
Probably want to set a DNS server as wellFLYFISH TECHNOLOGIES wrote:Hi,Make sure that the laptop's IP (192.168.137.x) is defined as a gateway on RasPi.tadejkkk wrote:If i turn off the firewall i can ping my laptop from RPi, but the internet connection still doesn't work.
Best wishes, Ivan Zilic.
We're not there yet...drgeoff wrote:Probably want to set a DNS server as well.