[Vtun-Users] Can't connect, tap ?
Status: Inactive
Brought to you by:
mtbishop
|
From: Bertrand H. <bd...@wa...> - 2001-11-15 19:49:45
|
Hi,
I'm trying to create a bridge over vtun .
I tried to run vtun, but i can't get the client connect to the server ..
Here is the conf file :
#
# Begin of /usr/etc/vtund.conf
#
options {
port 5000;
route /sbin/route;
}
default {
compress no;
speed 0;
}
bridge {
pass XXX;
type ether;
proto tcp;
device tap0;
# up {
# program /sbin/brctl " addif tap0";
# };
# down {
# program /sbin/brctl " delif tap0";
# };
}
#
# End of /usr/etc/vtund.conf
#
I use the same for client and server.
I start the server with 'vtund -s' and client with 'vtund bridge dns_name'
I just want for now connect the thing. The brctl command are not set yet.
I can't connect the two ... Server run and wait, but the client just exit
and nothing is done ...
I got a 2.4.12 kernel with ethertap modules . I don't have any /dev/tap0 . I
found it was maj/min:36/16.
So, i got that right ?
Thanks.
Mine.
|