1
0
mirror of https://github.com/fspc/gbootroot.git synced 2025-04-04 07:43:22 -04:00

Explains uml_net automatical interface configuration.

This commit is contained in:
freesource 2001-12-12 01:24:42 +00:00
parent 9b67065453
commit 234ad5d093

View File

@ -1,6 +1,6 @@
# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8) # /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)
# #
# $Id$ # $Id: interfaces,v 1.3 2001/11/08 05:52:55 freesource Exp $
# make_debian replacement # make_debian replacement
# The loopback interface # The loopback interface
@ -12,6 +12,9 @@ iface lo inet loopback
# In the example below the host was set-up in this way: # In the example below the host was set-up in this way:
# ifconfig tap0 192.168.1.5 # ifconfig tap0 192.168.1.5
# route add -host 192.168.1.4 gw 192.168.1.5 # route add -host 192.168.1.4 gw 192.168.1.5
#
# Note: The above tap device configuration is performed automatically
# by uml_net
#auto eth0 #auto eth0
#iface eth0 inet static #iface eth0 inet static