Package: vde
Version: 1.5.9-1
Severity: wishlist

The dirty hack:

auto tap1
iface tap1 inet static
        address 10.0.2.222
        netmask 255.255.255.0
        pre-up vde_switch -s /tmp/vde1.ctl -p /tmp/vde1.pid -t tap1 -d
        pre-up chmod 777 /tmp/vde1.ctl
        pre-up daemon --pidfile=/tmp/slirpvde.pid --name slirpvde -- slirpvde 
-s /tmp/vde1.ctl -dhcp
        post-down daemon --stop --pidfile=/tmp/slirpvde.pid --name slirpvde
        post-down kill `cat /tmp/vde1.pid`

auto tap2
iface tap2 inet static
        address 10.0.3.1
        netmask 255.255.255.0
        pre-up vde_switch -s /tmp/vde2.ctl -p /tmp/vde2.pid -t tap2 -d
        pre-up chmod 777 /tmp/vde2.ctl
        post-down kill `cat /tmp/vde2.pid`

.... should be integrated more seamlessly.
                                                                                
                

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (900, 'unstable'), (500, 'oldstable'), (500, 'testing'), (500, 
'stable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-686
Locale: LANG=pl_PL, LC_CTYPE=pl_PL (charmap=ISO-8859-2)

Versions of packages vde depends on:
ii  libc6                         2.3.5-4    GNU C Library: Shared libraries an

vde recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to