2004-11-26, 11:28 AM
Pages: 1 2
Guest
2004-11-26, 11:35 AM
hmm, i check the tspc.log and found this:
Code:
2004/11/26 12:46:36 tspc: tspMain: Connecting to server with reliable udp
2004/11/26 12:46:36 tspc: tspMain: Using TSP protocol version 2.0.0
2004/11/26 12:46:36 tspc: tspSetupTunnel: Getting capabilities from server
2004/11/26 12:46:38 tspc: tspSetupTunnel: Authenticating snowball
2004/11/26 12:46:39 tspc: tspSetupTunnel: Authentication success
2004/11/26 12:46:39 tspc: tspSetupTunnel: Asking for a tunnel
2004/11/26 12:46:39 tspc: tspExtractPayload: Processing response from server
2004/11/26 12:46:39 tspc: tspSetupTunnel: Got tunnel parameters from server, setting up local tunnel
2004/11/26 12:46:39 tspc: tspStartLocal: Going daemon, check tspc.log for tunnel creation status
2004/11/26 12:46:39 tspc: TunInit: Error opening device: /dev/net/tun
2004/11/26 12:46:39 tspc: TunInit: Try "modprobe tun"
2004/11/26 12:46:39 tspc: tspStartLocal: Waiting for setup script to complete
2004/11/26 12:46:39 tspc: tspStartLocal: Script failed to execute correctly
2004/11/26 12:46:39 tspc: tspMain: Error is 3: INTERFACE_SETUP_FAILED
2004/11/26 12:46:39 tspc: tspMain: TSP session done
i did:
Code:
root@b-ill:/usr/local/tsp/bin# modprobe tun
modprobe: Can't locate module tun
root@b-ill:/usr/local/tsp/bin#
where can i get this module? i run slackware10
mrlee
Guest
2004-11-26, 12:46 PM
i've added kernel-module-tun-1.1-4_2.2.24_6.2.3
./configure and make install. but i still cant modprobe tun
Code:
root@b-ill:/# modprobe tun
modprobe: Can't locate module tun
root@b-ill:/#
mrlee
Guest
2004-11-26, 01:34 PM
had to enable it in network devices -> tun/atp
now it's up working on slackware 10
thanks for good howto
mrlee
Pages: 1 2