search for: tinc_3

Displaying 2 results from an estimated 2 matches for "tinc_3".

Did you mean: tinc3
2009 May 20
1
Routes are not added automatically
...net <ip>/24 $INTERFACE" statement on hosts' tinc-up files. I came accross a lot of messages in the archive saying that tinc doesn't handle routing and that it's my job to configure the routes manually. But according to the website : 1) http://www.tinc-vpn.org/documentation/tinc_3.html#SEC37 "An example 'tinc-up' script: #!/bin/sh ifconfig $INTERFACE 192.168.1.1 netmask 255.255.0.0 This script gives the interface an IP address and a netmask. The kernel _will also automatically add a route to this interface_ , so n...
2004 Sep 30
4
Could not open /dev/net/tun
Hi, I am triying to configure a VPN, my configuration files are: ****************** TINC.CONF: Name = nova # The internet host to connect with. ConnectTo = nova2 Device = /dev/net/tun #Device name.. Leave as is. Interface = vpn #Virtual Interface name. Give any suitable name. #Mode = "router" #use Router mode