Compare commits
1 commit
main
...
dns01_ipv6
Author | SHA1 | Date | |
---|---|---|---|
6d588d5d80 |
2 changed files with 6 additions and 8 deletions
|
@ -22,7 +22,7 @@ Routé via SIIT sur le vlan mwan-siit (2520)
|
||||||
| IP | Attribution | Mainteneur |
|
| IP | Attribution | Mainteneur |
|
||||||
|----|-------------|------------|
|
|----|-------------|------------|
|
||||||
| `.25` | `labcore01` | Maurice |
|
| `.25` | `labcore01` | Maurice |
|
||||||
| `.26` | | |
|
| `.26` | `dns01` | cst1 |
|
||||||
| `.27` | | |
|
| `.27` | | |
|
||||||
| `.28` | | |
|
| `.28` | | |
|
||||||
| `.29` | | |
|
| `.29` | | |
|
||||||
|
|
|
@ -2,20 +2,18 @@
|
||||||
dns01 = {
|
dns01 = {
|
||||||
interfaces = {
|
interfaces = {
|
||||||
ens18 = {
|
ens18 = {
|
||||||
ipv4 = [
|
ipv6 = [
|
||||||
{
|
{
|
||||||
address = "129.199.146.102";
|
address = "2a0e:e701:1120:1000:ffff::45.13.104.26";
|
||||||
prefixLength = 24;
|
prefixLength = 64;
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
gateways = [ "129.199.146.254" ];
|
gateways = [ "2a0e:e701:1120:1000::1" ];
|
||||||
enableDefaultDNS = true;
|
dns = [ "2a0e:e701:1120:1000::f:1" ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
#addresses.ipv4 = [ "129.199.146.102" ];
|
|
||||||
|
|
||||||
hostId = "1758233d";
|
hostId = "1758233d";
|
||||||
};
|
};
|
||||||
krz01 = {
|
krz01 = {
|
||||||
|
|
Loading…
Reference in a new issue