<snip>
> > restart networking or reboot.
>
> Now what happened if i have 2 diff range of ips?
>
> I have a file ifcfg-eth0-range0
>
> IPADDR_START=123.0.0.1
> IPADDR_END=123.0.0.128
> CLONENUM_START=0
> NETMASK=255.255.254.0
> BROADCAST=123.0.0.255
>
> Another file ifcfg-eth0-range1
>
> IPADDR_START=231.0.0.1
> IPADDR_END=231.0.0.128
> CLONENUM_START=0

I'm *not* positive, but I believe you would want to increment the 
CLONENUM_START=0 
1 > the # of aliases you would have when the 2nd script is read. 

so I think you want CLONENUM_START=129 in range1 

please let me know if that actually works  :)


--Dave



> NETMASK=255.255.254.0
> BROADCAST=231.0.0.255
>
> I did a /etc/init.d/network restart and i can mange to ping all the ips.
> But i am getting some errors.
>
> Nov  8 04:01:49 dnsiregistry network: Shutting down interface eth0:
> succeeded
> Nov  8 04:01:49 dnsiregistry network: Shutting down loopback interface:
> succeeded
> Nov  8 04:01:49 dnsiregistry sysctl: net.ipv4.ip_forward = 0
> Nov  8 04:01:49 dnsiregistry sysctl: net.ipv4.conf.default.rp_filter = 1
> Nov  8 04:01:49 dnsiregistry sysctl: kernel.sysrq = 0
> Nov  8 04:01:49 dnsiregistry sysctl: kernel.core_uses_pid = 1
> Nov  8 04:01:49 dnsiregistry network: Setting network parameters: 
> succeeded Nov  8 04:01:50 dnsiregistry network: Bringing up loopback
> interface: succeeded
> Nov  8 04:01:50 dnsiregistry kernel: eth0: Setting 100mbps full-duplex
> based on auto-negotiated partner ability 45e1.
> Nov  8 04:01:54 dnsiregistry ifup: error in ifcfg-eth0-range1: already seen
> device eth0:0 in ifcfg-eth0-range0
> Nov  8 04:01:54 dnsiregistry network: Bringing up interface eth0: 
> succeeded Nov  8 04:01:56 dnsiregistry ifup: RTNETLINK answers: File exists
> Nov  8 04:01:56 dnsiregistry ifup: error in ifcfg-eth0-range1: already seen
> device eth0:0 in ifcfg-eth0-range0
> Nov  8 04:01:56 dnsiregistry network: Bringing up interface eth0-range0:
> succeeded
> Nov  8 04:01:58 dnsiregistry ifup: RTNETLINK answers: File exists
> Nov  8 04:01:59 dnsiregistry ifup: error in ifcfg-eth0-range1: already seen
> device eth0:0 in ifcfg-eth0-range0
> Nov  8 04:01:59 dnsiregistry network: Bringing up interface eth0-range1:
> succeeded
>
> Any idea?
>
> thanks for the help



-- 
redhat-list mailing list
unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to