8.10 beta
2 network cards both identical
External is on eth0
but internal is showing eth0:1
as is will not comunicate on internal network with any of my devices (windows pc, DNS-321, MD diskless boot
had a similer issue before som time ago but just whent to etc/udev/70-persistent-net.rules and change there the eth0:1 to eth0 but now it seems different could be because last time had this problem was alpha
it dosnt show the 2 interfaces as i remeber it did in alpha only the eth0
i then whent to etc/network/interfaces and changed eth0:1 to eth1 i then lost access to webadmin and internet on the core so that was a step in wrong direction i then changed back and am back to square 1 no internet or communication on internal network
70-persistent-net.rules# This file maintains persistent names for network interfaces.
# See udev(7) for syntax.
#
# Entries are automatically added by the 75-persistent-net-generator.rules
# file; however you are also free to add your own entries.
# PCI device 0x10ec:0x8139 (8139too)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*",
ATTR{address}=="00:0a:cd:19:20:94", ATTR{type}=="1", KERNEL=="eth*",
NAME="eth0"
Interfacesauto lo
iface lo inet loopback
auto eth0
iface eth0 inet dhcp
auto eth0:1
iface eth0:1 inet static
address 192.168.80.1
netmask 255.255.255.0
im not shure where to go from this point any help would be greatly appreciated