From: Stephan Sachse (listen_at_nugmbh.de)
Date: Thu 28 Apr 2005 - 12:06:26 BST
Hi,
my setup looks like this
## myvserver.conf
IPROOT="eth1:80.100.219.143 10.2.25.13"
IPROOTDEV="eth1:1"
## eth1
inet Adresse:80.100.219.140
Bcast:80.100.219.255
Mask:255.255.255.128
## eth1:1
inet Adresse:10.2.25.3
Bcast:10.2.25.255
Mask:255.255.255.0
in this case the vserver script configurs faulty interfaces like this
eth1:myvserver
inet Adresse:80.100.219.143
Bcast:82.100.209.255
Mask:255.255.255.128
eth1:1:myvserver
inet Adresse:10.2.25.13
Bcast:82.100.209.255
Mask:255.255.255.128
attached patch fix this.
Mask can be fixed by change the config like this
## myvserver.conf
IPROOT="eth1:80.100.219.143/255.255.255.128 10.2.25.13/255.255.255.0"
IPROOTDEV="eth1:1"
but Bcast ist always false.
/me
-- -----------------------//------------------------ NU informationssysteme gmbh, nu research a: berliner straße 31, 01589 riesa, saxony, DE t: +49-3525-65733-40 f: +49-3525-65733-50 m: sachse_at_nugmbh.de w: http://nugmbh.de ----------------------------------------------------------------------- $>cd pub; $>more beer ----------------------------------------------------------------------- Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte Informationen. Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtümlich erhalten haben, informieren Sie bitte sofort den Absender und vernichten Sie diese Mail. Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser Mail ist nicht gestattet.This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and destroy this e-mail. Any unauthorised copying, disclosure or distribution of the material in this e-mail is strictly forbidden.
_______________________________________________
Vserver mailing list
Vserver_at_list.linux-vserver.org
http://list.linux-vserver.org/mailman/listinfo/vserver