Probably the easiest way is to make them aliases. So assign one to lo:1, lo:2, lo:3, etc.
--Josh Hunholz On 3/14/06, Joe Rizzo <[EMAIL PROTECTED]> wrote: > 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 > > -- [email protected] mailing list
