Commit f8a433c8 authored by zu1k's avatar zu1k

fix

Signed-off-by: default avatarzu1k <i@zu1k.com>
parent ee2749d1
...@@ -20,10 +20,9 @@ $ ip a ...@@ -20,10 +20,9 @@ $ ip a
...... ......
``` ```
Bind the whole IPv6 /64 subnet to loopback interface, and add route via default internet interface Add route via default internet interface
```sh ```sh
ip add add local 2001:19f0:6001:48e4::/64 dev lo
ip route add local 2001:19f0:6001:48e4::/64 dev enp1s0 ip route add local 2001:19f0:6001:48e4::/64 dev enp1s0
``` ```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment