I can not figure this out.  How can I configure /etc/conf.d/net to
assign multiple IP addresses on the lo interface?

cat /etc/conf.d/net
modules=( "iproute2" )

config_eth0=(
    "null"
)

vlans_eth0="16"

config_eth0_16=(
    "10.8.16.74/24"
)

routes_eth0_16=(
    "0.0.0.0/0 via 10.8.16.1"
)

config_lo=(
    "10.8.16.75/32"
)

Any help is appreciated -
Joe Rizzo

-- 
[email protected] mailing list

Reply via email to