WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

Re: [Xen-users] duplicate address detected

> * franck@xxxxxxxxxxxxxxxxx [20050930T145624]:
>> iface eth0 inet static
>>         address 10.1.2.91
>>         netmask 255.0.0.0
>>         broadcast 10.1.2.255
>>         network 10.1.2.0
>>         gateway 10.1.2.254
>>
>> iface eth1 inet static
>>         address 10.1.4.252
>>         netmask 255.0.0.0
>>         broadcast 10.1.4.255
>>         network 10.1.4.0
>>         #gateway 10.1.4.254
> 
> It would seem that your netmasks should be 255.255.255.0.  Is there a
> reason why they aren't?

OUPS, it's an ENORMOUS mistake .. sorry.

# the GOOD interface
####################
iface eth0 inet static
        address 10.1.2.91
        netmask 255.255.255.0
        broadcast 10.1.2.255
        network 10.1.2.0
        gateway 10.1.2.254

iface eth1 inet static
        address 10.1.4.252
        netmask 255.255.255.0
        broadcast 10.1.4.255
        network 10.1.4.0
        #gateway 10.1.4.254

Regards

Franck

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

<Prev in Thread] Current Thread [Next in Thread>
  • Re: [Xen-users] duplicate address detected, Franck <=