# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # $Header: /home/cvsroot/gentoo-src/rc-scripts/etc/conf.d/net,v 1.4 2002/05/12 21:48:18 azarah Exp $ # Global config file for net.* rc-scripts # This is basically the ifconfig argument without the ifconfig $iface # #iface_eth0="29.6.1.201 broadcast 192.168.0.255 netmask 255.255.255.0" iface_eth0="dhcp" iface_eth1="192.168.0.5 broadcast 192.168.0.255 netmask 255.255.255.0" #iface_eth1="dhcp" # For DHCP set iface_eth? to "dhcp" # For passing options to dhcpcd use dhcpcd_eth? # #iface_eth0="dhcp" dhcpcd_eth0="-R -N" # For adding aliases to a interface # #alias_eth0="192.168.0.3 192.168.0.4" # NB: The next is only used for aliases. # # To add a custom netmask/broadcast address to created aliases, # uncomment and change accordingly. # #broadcast_eth0="192.168.0.255" #netmask_eth0="255.255.255.0" # For setting the default gateway # gateway="eth1/192.168.0.1"