forked from infra/ansible
Add DHCP options for VoIP phones.
This commit is contained in:
parent
dba3a3fa71
commit
683acac84e
@ -140,6 +140,29 @@ host sushi {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
# VoIP Phones
|
||||||
|
|
||||||
|
host voip01 {
|
||||||
|
hardware ethernet 00:1D:45:B6:99:2F;
|
||||||
|
option tftp-server-name "172.23.2.36";
|
||||||
|
}
|
||||||
|
|
||||||
|
host voip02 {
|
||||||
|
hardware ethernet 00:1D:A2:66:B8:3E;
|
||||||
|
option tftp-server-name "172.23.2.36";
|
||||||
|
}
|
||||||
|
|
||||||
|
host voip03 {
|
||||||
|
hardware ethernet 00:1E:BE:90:FB:DB;
|
||||||
|
option tftp-server-name "172.23.2.36";
|
||||||
|
}
|
||||||
|
|
||||||
|
host voip04 {
|
||||||
|
hardware ethernet 00:1E:BE:90:FF:06;
|
||||||
|
option tftp-server-name "172.23.2.36";
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
# OMAPI
|
# OMAPI
|
||||||
|
|
||||||
omapi-port 7911;
|
omapi-port 7911;
|
||||||
|
Loading…
Reference in New Issue
Block a user