summaryrefslogtreecommitdiff
path: root/etc/anytun/client1/post-up.sh
blob: bf01387b589fa80d0e0039dd47366e8cc51ddf1f (plain) (blame)
1
2
3
4
5
6
7
#!/bin/sh

ip link set dev $1 up
ip link set dev $1 mtu 1400
ip addr add dev $1 192.168.123.1/24

exit 0