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 fine now... for the archives - here is what i did: $ cat /etc/qemu-ifup #!/bin/sh ifconfig tun0 10.0.0.1 netmask 255.255.255.0 link0 ifconfig tun1 192.168.0.1 netmask 255.255.255.0 link0 # qemu -nics 2 virtual.hd greets umaxx