Tim Tassonis wrote:
Hi allI would like to create an alias interface in the form of eth0:0 to set a a second ip address on the interface. I tried the (obvious): cat > /etc/sysconfig/ifconfig.eth0:0 << EOF ONBOOT="yes" IFACE="eth0:0" SERVICE="ipv4-static" IP="192.168.219.221" GATEWAY="192.168.219.1" PREFIX="24" EOF and then ifup eth0:0, but then got the error: Bringing up the eth0:0 interface... * Adding IPv4 address 192.168.219.221 to the eth0:0 interface... [ OK ] *****face eth0:0 doesn't exist. [ FAIL ] Is there a way to do it with the networkbootscripts in lfs 7.6, or do I have to do something manually elsewhere?
It's not supported right now. I'll take a look and see what I can come up with.
-- Bruce -- http://lists.linuxfromscratch.org/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
