User`s manual
DA-710 Series Linux Managing Communications
3-4
# PCI device 0x10ec:0x8139 (8139too)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*",
ATTR{address}=="00:90:e8:00:d3:21", ATTR{type}=="1", KERNEL=="eth*", NAME="eth6"
# PCI device 0x10ec:0x8139 (8139too)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*",
ATTR{address}=="00:90:e8:00:d3:22", ATTR{type}=="1", KERNEL=="eth*", NAME="eth7"
# PCI device 0x10ec:0x8139 (8139too)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*",
ATTR{address}=="00:90:e8:00:d3:23", ATTR{type}=="1", KERNEL=="eth*", NAME="eth8"
# PCI device 0x10ec:0x8139 (8139too)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*",
ATTR{address}=="00:90:e8:00:d2:c8", ATTR{type}=="1", KERNEL=="eth*", NAME="eth9"
# PCI device 0x10ec:0x8139 (8139too)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*",
ATTR{address}=="00:90:e8:00:d2:c7", ATTR{type}=="1", KERNEL=="eth*",
NAME="eth10"
# PCI device 0x10ec:0x8139 (8139too)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*",
ATTR{address}=="00:90:e8:00:d2:c6", ATTR{type}=="1", KERNEL=="eth*",
NAME="eth11"
# PCI device 0x10ec:0x8139 (8139too)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*",
ATTR{address}=="00:90:e8:00:d2:c5", ATTR{type}=="1", KERNEL=="eth*",
NAME="eth12"
You may see the configuration for each port. See the following descriptions for details.
• LAN port eth0 ~ eth3: the default network configuration for default LAN1 to LAN 4.
• Switch port eth4: the network configuration for the switch port.
• LAN port eth5 ~ eth8: the network configuration for the LAN ports on the first expansion module.
• LAN port eth9 ~ eth12: the network configuration for the LAN ports on the second expansion module.
6. If you want to assign the port number on your own, simply change the unique number in ethn, value; n
refers to the port number you want to change. For example, you may change eth5 to eth8.
7. When you finish editing, save the file and reboot your computer so that the new configuration can take
effect.
8. For example, if you would like to let eth5 take effect, you can either issue “ifup eth5” or add configurations
into /etc/network/interfaces:
auto eth5
iface eth5 inet static
address 192.168.8.127
netmask 255.255.255.0
broadcast 192.168.8.255