Kod: Zaznacz cały
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
allow-hotplug eth0
iface eth0 inet dhcp
Kod: Zaznacz cały
# This file was automatically generated by the /lib/udev/write_net_rules
# program, probably run by the persistent-net-generator.rules rules file.
#
# You can modify it, as long as you keep each rule on a single line.
# MAC addresses must be written in lowercase.
# PCI device 0x1106:0x3106 (via-rhine) (Linksys w PC)
SUBSYSTEM=="net", DRIVERS=="?*", ATTRS{address}=="00:0f:3d:c2:64:ad", NAME="eth0"
# PCI device 0x8086:0x2449 (e100) (Wbudowana w chpset serwera)
SUBSYSTEM=="net", DRIVERS=="?*", ATTRS{address}=="00:01:80:0a:c2:0a", NAME="eth1"
