add GitLab VM
also copy-paste srv0{1,2} entries, to fix requirement "nach IP sortiert!"
This commit is contained in:
parent
b8640b5aa3
commit
7262d2bc82
25
static.conf
25
static.conf
|
@ -78,21 +78,16 @@ host apuschnacke {
|
||||||
fixed-address 10.112.0.24;
|
fixed-address 10.112.0.24;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
host gitlab {
|
||||||
|
hardware ethernet 52:54:00:7d:4e:17;
|
||||||
|
fixed-address 10.112.0.28;
|
||||||
|
}
|
||||||
|
|
||||||
host pia {
|
host pia {
|
||||||
hardware ethernet b8:27:eb:ae:4b:0b;
|
hardware ethernet b8:27:eb:ae:4b:0b;
|
||||||
fixed-address 10.112.0.29;
|
fixed-address 10.112.0.29;
|
||||||
}
|
}
|
||||||
|
|
||||||
host srv01.hamburg.freifunk.net {
|
|
||||||
hardware ethernet de:ad:be:ef:08:15;
|
|
||||||
fixed-address 10.112.1.1;
|
|
||||||
}
|
|
||||||
|
|
||||||
host srv02.hamburg.freifunk.net {
|
|
||||||
hardware ethernet de:ad:be:ef:08:16;
|
|
||||||
fixed-address 10.112.1.2;
|
|
||||||
}
|
|
||||||
|
|
||||||
host osterrade-ap1 {
|
host osterrade-ap1 {
|
||||||
hardware ethernet F4:F2:6D:E5:AA:BE;
|
hardware ethernet F4:F2:6D:E5:AA:BE;
|
||||||
fixed-address 10.112.0.30;
|
fixed-address 10.112.0.30;
|
||||||
|
@ -113,6 +108,16 @@ host osterrade-ap4 {
|
||||||
fixed-address 10.112.0.33;
|
fixed-address 10.112.0.33;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
host srv01.hamburg.freifunk.net {
|
||||||
|
hardware ethernet de:ad:be:ef:08:15;
|
||||||
|
fixed-address 10.112.1.1;
|
||||||
|
}
|
||||||
|
|
||||||
|
host srv02.hamburg.freifunk.net {
|
||||||
|
hardware ethernet de:ad:be:ef:08:16;
|
||||||
|
fixed-address 10.112.1.2;
|
||||||
|
}
|
||||||
|
|
||||||
# 10.112.1.3 - 10.112.1.12 reserviert für Gateways
|
# 10.112.1.3 - 10.112.1.12 reserviert für Gateways
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue