Re: qemu with tap networking on FreeBSD 6.1

2006-07-29 Thread mal content
On 29/07/06, Fabian Keil <[EMAIL PROTECTED]> wrote: "mal content" <[EMAIL PROTECTED]> wrote: > On 28/07/06, Fabian Keil <[EMAIL PROTECTED]> wrote: > > Personally I prefer to use NAT to connect qemu > > (and jails) with the world outside. This way you can > > use pfctl -ss -r to see which connec

Re: qemu with tap networking on FreeBSD 6.1

2006-07-29 Thread Fabian Keil
"mal content" <[EMAIL PROTECTED]> wrote: > On 28/07/06, Fabian Keil <[EMAIL PROTECTED]> wrote: > > Personally I prefer to use NAT to connect qemu > > (and jails) with the world outside. This way you can > > use pfctl -ss -r to see which connections come > > from the host system and which don't. >

Re: qemu with tap networking on FreeBSD 6.1

2006-07-28 Thread mal content
On 28/07/06, Fabian Keil <[EMAIL PROTECTED]> wrote: "mal content" <[EMAIL PROTECTED]> wrote: > Followed instructions from various places and ended up with > the following procedure: > > # kldload bridge.ko > # sysctl net.link.ether.bridge_cfg=fxp0,tap0 > # sysctl net.link.ether.bridge.enable=1

Re: qemu with tap networking on FreeBSD 6.1

2006-07-28 Thread Fabian Keil
"mal content" <[EMAIL PROTECTED]> wrote: > Followed instructions from various places and ended up with > the following procedure: > > # kldload bridge.ko > # sysctl net.link.ether.bridge_cfg=fxp0,tap0 > # sysctl net.link.ether.bridge.enable=1 I don't think it's part of your problem, but on FreeB