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] NAT problems

To: <xen-users@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-users] NAT problems
From: "Steffen Heil" <lists@xxxxxxxxxxxxxxx>
Date: Mon, 27 Mar 2006 23:59:38 +0200
Delivery-date: Mon, 27 Mar 2006 22:01:11 +0000
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/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
Thread-index: AcZR6b3MkOcCVRhkQX+9Ex74IsEkcg==
Hi again.

I still have problems using NAT in xen.
I have the following set up:

brctl addbr testbr
ifconfig testbr 10.59.61.1 netmask 255.255.255.0 up

And I have a xen 3.0 domU, which has
vif = [ 'bridge=testbr' ]
ip = "10.59.61.2"
netmask = "255.255.255.0"

When the domU is up, I can ping it from dum0.
And I can ping the dom0 from the dumU.

And I can create a netcat connection:

Running
1. dum0: netcat -l -p 1111
    dumU: netcat 10.59.61.1 1111
2. dumU: netcat -l -p 1111
    dum0: netcat 10.59.61.2 1111

I always get a connection. However characters typed in dum0 appear in domU,
but never the other way around.

I already tried
  ethtools -K eth0 tx off
but I didn't help.

Anyone any guess ?


Regards,
  Steffen

Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] NAT problems, Steffen Heil <=