HOWTO Setup a Static IP

From Research
Revision as of 20:02, 8 August 2006 by Mmmark (talk | contribs)
Jump to navigation Jump to search

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" )