Walczę z problemem od kilku dni i nie daję rady, także zwracam się z prośbą o pomoc.
Próbuje skonfigurować internet poprzez komórkę, która podłączona jest przez kabelek do komputera. Teoretycznie powinno wszystko działać bo nie pojawia się żaden błąd połączenia, ale internetu nie ma, nie pinguje ani po IP ani np. http://www.wp.pl
Kod: Zaznacz cały
debian:/home/sebastian# ifconfig
eth0 Link encap:Ethernet HWaddr 00:1a:92:ee:30:3e
inet addr:192.168.0.124 Bcast:192.168.0.255 Mask:255.255.255.0
inet6 addr: fe80::21a:92ff:feee:303e/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:297 errors:0 dropped:0 overruns:0 frame:0
TX packets:360 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:220285 (215.1 KiB) TX bytes:95248 (93.0 KiB)
Interrupt:20 Base address:0xb800
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:160 errors:0 dropped:0 overruns:0 frame:0
TX packets:160 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:11241 (10.9 KiB) TX bytes:11241 (10.9 KiB)
ppp0 Link encap:Point-to-Point Protocol
inet addr:172.23.35.141 P-t-P:10.6.6.6 Mask:255.255.255.255
UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1500 Metric:1
RX packets:4 errors:0 dropped:0 overruns:0 frame:0
TX packets:5 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:3
RX bytes:52 (52.0 B) TX bytes:73 (73.0 B)
Kod: Zaznacz cały
nameserver 83.142.116.242
nameserver 192.168.0.1
domain enterpol.enterpol.pl
search enterpol.enterpol.pl
Jeszcze wynik polecenia route:
Kod: Zaznacz cały
debian:/home/sebastian# route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
10.6.6.6 * 255.255.255.255 UH 0 0 0 ppp0
192.168.0.0 * 255.255.255.0 U 0 0 0 eth0
link-local * 255.255.0.0 U 1000 0 0 eth0
default 192.168.0.1 0.0.0.0 UG 0 0 0 eth0
Pytanie gdzie popełniłem błąd?