closedvpn/tinc-up-template

8 lines
193 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
2013-10-13 16:26:30 +00:00
# MacOS X
#ifconfig $INTERFACE <DEINE IP> 10.42.0.0 mtu 1500 netmask 255.255.0.0
#route add -net <DEINE IP> 10.42.0.0 255.255.0.0