From: Henry N. <hen...@ar...> - 2009-09-01 12:58:17
|
> > I always thought in was a problem outside coLinux, in Windows. but when I digged in the mailing list, i found something similar: > > Networking and run-as-service user account issues > http://sourceforge.net/mailarchive/forum.php?thread_name=48406129.4070804%40henry.ne.arcor.de&forum_name=colinux-users > > so cleaning the /etc/udevd/rules.d/70-persistent-net.rules worked. > yes, different users on Windows have different MAC numbers, and udev will rename it into some others as eth0 and eth1. To fix this in future, please add a "bypass" for conet in the rule file. see wiki: http://colinux.wikia.com/wiki/Wubi#udev:_renamed_network_interface_eth0_to_eth2 Or set a fixed MAC number for your interface, for example: eth0=slirp,02:00:00:00:00:01 eth1=tuntap,,02:00:00:00:00:02 -- Henry N. |