|
From: Support <su...@ob...> - 2002-04-15 22:19:29
|
Hi Big fan of webmin since 0.83 IIRC Anyway in the network section i need to configure 30 IPs as virtual IP's under eth0 I have on my system the file ifcfg-eth0 which contains DEVICE=eth0 BOOTPROTO=static BROADCAST=111.222.333.31 IPADDR=111.222.333.2 NETMASK=255.255.255.224 NETWORK=111.222.333.0 ONBOOT=yes (I have obvious changed the ip's but my block is 0-31 with 2 being first usable ip (eth0) in ifcfg-eth0:0 i have IPADDR="111.222.333.3-30" NETMASK="255.255.255.224" which as i see it should cover to eth0:0 to eth0:29 virtual ip's Under Interfaces active now i see eth0 eth0:0 to eth0:28 with the first 4 IP's out of sequence! eth0:0 is ip 6 eth0:1 is ip 3 eth0:2 is ip 4 eth0:3 is ip 5 eth0:4 is ip 7 and rest follow on ok. Webmin reports the following under Interfaces Active at Boot Time Unknown 111.222.333.3-30 255.255.255.224 No Ethernet 111.222.333.2 255.255.255.224 Yes lo 127.0.0.1 255.0.0.0 Yes I was expecting the boot active to list all eth0:0 - eth0:29 Did i miss something in either file. Mark |