From 0fba3a76bd85ddde23cd442b9e0bc16612dc3f8a Mon Sep 17 00:00:00 2001 From: ache Date: Mon, 4 Feb 2019 15:49:09 +0100 Subject: Ovh reboot --- ipv6.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 ipv6.sh (limited to 'ipv6.sh') diff --git a/ipv6.sh b/ipv6.sh new file mode 100644 index 0000000..e97a614 --- /dev/null +++ b/ipv6.sh @@ -0,0 +1,6 @@ +#!/bin/bash + +ip -6 a f dev eth0 +ip -6 a a 2001:41d0:601:1100::11dc/128 dev eth0 +ip -6 r a 2001:41d0:601:1100::1 dev eth0 +ip -6 r a default via 2001:41d0:601::1 dev eth0 -- cgit v1.2.3