Penguin
Diff: UserModeLinux
EditPageHistoryDiffInfoLikePages

Differences between version 19 and predecessor to the previous major change of UserModeLinux.

Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History

Newer page: version 19 Last edited on Wednesday, August 29, 2007 4:26:27 pm by AlastairPorter Revert
Older page: version 18 Last edited on Wednesday, May 2, 2007 3:53:26 pm by PerryLorier Revert
@@ -31,8 +31,13 @@
 it'll boot up into single user mode so you can configure and finalise the installation 
 <pre> 
  ifconfig eth0 ''the-ip-of-your-uml-machine'' netmask ''the-netmask'' 
  route add -net 0 gw ''the-ip-of-your-gateway'' 
+</pre>  
+  
+If you get the error ''SIOCSIFFLAGS: Operation not permitted'' when trying to bring up eth0, ensure that the user you are running UML as on the host has read/write permissions to /dev/net/tun  
+  
+<pre>  
  apt-get update 
  apt-get upgrade 
 </pre>