RPi gadget hint.
Suggested for the /etc/network/interfaces file
Existing rpi configuration:
Recommended change:
Existing rpi configuration:
- allow-hotplug usb0
- iface usb0 inet static
- address 192.168.7.2
- netmask 255.255.255.0
- network 192.168.7.0
- broadcast 192.168.7.255
- gateway 192.168.7.1
Recommended change:
Existing host machine configuration:
- auto usb0
- iface usb0 inet static
- address 192.168.7.2
- netmask 255.255.255.0
- network 192.168.7.0
- broadcast 192.168.7.255
- gateway 192.168.7.1
Recommended change:
- allow-hotplug usb0
- iface usb0 inet static
- address 192.168.7.2
- netmask 255.255.255.0
- network 192.168.7.0
- broadcast 192.168.7.255
- gateway 192.168.7.1
- auto usb0
- iface usb0 inet static
- address 192.168.7.1
- netmask 255.255.255.0
- network 192.168.7.0
- broadcast 192.168.7.255
- gateway 192.168.7.1
Comments
Post a Comment