summaryrefslogtreecommitdiff
path: root/etc/uanytun/client1/post-up.sh
diff options
context:
space:
mode:
Diffstat (limited to 'etc/uanytun/client1/post-up.sh')
-rwxr-xr-xetc/uanytun/client1/post-up.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/uanytun/client1/post-up.sh b/etc/uanytun/client1/post-up.sh
index dd18fe5..574a3e8 100755
--- a/etc/uanytun/client1/post-up.sh
+++ b/etc/uanytun/client1/post-up.sh
@@ -3,7 +3,7 @@
ip link set dev $1 up
ip link set dev $1 mtu 1400
ip addr add dev $1 192.168.123.1/24
-ip addr add dev $1 fec0::1/128
+ip addr add dev $1 fec0::1/64
# disable ICMP redirects as they don't work within the tunnel
echo 0 > /proc/sys/net/ipv4/conf/$1/send_redirects