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
I am trying to connect to the local usb0 interface so that I can check bjorn and possibly change WiFi networks to scan.
Unfortunately, however, I can only ever reach it through the IP of the WiFi network I initially connected it to.
I use a Mac and if I connect bjorn via USB I see it properly listed in the network interfaces. Clearly I set my interface as listed on 172.20.2.2 etc etc.
Via SSH by running an ip addr I see that the usb0 interface (which should have 172.20.2.1) has an apipa address.
The configuration in /etc/network/interfaces seems correct
I am trying to connect to the local usb0 interface so that I can check bjorn and possibly change WiFi networks to scan.
Unfortunately, however, I can only ever reach it through the IP of the WiFi network I initially connected it to.
I use a Mac and if I connect bjorn via USB I see it properly listed in the network interfaces. Clearly I set my interface as listed on 172.20.2.2 etc etc.
Via SSH by running an ip addr I see that the usb0 interface (which should have 172.20.2.1) has an apipa address.
The configuration in /etc/network/interfaces seems correct
allow-hotplug usb0
iface usb0 inet static
address 172.20.2.1
netmask 255.255.255.0
Suggestions? Thanks
2: usb0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000
link/ether xx:xx:xx:xx:xx:xx brd ff:ff:ff:ff:ff:ff
inet 169.254.98.1/16 brd 169.254.255.255 scope global noprefixroute usb0
valid_lft forever preferred_lft forever
inet6 fe80::1caa:21ed:27f4:9bce/64 scope link
valid_lft forever preferred_lft forever
The text was updated successfully, but these errors were encountered: