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] xen in nat mode and windows, no network

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: Re: [Xen-users] xen in nat mode and windows, no network
From: Rafał Michalak <rafalak@xxxxxxxxx>
Date: Fri, 17 Dec 2010 11:26:42 +0100
Delivery-date: Fri, 17 Dec 2010 02:28:06 -0800
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=FBwSsoSh+oJRZ8Di9Wca+g+c0Tf81QC4K4vLXWUgHDI=; b=DxwYCQeDLyLmiKD8fnJWf4q3sY5zjYTc2pMIPizktTAC3Q1+sT2Gxy73ETV16W6Lc7 fL/yaM5WDgem7GZHFoyJWZng/bCj6AevGaebW8T7vkdn+Yv3Y7MJD1EzqFjq73UPP+BE g4L062FOn0YZHXVYPaUuiyQXxNMrFo8ESCFb0=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=mDt6rurSAn00My5+05H7itFm6JLo+Ttze8k3P+5RPGWIItbm8JdUrqT+NhiwYyKEWx oZteB4bMy4VYD0QTMwuQYvuyfzAGPuzbNd8m6rHCajELzN++Z63JQO6SUn4EWi/vJdVD 0f6W8FNrhGp6DY35waxTxS2rQmK6rS40RaB6w=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <AANLkTi=xmz-CORT_K016tvU2uhns_W0kTnJOqLr1HKAw@xxxxxxxxxxxxxx>
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/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
References: <590788.88048.qm@xxxxxxxxxxxxxxxxxxxxxxxxxxx> <AANLkTi=JCT1PQ+=1ZvYVG_5BnvJ1q6iB3q3CYLr+PE6E@xxxxxxxxxxxxxx> <AANLkTi=xmz-CORT_K016tvU2uhns_W0kTnJOqLr1HKAw@xxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
> The problem could be the nat routing. Check the iptables rules in dom0
> to make sure they make sense.
> You should also be able to trace the traffic with a tool like tcpdump
> on the bridge in dom0.
>
> Hope that helps.

# Generated by iptables-save v1.4.2 on Fri Dec 17 11:21:52 2010
*filter
:INPUT ACCEPT [1203279:300263779]
:FORWARD ACCEPT [0:0]
:OUTPUT ACCEPT [1308754:819273979]
-A FORWARD -s 10.0.0.11/32 -m physdev --physdev-in vif3.0 -j ACCEPT
-A FORWARD -p udp -m physdev --physdev-in vif3.0 -m udp --sport 68
--dport 67 -j ACCEPT
COMMIT
# Completed on Fri Dec 17 11:21:52 2010
# Generated by iptables-save v1.4.2 on Fri Dec 17 11:21:52 2010
*nat
:PREROUTING ACCEPT [36326:2062339]
:POSTROUTING ACCEPT [29739:2156980]
:OUTPUT ACCEPT [49638:3552371]
-A POSTROUTING -o eth0 -j MASQUERADE
-A POSTROUTING -o eth0 -j MASQUERADE
-A POSTROUTING -o eth0 -j MASQUERADE
COMMIT
# Completed on Fri Dec 17 11:21:52 2010

windows don't have connect to network, i can ping only 10.0.0.11 but
can't ping 10.0.0.254 (gateway) nas other IPs


next problem is...
when I don't add bridge=eth0 in vif line (winxp01.cfg) i don't have
VNC open port


thanks for help

--
Pozdrawiam
Rafal Michalak

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

<Prev in Thread] Current Thread [Next in Thread>