closedvpn/tinc-up-template

6 lines
142 B
Plaintext
Raw Normal View History

#!/bin/sh
2013-10-02 22:45:50 +00:00
2013-10-03 14:53:42 +00:00
ifconfig $INTERFACE <DEINE IP> netmask 255.255.0.0
# printf "nameserver 10.42.16.1\nsearch vpn" | resolvconf -a "$INTERFACE.inet"