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

[Xen-users] Re: dhcp service in Dom0 not working properly [SOLVED]

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] Re: dhcp service in Dom0 not working properly [SOLVED]
From: "Alejandro Martini" <alejandro.martini@xxxxxxxxx>
Date: Thu, 30 Aug 2007 00:05:03 -0300
Delivery-date: Wed, 29 Aug 2007 20:05:36 -0700
Dkim-signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; b=hHXQ7CWj+zEof+anEhvd3/yqqFPycKalGLr2/uKrJh9VBtvDKSxeQAOs6WeWpa3BhvHDRN84tOx4djLM/TnQs3GTVW787cQIUCzdY3hytyNptqCvc7ibUl6EWigg3UpeuUfnRGFHrVx4Vw5sZFdiBK/Kf0B/na2sHT3t/EPxpz4=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=HJI0N+clUAPJljIdJKy4S+I2StGqYPpTyJXHmXbxrtcZbmaKpd+ktY+Fd3UgYc/3/+qPq1g5hbBMeTg5KBTTuDs+VrvRKBNMRhbXa9eU1gzme55P5kohte3aN+ZnCoTMXK4CEIOjHaEi/VpQI7dynUzsNQpJgjWzaBQbdIbvCQk=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
The problem turned out to be related to iptables, which had a default FORWARD
policy of DROP and was blocking packets going out of vif0.0 and into eth0. The
only protocol affected by this policy was DHCP, and the only packets dropped
were those with a source address of 0.0.0.0.


Alex
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] Re: dhcp service in Dom0 not working properly [SOLVED], Alejandro Martini <=