From owner-freebsd-xen@freebsd.org Mon Jun 13 09:37:36 2016 Return-Path: Delivered-To: freebsd-xen@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BDC4EAF12F3 for ; Mon, 13 Jun 2016 09:37:36 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id ADD9F2252 for ; Mon, 13 Jun 2016 09:37:36 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u5D9bZ6v055303 for ; Mon, 13 Jun 2016 09:37:36 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-xen@FreeBSD.org Subject: [Bug 188261] [xen] FreeBSD DomU PVHVM guests cannot 'route' traffic for other Xen PV guests on same Dom0 Host. Date: Mon, 13 Jun 2016 09:37:36 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 9.2-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: kpielorz@tdx.co.uk X-Bugzilla-Status: In Progress X-Bugzilla-Resolution: X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: freebsd-xen@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-xen@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Discussion of the freebsd port to xen - implementation and usage List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Jun 2016 09:37:36 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D188261 --- Comment #30 from kpielorz@tdx.co.uk --- (In reply to Roger Pau Monn=C3=83=C2=A9 from comment #29) Hi, This machine is running natd [this was briefly mentioned in the original ti= cket way-back-when] - so in /etc/rc.conf I have: ifconfig_xn1=3D"DHCP" // This is our 'Internet' feed via ADSL modem ifconfig_xn0=3D"inet x.x.x.x netmask 255.255.255.0" // Local LAN IP gateway_enable=3D"YES" firewall_enable=3D"YES" firewall_type=3D"OPEN" natd_enable=3D"YES" natd_interface=3D"xn1" natd_flags=3D"" 'ipfw show' gives: 00050 1226 417933 divert 8668 ip4 from any to any via xn1 ... 65000 7324 1573607 allow ip from any to any 65535 0 0 deny ip from any to any I can try and setup a non natd case again - but that will involve quite a f= ew changes, as I have no easily routed networks at our office. -Karl --=20 You are receiving this mail because: You are the assignee for the bug.=