rename to a mor general name
git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/genlink@2460 6952d904-891a-0410-993b-d76249ca496b
This commit is contained in:
27
Documentation/ls_xhl/root_overlay/etc/conf.d/net
Normal file
27
Documentation/ls_xhl/root_overlay/etc/conf.d/net
Normal file
@@ -0,0 +1,27 @@
|
||||
# This blank configuration will automatically use DHCP for any net.*
|
||||
# scripts in /etc/init.d. To create a more complete configuration,
|
||||
# please review /usr/share/doc/openrc/net.example and save your configuration
|
||||
# in /etc/conf.d/net (this file :]!).
|
||||
|
||||
#
|
||||
# DHCP IP / route configuration, with fallback to a static IP / route
|
||||
#
|
||||
|
||||
config_eth1=( "dhcp" )
|
||||
fallback_eth1=( "192.168.178.103 netmask 255.255.255.0 broadcast 192.168.178.255" )
|
||||
fallback_route_eth1=( "default via 192.168.178.1" )
|
||||
|
||||
|
||||
#
|
||||
# pure static IP / route configuration, should the above not work even with fallback..
|
||||
# (in that case, comment the whole DHCP section and uncomment this one)
|
||||
#
|
||||
|
||||
#config_eth0=( "192.168.178.103 netmask 255.255.255.0 broadcast 192.168.178.255" )
|
||||
#routes_eth0=( "default via 192.168.178.1" )
|
||||
|
||||
#
|
||||
# DNS configuration
|
||||
#
|
||||
|
||||
dns_servers_eth1="192.168.178.1"
|
||||
Reference in New Issue
Block a user