X-Git-Url: http://git.meshlink.io/?p=meshlink;a=blobdiff_plain;f=doc%2Fsample-config%2Ftinc-up;fp=doc%2Fsample-config%2Ftinc-up;h=0000000000000000000000000000000000000000;hp=2d8b4d6b56715822a2e4bae1f4cefa77cb0d9c43;hb=ac77178a4e9b98bdf0ed194bc7dc36c8fbca8a14;hpb=c66bb30f75e16d315705bd845ec7ea36befaa08f diff --git a/doc/sample-config/tinc-up b/doc/sample-config/tinc-up deleted file mode 100644 index 2d8b4d6b..00000000 --- a/doc/sample-config/tinc-up +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/sh -# This file sets up the tap device. -# It gives you the freedom to do anything you want with it. -# Use the correct name for the tap device: -# The environment variable $INTERFACE is set to the right name -# on most platforms, but if it doesn't work try to set it manually. - -# Give it the right ip and netmask. Remember, the subnet of the -# tap device must be larger than that of the individual Subnets -# as defined in the host configuration file! -ifconfig $INTERFACE 192.168.1.1 netmask 255.255.0.0