desktop-ubuntu/nginx/ipv6.sh

12 lines
187 B
Bash
Raw Normal View History

2023-06-18 15:34:39 +02:00
#!/usr/bin/zsh
# enable_ipv6
2023-08-06 23:02:26 +02:00
ip addr add 2a02:c206:3009:9964::1/112 dev eth0
2023-06-18 15:34:39 +02:00
ip -6 addr show
ip route add default via fe80::1 dev eth0
ip -6 route show
2023-08-06 23:02:26 +02:00
ping -6 2a02:c206:3009:9964::1