Configuring the network interfaces on Gentoo
April 30th, 2010
No comments
On Gentoo the main portion of the network configuration will be done inside the configuration file /etc/conf.d/net.
For example, to configure the IP address and netmask for the eth0 interface you should add the following line to the /etc/conf.d/net file:
config_eth0 {"192.168.0.1 netmask 255.255.255.0"}
Categories: Bash Tip & Tricks, UNIX TLC, linux, sysadmin, xAppSoftware News ethernet, gentoo, interface
Latest comments