That sounds like the default route is not set, or no nameservers defined?
All I did was change from Linux 12 to linux 20. Remember this is a media bridge, I cable to the bridge. The bridge is supposed to connect to my wireless. I can access the config page of the bridge, but it gets no further. I can't get to my router even or anything else on the network. Just the bridge.
I think from the bridge, I can get outside. It has a linux core/
The router is 10.10.0.1. the bridge is 10.0.1.55. SM is 255.255.255.0
Not too good on routes. I can probably use the route command on either linux machine, but on the router it would not be persistant.
Therefore the computer can't see the DHCP server either which is 10.10.0.1.
I can connect to the bridge when the laptop is connected wirelessly to my network.
Note: the connect to DNS server automatically is greyed out.
Here is the routing table, but I;m not connected wired to the bridge:
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
10.0.1.0 * 255.255.255.0 U 0 0 0 br0
127.0.0.0 * 255.0.0.0 U 0 0 0 lo
default 10.0.1.1 0.0.0.0 UG 0 0 0 br0
admin@RT-AC68U:/tmp/home/root# ping 10.0.1.1
PING 10.0.1.1 (10.0.1.1): 56 data bytes
64 bytes from 10.0.1.1: seq=0 ttl=64 time=1.724 ms
64 bytes from 10.0.1.1: seq=1 ttl=64 time=1.597 ms
^C
--- 10.0.1.1 ping statistics ---
2 packets transmitted, 2 packets received, 0% packet loss
round-trip min/avg/max = 1.597/1.660/1.724 ms
admin@RT-AC68U:/tmp/home/root# ifconfig
br0 Link encap:Ethernet HWaddr <redacted>:8D:90
inet addr:10.0.1.55 Bcast:10.0.1.255 Mask:255.255.255.0
UP BROADCAST RUNNING ALLMULTI MULTICAST MTU:1500 Metric:1
RX packets:441410 errors:0 dropped:0 overruns:0 frame:0
TX packets:987205 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:42886727 (40.8 MiB) TX bytes:341130186 (325.3 MiB)
eth0 Link encap:Ethernet HWaddr <redacted>8D:90
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:452173 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:41295371 (39.3 MiB)
Interrupt:179 Base address:0x4000
eth1 Link encap:Ethernet HWaddr <redacted>8D:90
UP BROADCAST RUNNING ALLMULTI MULTICAST MTU:1500 Metric:1
RX packets:711873 errors:0 dropped:0 overruns:0 frame:1666220
TX packets:988936 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:51928766 (49.5 MiB) TX bytes:349352130 (333.1 MiB)
Interrupt:163
eth2 Link encap:Ethernet HWaddr <redacted>8D:94
UP BROADCAST RUNNING ALLMULTI MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:92279
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
Interrupt:169
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MULTICAST MTU:16436 Metric:1
RX packets:180133 errors:0 dropped:0 overruns:0 frame:0
TX packets:180133 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:38042902 (36.2 MiB) TX bytes:38042902 (36.2 MiB)
vlan1 Link encap:Ethernet HWaddr <redacted>:8D:90
UP BROADCAST RUNNING ALLMULTI MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:452173 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 B) TX bytes:41295371 (39.3 MiB)
admin@RT-AC68U:/tmp/home/root# ping
www.google.com
PING
www.google.com (172.217.10.36): 56 data bytes
64 bytes from 172.217.10.36: seq=0 ttl=118 time=29.893 ms
64 bytes from 172.217.10.36: seq=1 ttl=118 time=29.169 ms
^C
---
www.google.com ping statistics ---
2 packets transmitted, 2 packets received, 0% packet loss
round-trip min/avg/max = 29.169/29.531/29.893 ms
admin@RT-AC68U:/tmp/home/root#
There's some Linux command that I use don the laptop and I got "limited connectivity"
So, this does not have the laptop connected wired to the bridge, It's just the bridge in free space and connected to the wireless network.
Route on the laptop (laptop connected wirelessly to the network) and working
ubuntu@ubuntu:~$ route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
default _gateway 0.0.0.0 UG 600 0 0 wlp7s0
10.0.1.0 0.0.0.0 255.255.255.0 U 600 0 0 wlp7s0
link-local 0.0.0.0 255.255.0.0 U 1000 0 0 wlp7s0
anything else I could do? Do it in the bad configuration?