Browse Source

++ clarify /22 wording

refactoring
Nico Schottelius 3 years ago
parent
commit
0ec9af4311
  1. 5
      content/u/blog/how-to-route-ipv4-via-ipv6/contents.lr

5
content/u/blog/how-to-route-ipv4-via-ipv6/contents.lr

@ -51,10 +51,11 @@ default via inet6 fe80::21b:21ff:febb:6934 dev wlp0s20f3
Now to be able to actually transmit IPv4 packets, I do need a source
IPv4 address. In the current network I can use an address in the
unused 10.0.8.0/22 network:
unused 10.0.8.0/22 network, however I'll add it with a /32 mask to
make it clear that there is no interface local route applied:
```
ip addr add 10.0.8.42/32 dev wlp0s20f3
[root@diamond ~]# ip addr add 10.0.8.42/32 dev wlp0s20f3
[root@diamond ~]# ip r
default via inet6 fe80::21b:21ff:febb:6934 dev wlp0s20f3
[root@diamond ~]# ip a sh dev wlp0s20f3

Loading…
Cancel
Save