13 lines
612 B
Plaintext
13 lines
612 B
Plaintext
# 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 :]!).
|
|
config_eth1="192.168.4.5 netmask 255.255.255.0 brd 192.168.4.255"
|
|
routes_eth1="default via 192.168.4.1"
|
|
|
|
|
|
# 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.
|