From mboxrd@z Thu Jan 1 00:00:00 1970 From: Maciej Browarski Subject: network masquerade Date: Tue, 20 Nov 2007 15:40:31 +0100 Message-ID: <4742F1DF.6090709@sun.com> Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset=ISO-8859-2 Content-Transfer-Encoding: 7BIT Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org Hello, Between dom0 (linux-debian) and domU (solaris) I make internal network (in config.sxp change default bridge to netdev=dummy0) and it's works well. But I'd like to domU have contact with outside network. I use network-nat start and I see new things like: Chain POSTROUTING (policy ACCEPT 2 packets, 168 bytes) pkts bytes target prot opt in out source destination 306 18677 MASQUERADE 0 -- * eth0 0.0.0.0/0 0.0.0.0/0 and "1" in /proc/sys/net/ipv4/ip_foraward. When I try ping outside network from domU I see that MASQUERADE doesn't work for internal network. Routing is ok. What I'm doing wrong ? Regards, Maciej