search for: force_connect

Displaying 1 result from an estimated 1 matches for "force_connect".

2000 Aug 21
0
Rewritten script /etc/init.d/tinc
...tinc 1.0pre2, and it now uses ifconfig in stead of ip-route. I changed the syntax to be correct (may already have been fixedin a newer version), it now checks whether or not there is a '/dev/tapX' or a '/dev/netlink/tapX' and it checks if there is a module or not. I also added the force_connect and the reload options. Force_connect send an SIGALRM to tincd and reload sends a SIGHUP to tincd. Baard -------------- next part -------------- #!/bin/sh # # tinc tincd VPN setup script # # chkconfig: 2345 46 54 # # version: 1.0.8 # authors: Lubomir Bulej <pallas@kadan.cz> #...