# This blank configuration will automatically use DHCP for any net.* # scripts in /etc/init.d. To create a more complete configuration, # please review /etc/conf.d/net.example and save your configuration # in /etc/conf.d/net (this file :]!). #dhcpcd_eth0="-t 30" # home config_eth0="192.168.0.2 netmask 255.255.255.0" routes_eth0="default gw 192.168.0.1" #dns_servers_eth0="77.37.251.33" dns_servers_eth0="8.8.8.8" config_eth1="192.168.0.2 netmask 255.255.255.0" routes_eth1="default gw 192.168.0.1" dns_servers_eth1="8.8.8.8" modules_wlan0="wpa_supplicant" wpa_supplicant_wlan0="-Dwext" config_wlan0="dhcp" dhcpcd_wlan0="-t 180" # The network scripts are now part of net-misc/netifrc # In order to avoid sys-apps/openrc-0.12.4 from removing this file, this comment was # added; you can safely remove this comment. Please see # /usr/share/doc/netifrc*/README* for more information.