[USB-ETH] How to transfer files if you have unstable wifi

Edit file “interfaces”

/etc/network/interfaces

Add this:

allow-hotplug usb0
auto usb0
iface usb0 inet static
address 192.168.2.1
netmask 255.255.255.0

1 Like