Page 1 of 1

WE826-T+EP06-A. No internet on LAN.(almost)

Posted: Sun Mar 14, 2021 9:51 am
by RadioRiot
Hello everyone. My rig is in the subject. I think i almost have internet on my LAN port but I think something is blocking the connection, or the routing is wrong. I'm kinda new to networking so I'm not too sure how to fix it. Here's what i got so far from my PC:

Code: Select all

root:~ # traceroute 8.8.8.8
traceroute to 8.8.8.8 (8.8.8.8), 30 hops max, 60 byte packets
 1  ROOter.lan (192.168.1.1)  0.581 ms  0.780 ms  0.744 ms
 2  172.21.0.14 (172.21.0.14)  35.109 ms * *
 3  * * *
 4  107.77.242.118 (107.77.242.118)  43.886 ms 107.77.242.116 (107.77.242.116)  43.853 ms 107.77.242.118 (107.77.242.118)  43.819 ms
 5  12.249.2.61 (12.249.2.61)  46.645 ms  46.611 ms  50.716 ms
 6  12.83.178.17 (12.83.178.17)  50.630 ms 12.83.178.29 (12.83.178.29)  43.665 ms  45.343 ms
 7  wswdc21crs.ip.att.net (12.122.2.33)  47.503 ms 12.122.116.37 (12.122.116.37)  38.343 ms wswdc21crs.ip.att.net (12.122.2.33)  46.725 ms
 8  12.122.116.37 (12.122.116.37)  39.834 ms 12.255.11.0 (12.255.11.0)  41.380 ms 12.255.11.8 (12.255.11.8)  37.744 ms
 9  * * 108.170.246.1 (108.170.246.1)  40.911 ms
10  * * *
11  dns.google (8.8.8.8)  42.972 ms  40.546 ms  39.092 ms

root:~ # traceroute openwrt.org
traceroute to openwrt.org (139.59.209.225), 30 hops max, 60 byte packets
 1  ROOter.lan (192.168.1.1)  0.502 ms  0.699 ms  0.930 ms
 2  172.21.0.6 (172.21.0.6)  38.745 ms * *
 3  * * *
 4  107.77.242.118 (107.77.242.118)  42.656 ms  42.621 ms 107.77.242.116 (107.77.242.116)  42.585 ms
 5  12.249.2.61 (12.249.2.61)  43.897 ms 12.249.2.57 (12.249.2.57)  49.502 ms 12.249.2.61 (12.249.2.61)  47.612 ms
 6  12.83.178.29 (12.83.178.29)  47.578 ms 12.83.178.17 (12.83.178.17)  42.932 ms 12.83.178.29 (12.83.178.29)  48.606 ms
 7  wswdc401igs.ip.att.net (12.122.113.37)  43.301 ms  39.408 ms igs1.wswdc.ip.att.net (12.122.134.133)  42.988 ms
 8  192.205.37.54 (192.205.37.54)  42.940 ms  42.907 ms  41.652 ms
 9  ae-9.r25.asbnva02.us.bb.gin.ntt.net (129.250.5.153)  43.576 ms  43.509 ms  44.663 ms
10  * ae-7.r21.londen12.uk.bb.gin.ntt.net (129.250.2.110)  118.886 ms  114.848 ms
11  ae-7.r00.londen14.uk.bb.gin.ntt.net (129.250.3.191)  112.054 ms  114.704 ms  115.889 ms
12  ae-1.a01.londen14.uk.bb.gin.ntt.net (129.250.2.235)  113.509 ms  114.602 ms  110.082 ms
13  ae-1.digital-ocean.londen14.uk.bb.gin.ntt.net (83.231.181.122)  113.646 ms  114.417 ms 62.73.179.138 (62.73.179.138)  111.188 ms
14  * * *
15  * * *
16  * * *
17  * * *
18  * wiki-01.infra.openwrt.org (139.59.209.225)  146.708 ms  146.466 ms

root:~ # ping google.com
PING google.com(iad30s21-in-x0e.1e100.net (2607:f8b0:4004:811::200e)) 56 data bytes
From 2600:380:410f:a3f::1 (2600:380:410f:a3f::1) icmp_seq=1 Destination unreachable: No route
From 2600:380:410f:a3f::1 (2600:380:410f:a3f::1) icmp_seq=2 Destination unreachable: No route
From 2600:380:410f:a3f::1 (2600:380:410f:a3f::1) icmp_seq=3 Destination unreachable: No route
From 2600:380:410f:a3f::1 (2600:380:410f:a3f::1) icmp_seq=4 Destination unreachable: No route
^C
--- google.com ping statistics ---
4 packets transmitted, 0 received, +4 errors, 100% packet loss, time 3004ms

root:~ [!1] # ping 8.8.8.8
PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data.
64 bytes from 8.8.8.8: icmp_seq=1 ttl=115 time=79.5 ms
64 bytes from 8.8.8.8: icmp_seq=2 ttl=115 time=40.7 ms
64 bytes from 8.8.8.8: icmp_seq=3 ttl=115 time=59.1 ms
64 bytes from 8.8.8.8: icmp_seq=4 ttl=115 time=57.3 ms
^C
--- 8.8.8.8 ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 3005ms
rtt min/avg/max/mdev = 40.698/59.169/79.535/13.778 ms

Any help will be greatly appreciated. If any more info is needed please let me know. Thanx for hearing me out.