![]() |
|
IPv6 On Fedora Core 1 - Printable Version +- Linux-Noob Forums (https://www.linux-noob.com/forums) +-- Forum: Linux Server Administration (https://www.linux-noob.com/forums/forum-8.html) +--- Forum: DNS and DHCP (https://www.linux-noob.com/forums/forum-84.html) +--- Thread: IPv6 On Fedora Core 1 (/thread-3490.html) Pages:
1
2
|
IPv6 On Fedora Core 1 - Guest - 2004-11-26 i found out, i had to change server from anonymous to the other one=) mrlee IPv6 On Fedora Core 1 - Guest - 2004-11-26 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 donei 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 IPv6 On Fedora Core 1 - Guest - 2004-11-26 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 IPv6 On Fedora Core 1 - Guest - 2004-11-26 had to enable it in network devices -> tun/atp now it's up working on slackware 10 thanks for good howto mrlee |