summaryrefslogtreecommitdiff
path: root/etc/anytun/client2/post-up.sh
blob: 7ba0f9039d1e54406dcffa458eccc8273806b51b (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.2/24

exit 0