> [snip]
> > I'm trying to bring up eth0 on the guest and as per Jeff Dike's book, I did 
> > a -
> > [UML]# ifconfig eth0 192.168.0.253 up
> > SIOCSIFFLAGS: Operation not permitted
> > eration not permitted
> > SIOCSIFFLAGS: Operation not permitted
> > [UML]#
> >
> > 1.As per the book, when I do a ifconfig like above on the guest, the
> > routing table, arp, etc should get set. Any idea why it's not being
> > set?
> >
> > 2. Why do I get the operation not permitted error ?
> >
> > 3. How do I set the UML root password ?
> > [UML]# passwd
> > passwd: error while loading shared libraries: libuser.so.1: cannot
> > open shared object file: No such file or directory
> > [UML]#
> >
> > I brought up the UML using these options -
> > /linux mem=128M ubd0=root_fs con0=fd:0,fd:1 con=xterm
> > eth0=tuntap,,,192.168.0.254
> Try:
> eth0=tuntap,tap1,FE:F0:00:00:00:01,192.168.0.254
>
It worked. Thanks.

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
User-mode-linux-user mailing list
User-mode-linux-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-user

Reply via email to