aboutsummaryrefslogtreecommitdiff
path: root/ipv6.sh
diff options
context:
space:
mode:
authorache <ache@ache.one>2019-02-04 15:49:09 +0100
committerache <ache@ache.one>2019-02-04 15:49:09 +0100
commit0fba3a76bd85ddde23cd442b9e0bc16612dc3f8a (patch)
tree73753bb69a942d278fa589041c3c1f33a27995e6 /ipv6.sh
parentMerge tethapp and autoDHCP (diff)
Ovh reboot
Diffstat (limited to 'ipv6.sh')
-rw-r--r--ipv6.sh6
1 files changed, 6 insertions, 0 deletions
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