mirror of
https://github.com/Fohdeesha/lab-docu.git
synced 2024-11-28 11:05:13 +01:00
fix 64nix grammar
This commit is contained in:
parent
58b69f2ae4
commit
590a317950
@ -38,7 +38,10 @@ iface eth1 inet6 static
|
||||
gateway 2620:57:e000:e::11
|
||||
autoconf 0
|
||||
```
|
||||
Now run the below command to assign the entire /56 to the server's loopback interface:
|
||||
|
||||
### Assign an entire /56 to a linux server
|
||||
|
||||
Run the below command to assign the entire /56 to the server's loopback interface:
|
||||
**Note:** this uses Linux's [AnyIP](https://blog.widodh.nl/2016/04/anyip-bind-a-whole-subnet-to-your-linux-machine/) feature
|
||||
|
||||
`ip -6 route add local 2620:57:e000:400::/56 dev lo`
|
||||
|
Loading…
Reference in New Issue
Block a user