Re: qemu and tun device

2005-08-03 Thread umaxx
On Wed, 3 Aug 2005 12:12:31 +0200 Markus Friedl <[EMAIL PROTECTED]> wrote: > On Tue, Aug 02, 2005 at 05:02:05PM +0200, umaxx wrote: > > # ifconfig tun0 create > > # ifconfig tun0 10.0.0.1 10.0.0.2 up > > try > ifconfig tun0 10.0.0.1 netmask 255.255.255.0 link0 > > thanks a lot, works fi

Re: qemu and tun device

2005-08-03 Thread Markus Friedl
On Tue, Aug 02, 2005 at 05:02:05PM +0200, umaxx wrote: > # ifconfig tun0 create > # ifconfig tun0 10.0.0.1 10.0.0.2 up try ifconfig tun0 10.0.0.1 netmask 255.255.255.0 link0

qemu and tun device

2005-08-02 Thread umaxx
hi, can somebody tell me how i get qemu with tun-device working under openbsd? qemu -user-net is working fine - but i want multiple interfaces with different subnets... i'm not very familiar with tun/tap devices. here is what i've tried (both - installed qemu system and host are openbsd 3.7-stabl