fixed syntax errors
This commit is contained in:
parent
59bceb82db
commit
d304c0c550
|
@ -151,47 +151,48 @@ host node33 {
|
|||
}
|
||||
host node34 {
|
||||
hardware ethernet 00:30:48:bc:86:26;
|
||||
fixed-address 10.10.0.134
|
||||
fixed-address 10.10.0.134;
|
||||
}
|
||||
host node35 {
|
||||
hardware ethernet 00:30:48:bc:86:2a;
|
||||
fixed-address 10.10.0.135
|
||||
fixed-address 10.10.0.135;
|
||||
}
|
||||
# geht leider nicht an
|
||||
#host node36 {
|
||||
# hardware ethernet 00:30:48:bc;
|
||||
# fixed-address 10.10.0.137
|
||||
#}
|
||||
host node36 {
|
||||
hardware ethernet 00:30:48:bc;
|
||||
fixed-address 10.10.0.137;
|
||||
}
|
||||
# geht leider nicht an
|
||||
#host node37 {
|
||||
# hardware ethernet 00:30:48:bc;
|
||||
# fixed-address 10.10.0.137
|
||||
#}
|
||||
host node37 {
|
||||
hardware ethernet 00:30:48:bc;
|
||||
fixed-address 10.10.0.137;
|
||||
}
|
||||
# hat zusaetzliche Karte mit 1 Nic
|
||||
host node38 {
|
||||
hardware ethernet 00:30:48:bc:84:86;
|
||||
fixed-address 10.10.0.138
|
||||
fixed-address 10.10.0.138;
|
||||
}
|
||||
# hat zusaetzliche Karte mit 2 Nic
|
||||
host node39 {
|
||||
hardware ethernet 00:30:48:bc:84:16;
|
||||
fixed-address 10.10.0.139
|
||||
fixed-address 10.10.0.139;
|
||||
}
|
||||
host node40 {
|
||||
hardware ethernet 00:30:48:bc:83:ce;
|
||||
fixed-address 10.10.0.140
|
||||
fixed-address 10.10.0.140;
|
||||
}
|
||||
host node41 {
|
||||
hardware ethernet 00:30:48:bc:83:d2;
|
||||
fixed-address 10.10.0.141
|
||||
fixed-address 10.10.0.141;
|
||||
}
|
||||
# zeigt nichts an.. Netzteil klemmt
|
||||
#host node42 {
|
||||
# hardware ethernet 00:30:48:bc:;
|
||||
# fixed-address 10.10.0.142
|
||||
#}
|
||||
host node42 {
|
||||
hardware ethernet 00:30:48:bc:;
|
||||
fixed-address 10.10.0.142
|
||||
}
|
||||
host node43 {
|
||||
hardware ethernet 00:30:48:bc:84:be;
|
||||
fixed-address 10.10.0.143
|
||||
fixed-address 10.10.0.143;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue