Hi,
I've managed to setup "tap0" and get it configured with UML, which is
all great. UML has an external IP address, which is fine for inbound
connections, but, is there any way you can change the source IP of the
outgoing packets, for example:
Host Machine: 1.1.1.1
UML: 1.1.1.2
If I connect to
I've discovered some sort of weird interaction between Ubuntu gutsy
gibbon (version 7.10) and UML. I've reproduced this bug on using both a
vanilla feisty and a vanilla gutsy host, but it only shows up when using
a gutsy guest. This is probably important to deal with while gutsy is
still in devel
On Mon, Oct 01, 2007 at 05:38:01PM -0400, Jonas Meyer wrote:
> I pinned this behavior down to SOMETHING creating a new entry
> in /etc/udev/rules.d/70-persistent-net.rules of the form:
>
> # net device (uml-netdev)
> SUBSYSTEM=="net", DRIVERS=="?*", ATTRS{address}=="f2:7a:f8:d4:1a:5a",
> NAME="eth
On Mon, Oct 01, 2007 at 07:57:22PM +0100, Jay Shah wrote:
> is there any way you can change the source IP of the
> outgoing packets, for example:
>
> Host Machine: 1.1.1.1
> UML: 1.1.1.2
>
> If I connect to 1.1.1.2:80, httpd (on the UML system) will serve my
> requests as normal. If I write a scr