forked from freifunktrier/dhcp-static
-
Notifications
You must be signed in to change notification settings - Fork 0
/
static.conf
147 lines (120 loc) · 2.98 KB
/
static.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
#Wichtig: bitte Netzplan beachten! (für möglichen Wechsel von bridged zu routed wichtig)
#10.172.0.1 - 10.172.0.100 reserviert für Netzhardware
#10.172.1.1 - 10.172.2.254 für Richtfunkstrecken (Netzhardware ohne Batman-support)
#10.172.3.1 - 10.172.5.254 für feste IP-Adressen über DHCP-Vergabe nutzbar
### Netzhardware ###
#host draco {
# hardware ethernet :::::;
# fixed-address 10.172.0.11;
#}
#host rogan {
# hardware ethernet :::::;
# fixed-address 10.172.0.12;
#}
#host salem {
# hardware ethernet :::::;
# fixed-address 10.172.0.13;
#}
#host baldur {
# hardware ethernet :::::;
# fixed-address 10.172.0.14;
#}
#host neso {
# hardware ethernet :::::;
# fixed-address 10.172.0.15;
#}
#host glubit {
# hardware ethernet :::::;
# fixed-address 10.172.0.16;
#}
### Richtfunkstrecken (Netzhardware ohne Batman-support) ###
#Nanobridge M5 in Leiwen (Zummet)
#Part of the Trittenheim Backbone
host Nanobridge_Kirsten1 {
hardware ethernet 00:27:22:35:24:F0;
fixed-address 10.172.1.40;
}
#Nanobridge M5 in Trittenheim
#Part of the Trittenheim Backbone
host Nanobridge_Kirsten2 {
hardware ethernet 00:27:22:34:24:B7;
fixed-address 10.172.1.41;
}
#Richtfunke Ubiquiti Markusberg
host ubiquiti-markusberg {
hardware ethernet 80:2A:A8:65:D2:ED;
fixed-address 10.172.1.50;
}
#Vidisters Event 5GHz AP 1
host vidister_ap_1 {
hardware ethernet 60:E3:27:72:48:EA;
fixed-address 10.172.1.120;
}
#Vidisters Event 5GHz AP 2
host vidister_ap_2 {
hardware ethernet 60:E3:27:72:37:72;
fixed-address 10.172.1.121;
}
### feste IP-Adressen über DHCP-Vergabe ###
#Raspberry Pi 3 Maschinendeck Trier
host maschinenpi {
hardware ethernet b8:27:eb:1c:21:60;
fixed-address 10.172.3.2;
}
# großes Matepad Maschinendeck Trier
# Rasbery Pi 2
host mate {
hardware ethernet 74:da:38:62:1e:63;
fixed-address 10.172.3.17;
}
# Raspberry Pi 3 Maschinendeck Trier Infobeamer
host maschinenstatus {
hardware ethernet b8:27:eb:9a:5d:16;
fixed-address 10.172.3.21;
}
#gtrs server
host phara {
hardware ethernet F2:D7:B6:6B:4F:56;
fixed-address 10.172.3.23;
}
#Raspberry Pi 1 Maschinendeck Trier
host maschinentuer {
# hardware ethernet B8:27:EB:7E:AF:47;
hardware ethernet ec:08:6b:0b:fa:4b;
fixed-address 10.172.3.42;
}
#Jenkins
host jenkins {
hardware ethernet 52:54:00:94:60:99;
fixed-address 10.172.3.43;
}
#Fallback Schließsystem Maschinendeck Trier
host backdoor {
hardware ethernet b8:27:eb:54:17:33;
fixed-address 10.172.3.44;
}
#Vidisters Homeserver
host aurora {
hardware ethernet 74:D4:35:AB:E2:92;
fixed-address 10.172.3.128;
}
#Vidisters Remoteserver
host neptun {
hardware ethernet be:df:67:51:6d:69;
fixed-address 10.172.3.129;
}
#Maschinendecks Pizzacam
host kantinendeck {
hardware ethernet 00:07:5F:82:9C:7A;
fixed-address 10.172.3.141;
}
#DD-WRT Router in Besslich for some internal services
host Freifunk-Besslich {
hardware ethernet 00:26:5A:B1:79:ED;
fixed-address 10.172.4.1;
}
#FF-Pi Digilay in Besslich
host ffpi-digilay {
hardware ethernet B8:27:EB:06:C4:73;
fixed-address 10.172.5.1;
}