usb0网卡hotplug 配置

root@eclair:/nfs# cat /etc/network/interfaces
auto lo
iface lo inet loopback

auto eth0
iface eth0 inet static

        address 192.168.241.130

        netmask 255.255.255.0

        gateway 192.168.241.2

allow-hotplug usb0
auto usb0
iface usb0 inet static

        address 192.168.1.10

        netmask 255.255.255.0

        gateway 192.168.1.1
root@eclair:/nfs#

你可能感兴趣的:(usb0网卡hotplug 配置)