|
|
|
|
|
|
|
|
|
|
xen-users
[Xen-users] Xen forwarding port to VM
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>
|
- [Xen-users] Xen forwarding port to VM,
Codecr <=
|
|
|
|
|