Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 09 May 2016 11:12:06 +0000
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.
Message-ID:  <bug-188261-23905-ba0TqLx7M9@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-188261-23905@https.bugs.freebsd.org/bugzilla/>
References:  <bug-188261-23905@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D188261

--- Comment #9 from Sydney Meyer <meyer.sydney@gmail.com> ---
In its most basic form, without doing nat, without have pf loaded, the prob=
lem
comes up e.g. in the following setup:

(PC1) 10.0.1.2/24 on xn0 <--> 10.0.1.1/24 on xn0 (FreeBSD DomU Router)
10.0.2.1/24 on xn1 <--> (PC2) 10.0.2.2/24 on xn0.

- Install FreeBSD on DomU Router with 2 paravirtual network interfaces in
different subnets
- sysctl net.inet.ip.forwarding=3D1 on Router
- Setup PC1/2 with FreeBSD/Linux/Windows with the FreeBSD Router as their
Gateway.
- On PC1: dd if=3D/dev/zero bs=3D1M | nc -l 5001
- On PC2: nc 1.2.3.4 5001 | dd of=3D/dev/zero bs=3D1M
- Or any other TCP-Connection, e.g. ssh, for that matter.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-188261-23905-ba0TqLx7M9>