 
	
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] 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
 | 
|  | Lists.xenproject.org is hosted with RackSpace, monitoring our |