Swapping usb drive between pogoplugs October 02, 2012 12:09PM |
Registered: 12 years ago Posts: 9 |
Re: Swapping usb drive between pogoplugs October 02, 2012 01:13PM |
Admin Registered: 14 years ago Posts: 304 |
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:10:75:1a:*", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0"
Re: Swapping usb drive between pogoplugs October 02, 2012 09:06PM |
Registered: 12 years ago Posts: 9 |
Re: Swapping usb drive between pogoplugs October 02, 2012 10:38PM |
Admin Registered: 14 years ago Posts: 19,426 |
Re: Swapping usb drive between pogoplugs October 03, 2012 09:42AM |
Registered: 12 years ago Posts: 9 |
Re: Swapping usb drive between pogoplugs October 03, 2012 04:32PM |
Admin Registered: 14 years ago Posts: 19,426 |
# device name whitelist KERNEL!="Eth*|ath*|wlan*[0-9]|msh*|ra*|sta*|ctc*|lcs*|hsi*", \ GOTO="persistent_net_generator_end"
Re: Swapping usb drive between pogoplugs October 04, 2012 07:29AM |
Registered: 12 years ago Posts: 9 |
Quote
#auto lo eth0
iface lo inet loopback
# iface eth0 inet dhcp
# my old static settings
#iface eth0 inet static
#address 192.168.1.100
#netmask 255.255.255.0
#broadcast 192.168.1.255
#gateway 192.168.1.1
Re: Swapping usb drive between pogoplugs October 04, 2012 08:57AM |
Registered: 12 years ago Posts: 9 |
Re: Swapping usb drive between pogoplugs October 04, 2012 04:10PM |
Admin Registered: 14 years ago Posts: 19,426 |
# device name whitelist KERNEL!="Eth*|ath*|wlan*[0-9]|msh*|ra*|sta*|ctc*|lcs*|hsi*", \ GOTO="persistent_net_generator_end"
auto lo eth0 iface lo inet loopback # iface eth0 inet dhcp iface eth0 inet static address 192.168.1.100 netmask 255.255.255.0 broadcast 192.168.1.255 gateway 192.168.1.1
Re: Swapping usb drive between pogoplugs October 04, 2012 10:00PM |
Registered: 12 years ago Posts: 9 |