From: Henry N. <Hen...@Ar...> - 2008-03-09 09:00:19
|
Krishna Murthy wrote: > eth0=tuntap,LINLAN,80:16:76:C0:29:03 > eth1=pcap-bridge,WINLAN > [...] > > It works well and I am using “devel-coLinux-20071105” > > “devel-coLinux-20071203” onwards, the eth1 gets renamed to something > like eth16 and keeps incrementing. > > Hoping that it is a bug kept waiting and tried now with > “devel-coLinux-20080302”. The problem remains same. Hm? devel-coLinux-20080302 should stop the increasing. There the automatic generated mac is stored in registry. Exist this key? # Automatic generated MAC, monitor number 'M', network device index 'X' [HKEY_CURRENT_USER\Software\coLinux\monitor\M\ethX] "mac"="00:ff:XX:XX:XX:XX" Plesae start "colinux-daemon -v 3 -k ..." and watch for messages about MAC. Should say "read" from registry key. > What modification is needed in the configuration? Configure a unique MAC for eth1, example: eth1=pcap-bridge,WINLAN,02:00:00:00:00:03 You needs to remove entries from z25_persistent-net.rules ones after running older versions again. Read more about increasing networks in "20071203-Snapshot -- ifconfig reports no networking" http://sourceforge.net/tracker/index.php?func=detail&aid=1861876&group_id=98788&atid=622063 > Workarround: > > 1st step: > Assign a fixed MAC address in the colinux config: > > For example: > eth0=pcap-bridge,,0A:C0:71:65:08:00, (implicit ethernet device is not > recommanded) > eth0=pcap-bridge,"WindowsNameOfYourEthernet",0A:C0:71:65:08:00, > eth0=tuntap,LAN-TAP Vqe8(colinux),0A:C0:71:65:08:00, > > Attention: > The "second" nibble (from left) should/must have only the values 2,6,A or > E. > The remainder does not matter as long as it is unique in your LAN. > > > 2nd step: > remove all entries in > > "/etc/udev/rules.d/z25_persistent-net.rules" > > like these: > SUBSYSTEM=="net", DRIVERS=="?*", ATTRS{address}=="00:ff:06:be:41:00", > NAME="eth0" > > # PCI device 0x1a55:0x0005 (conet) > SUBSYSTEM=="net", DRIVERS=="?*", > ATTRS{address}=="00:ff:25:e6:00:00",NAME="eth1" -- Henry N. |