Re: [uml-user] Device number of ethernet device iterated at each boot

2007-02-14 Thread Jochen Antesberger
On Tue, 13 Feb 2007 11:58:46 +, Antoine Martin wrote: > Jochen Antesberger wrote: >> Hi, >> >> I'm using uml with the tuntap option. I.e. I have eth0=tuntap,tap1 and >> eth1=tuntap,tap2 as part of the command line. > Try specifying the hardware mac address on the command line every time: > et

Re: [uml-user] Device number of ethernet device iterated at each boot

2007-02-13 Thread Antoine Martin
Jochen Antesberger wrote: > Hi, > > I'm using uml with the tuntap option. I.e. I have eth0=tuntap,tap1 and > eth1=tuntap,tap2 as part of the command line. Try specifying the hardware mac address on the command line every time: eth0=tuntap,tap1,fe:f0:00:00:00:01,10.0.1.254 Antoine > When I updat