-- [ Picked text/plain from multipart/alternative ] Guys.... I'm having issues setting up a second range of virtual ips to my dedicated server...One of the experts here could point out my errors....
I have 2 ranges set up on my box, each one is 2 different subnets. The first one shares the same subnet as my main ip and seem to have no problems with it, however with range 2 I can not get any services or applications to bind to any of those ips. But for some strange reason i can PING the ips (range 2) from a remote computer and get a response! ping -I 216.246.108.134 google.com WORKS (Range 1) ping -I 216.246.153.14 google.com - DOES NOT WORK (Range 2) I have placed the configs inside /etc/sysconfig/network-scripts *First file - First Range (ifcfg-eth0-range1)* DEVICE=eth0 BOOTPROTO=static HWADDR=00:30:48:91:72:2E IPADDR_START=216.246.108.131 IPADDR_END=216.246.108.134 CLONENUM_START=1 NETMASK=255.255.255.248 ONBOOT=yes TYPE=Ethernet *Second File - Second Range (ifcfg-eth0-range2)* DEVICE=eth0 BOOTPROTO=static HWADDR=00:30:48:91:72:2E IPADDR_START=205.234.153.2 IPADDR_END=205.234.153.14 CLONENUM_START=5 GATEWAY=205.234.153.1 NETMASK=255.255.255.240 ONBOOT=yes TYPE=Ethernet *and my ifcfg-eth0 looks like this* DEVICE=eth0 BROADCAST=216.246.108.135 HWADDR=00:30:48:91:72:2E IPADDR= 216.246.108.130 NETMASK=255.255.255.248 GATEWAY=216.246.108.129 NETWORK=216.246.108.128 ONBOOT=yes Any ideas.... Please... -- _______________________________________________ To unsubscribe, edit your list preferences, or view the list archives, please visit: http://list.valvesoftware.com/mailman/listinfo/hlds_linux

