-
Notifications
You must be signed in to change notification settings - Fork 129
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Nanopi R5C eth1 not getting ip from br-lan but from wan #53
Comments
dmesg |
Hello, I strange issue with my R5C LAN physical port. below is my connection details
wan port (eth0): connected to my fiber router
lan port (eth1): connected to my wifi access point.
Problems:
Below are few outputs for debugging
ifconfig
`root@thotawrt:~# ifconfig
br-5f69316eac83 Link encap:Ethernet HWaddr 02:42:C5:FE:11:F7
inet addr:172.18.0.1 Bcast:172.18.255.255 Mask:255.255.0.0
inet6 addr: fe80::42:c5ff:fefe:11f7/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:353 errors:0 dropped:0 overruns:0 frame:0
TX packets:1359 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:13040 (12.7 KiB) TX bytes:68048 (66.4 KiB)
br-lan Link encap:Ethernet HWaddr DE:9F:C7:9F:EF:FE
inet addr:192.168.2.1 Bcast:192.168.2.255 Mask:255.255.255.0
inet6 addr: fd00:ab:cd::1/60 Scope:Global
inet6 addr: fe80::dc9f:c7ff:fe9f:effe/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:216727 errors:0 dropped:10 overruns:0 frame:0
TX packets:678764 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:25008845 (23.8 MiB) TX bytes:941838637 (898.2 MiB)
docker0 Link encap:Ethernet HWaddr 02:42:48:6A:59:2E
inet addr:172.17.0.1 Bcast:172.17.255.255 Mask:255.255.0.0
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
eth0 Link encap:Ethernet HWaddr DE:9F:C7:9F:EF:FD
inet addr:192.168.29.66 Bcast:192.168.29.255 Mask:255.255.255.0
inet6 addr: 2405:201:d00f:ff67:dc9f:c7ff:fe9f:effd/64 Scope:Global
inet6 addr: fe80::dc9f:c7ff:fe9f:effd/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:702488 errors:0 dropped:1 overruns:0 frame:0
TX packets:259410 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:945211465 (901.4 MiB) TX bytes:55838202 (53.2 MiB)
Interrupt:120
eth1 Link encap:Ethernet HWaddr DE:9F:C7:9F:EF:FE
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:219362 errors:0 dropped:233 overruns:0 frame:0
TX packets:678764 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:28360751 (27.0 MiB) TX bytes:941850831 (898.2 MiB)
Interrupt:152
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:65536 Metric:1
RX packets:39822 errors:0 dropped:0 overruns:0 frame:0
TX packets:39822 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:4169721 (3.9 MiB) TX bytes:4169721 (3.9 MiB)
veth27606f2 Link encap:Ethernet HWaddr BA:15:2B:78:61:5F
inet6 addr: fe80::b815:2bff:fe78:615f/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:908 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 B) TX bytes:46702 (45.6 KiB)
veth7f39f0e Link encap:Ethernet HWaddr 9E:91:AA:AB:E7:F4
inet6 addr: fe80::9c91:aaff:feab:e7f4/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:353 errors:0 dropped:0 overruns:0 frame:0
TX packets:1375 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:17982 (17.5 KiB) TX bytes:72491 (70.7 KiB)
ztqu3lciaa Link encap:Ethernet HWaddr 32:34:5B:BA:DA:93
inet addr:192.168.192.3 Bcast:192.168.192.255 Mask:255.255.255.0
inet6 addr: fcb1:3fac:3412:6088:dc19::1/40 Scope:Global
inet6 addr: fe80::3034:5bff:feba:da93/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:2800 Metric:1
RX packets:1657 errors:0 dropped:0 overruns:0 frame:0
TX packets:3250 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:191972 (187.4 KiB) TX bytes:966234 (943.5 KiB)
`
Please helping in fixing this issue?
Please let me know if you need any more debug output
The text was updated successfully, but these errors were encountered: