You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While the transmit/receive speed of this interface is reportedly higher than eth0/wlan0, it's a virtual device (pointing to master br-ef67...49):
5: br-ef6764190849: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default
link/ether 02:32:16:c3:bd:6b brd ff:ff:ff:ff:ff:ff
inet 172.19.0.1/16 brd 172.19.255.255 scope global br-ef6764190849
valid_lft forever preferred_lft forever
inet6 fe80::42:c6ff:fec3:ad6b/64 scope link
valid_lft forever preferred_lft forever
7: veth06ee6be@if6: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master br-ef6764190849 state UP group default
link/ether 5e:b1:24:aa:38:cf brd ff:ff:ff:ff:ff:ff link-netnsid 0
inet 169.254.243.193/16 brd 169.254.255.255 scope global noprefixroute veth06ee6be
valid_lft forever preferred_lft forever
inet6 fe80::5cb1:14ff:fea8:f8cf/64 scope link
valid_lft forever preferred_lft forever
In the pi's GUI I have disabled all interfaces but eth0.
/etc/interfaces points to /etc/itnerfaces.d/ which is empty.
On login I get
Wi-Fi is currently blocked by rfkill.
Use raspi-config to set the country before use.
showing that the wlan interface has been switched off.
The actual hardware devices eth0, having been assigned 192.168.1.101, is still available for LAN traffic, however. What could be the reason it is not chosen as default once the gateway has been removed?
The text was updated successfully, but these errors were encountered:
Tested on (raspbian) Linux.
Steps to reproduce:
This gives the following output, as expected:
(the wlan interface is removed altogether).
We then reboot the pi. The above is intended to create an air-gapped network environment.
Running the code again results in
While the transmit/receive speed of this interface is reportedly higher than eth0/wlan0, it's a virtual device (pointing to master br-ef67...49):
In the pi's GUI I have disabled all interfaces but eth0.
/etc/interfaces points to /etc/itnerfaces.d/ which is empty.
On login I get
showing that the wlan interface has been switched off.
The actual hardware devices eth0, having been assigned 192.168.1.101, is still available for LAN traffic, however. What could be the reason it is not chosen as default once the gateway has been removed?
The text was updated successfully, but these errors were encountered: