From mboxrd@z Thu Jan 1 00:00:00 1970 From: Maciej Browarski Subject: problem with network in domU Date: Mon, 19 Nov 2007 16:35:37 +0100 Message-ID: <4741AD49.4040107@sun.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: xen-discuss-bounces@opensolaris.org Errors-To: xen-discuss-bounces@opensolaris.org To: xen-devel@lists.xensource.com Cc: xen-discuss@opensolaris.org List-Id: xen-devel@lists.xenproject.org Hello, I'm using xen-3.1.2 downloaded today from repository. As dom0 I have linux-kernel 2.6.18 and Debian distro. As domU I install OpenSolaris Nevada 75a. My config file looks: name = 'osdev' memory = '1024' vcpus = 2 disk = [ 'file:/mnt/xen/osdev/disk.raw,0,w', 'file:/mnt/xen/osdev/disk1.raw,1,w' ] vif = [ '' ] on_shutdown = 'destroy' on_reboot = 'destroy' on_crash = 'destroy' After xm create I see new devices in dom0: peth0, xenbr0 and etc. bash# brctl show xenbr0 8000.feffffffffff no vif0.0 peth0 vif3.0 So, on dom0 outside network works fine, but on domU I have strange behavior ( dom0 and domU has addresses from DHCP). From domU I catch good address. I can also ping outside gateway but connect with any TCP/UDP ports outside my machine is incorrect (there are only SYN and SYN/ACK nothing more and timeout). All connection between dom0 and domU works good. Have you any idea what's wrong ? Regards Maciej