mirror of https://github.com/fspc/gbootroot.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
639 B
25 lines
639 B
# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)
|
|
#
|
|
# $Id: interfaces,v 1.3 2001/11/08 05:52:55 freesource Exp $
|
|
# make_debian replacement
|
|
|
|
# The loopback interface
|
|
auto lo
|
|
iface lo inet loopback
|
|
|
|
# You will want to edit this for your requirements.
|
|
|
|
# In the example below the host was set-up in this way:
|
|
# ifconfig tap0 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
|
|
#iface eth0 inet static
|
|
# address 192.168.1.2
|
|
# netmask 255.255.255.0
|
|
# network 192.168.1.0
|
|
# broadcast 192.168.1.255
|
|
# gateway 192.168.1.5
|
|
|