Re: [uml-user] Networking uml with udev

2007-10-17 Thread David Houlden
On Wednesday 17 October 2007 11:34 pm Peter Chant wrote: > On Wednesday 17 October 2007, David Houlden wrote: > > Using udev, the tap0 interface doesn't come up on the host and in the > > guest I get device not found from "ifconfig eth0 192.168.1.51 up". What I > > have found is that in /proc/net/d

Re: [uml-user] Networking uml with udev

2007-10-17 Thread David Houlden
It's ok. Problem solved. The mac addresses were being remembered in udev rules by Slackware and because I got a different address each time, the eth device number was being incremented. With a fixed mac address on the eth0= startup parameter and a reset of the udev rules it now works. Dave. On

Re: [uml-user] Networking uml with udev

2007-10-17 Thread Peter Chant
On Wednesday 17 October 2007, David Houlden wrote: > Using udev, the tap0 interface doesn't come up on the host and in the guest > I get device not found from "ifconfig eth0 192.168.1.51 up". What I have > found is that in /proc/net/dev on the guest I have a device eth17. Next > time I boot the gu