[Vtun-Users] Problems with setting up the tun device?
Status: Inactive
Brought to you by:
mtbishop
|
From: David F. <df...@rs...> - 2001-11-19 18:46:39
|
Hi,
I'm trying to install a tunnel between too computers.
But I always get the error Messege:
Nov 19 19:06:32 firewall vtund[8022]: VTun client ver 2.5b1 11/12/2001
started
Nov 19 19:06:32 firewall vtund[8022]: Connecting to 144.41.78.10
Nov 19 19:06:32 firewall vtund[8022]: Session cobra[144.41.78.10] opened
Nov 19 19:06:32 firewall modprobe: modprobe: Can't locate module
/dev/ttyp0
Nov 19 19:06:32 firewall last message repeated 4 times
Nov 19 19:06:32 firewall vtund[8023]: Command [/sbin/ifconfig %%
10.3.0.2 pointopo] error 1 // other
Nov 19 19:06:32 firewall vtund[8022]: Input/output error (5)
//ip-adress(es) than in the config-file
Nov 19 19:06:32 firewall vtund[8022]: Session cobra[144.41.78.10] closed
The install file looks like:
type tun;
proto udp;
keepalive yes;
device /dev/net/tun; // I hope this is correct for kernel 2.4.0 (
SuSE 7.1 ) and loaded tun-Module
up {
ifconfig "%% local-ip pointopoint remote-ip mtu 1450";
};
Is Ifconfig called with the wrong ip-Adress and %% ?
I don't have any other idea...
Thanks in advance.
David
|