Add DHCP options for VoIP phones.

This commit is contained in:
Markus 2017-10-02 12:13:04 +02:00
parent dba3a3fa71
commit 683acac84e
1 changed files with 23 additions and 0 deletions

View File

@ -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-port 7911;