HOWTO Setup a Static IP: Difference between revisions
		
		
		
		Jump to navigation
		Jump to search
		
No edit summary  | 
				No edit summary  | 
				||
| Line 2: | Line 2: | ||
file: /etc/conf.d/net.eth0 (or /etc/conf.d/net if the first does not exist)  | file: /etc/conf.d/net.eth0 (or /etc/conf.d/net if the first does not exist)  | ||
modules=( "iproute2" )  |  modules=( "iproute2" )  | ||
config_eth0=( "209.87.56.xxx/24" )  |  config_eth0=( "209.87.56.xxx/24" )  | ||
routes_eth0=( "default via 209.87.56.254" )  |  routes_eth0=( "default via 209.87.56.254" )  | ||
Revision as of 20:02, 8 August 2006
Gentoo
file: /etc/conf.d/net.eth0 (or /etc/conf.d/net if the first does not exist)
modules=( "iproute2" ) config_eth0=( "209.87.56.xxx/24" ) routes_eth0=( "default via 209.87.56.254" )