05-06-2022, 11:00 PM
(04-15-2022, 03:48 AM)biketool Wrote: this is 'route' on my laptopI have xxx'ed out mac addresses)
ifconfig:Code:Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
10.108.82.0 0.0.0.0 255.255.255.0 U 0 0 0 pan1
link-local 0.0.0.0 255.255.0.0 U 1000 0 0 pan1
Code:bnep0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet6 fe80::2e0:4cff:fe23:9987 prefixlen 64 scopeid 0x20<link>
ether xx:xx:xx:xx:xx:xx txqueuelen 1000 (Ethernet)
RX packets 275 bytes 52277 (51.0 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 236 bytes 134144 (131.0 KiB)
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 1000 (Local Loopback)
RX packets 33 bytes 3167 (3.0 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 33 bytes 3167 (3.0 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
pan1: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 10.36.225.1 netmask 255.255.255.0 broadcast 0.0.0.0
inet6 fe80::e8ad:18ff:fe73:2bbe prefixlen 64 scopeid 0x20<link>
ether xx:xx:xx:xx:xx:xx txqueuelen 1000 (Ethernet)
RX packets 275 bytes 49307 (48.1 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 246 bytes 135977 (132.7 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
I just saw that your bnep0 network device is IPv6only.
Can that be the routing issue, as it doesn't get assigned a IPv4 network address? There are similar IPv6 routing issues for USB and WiFi tethering:
https://gitlab.com/mobian1/issues/-/issues/408
https://gitlab.manjaro.org/manjaro-arm/i...issues/236