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] Xen forwarding port to VM

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] Xen forwarding port to VM
From: Codecr <gerardo@xxxxxxxxxxxxxx>
Date: Thu, 7 May 2009 14:35:27 -0700 (PDT)
Delivery-date: Thu, 07 May 2009 14:36:09 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
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>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Hi!!

I'm being using xen with great sucess, now I want to expose a port in one VM
to the outside world. The VM is a Windows 2003 server and I want to open the
port 3389.

I am being searching but I can't find the rule that I need to add to
iptables to do so. The interface for the VM is vif9.0 with internat IP
192.168.1.77. The xen is running in bridge mode.

The current ip tables is


Chain INPUT (policy ACCEPT)
target     prot opt source               destination         
ACCEPT     udp  --  anywhere             anywhere            udp dpt:domain 
ACCEPT     tcp  --  anywhere             anywhere            tcp dpt:domain 
ACCEPT     udp  --  anywhere             anywhere            udp dpt:bootps 
ACCEPT     tcp  --  anywhere             anywhere            tcp dpt:bootps 
 
Chain FORWARD (policy ACCEPT)
target     prot opt source               destination         
ACCEPT     all  --  anywhere             192.168.122.0/24    state
RELATED,ESTABLISHED 
ACCEPT     all  --  192.168.122.0/24     anywhere            
ACCEPT     all  --  anywhere             anywhere            
REJECT     all  --  anywhere             anywhere            reject-with
icmp-port-unreachable 
REJECT     all  --  anywhere             anywhere            reject-with
icmp-port-unreachable 
ACCEPT     all  --  anywhere             anywhere            PHYSDEV match
--physdev-in vif9.0 
 
Chain OUTPUT (policy ACCEPT)
target     prot opt source               destination         


Any suggestions?

Best regards,
Gerardo
-- 
View this message in context: 
http://www.nabble.com/Xen-forwarding-port-to-VM-tp23435073p23435073.html
Sent from the Xen - User mailing list archive at Nabble.com.


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

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