Upgrade 3CX to v18 and get it hosted free!

DHCP

Author image

Dynamic Host Configuration Protocol

The following dhcpd.conf file (compatible with ISOC DHCP 3) will give Grandstream (in this example) a different IP address from the rest of the network:
class “VoIP” {
match if substring(hardware, 1, 2) = 00:0B;
}

authoritative;

subnet 192.168.0.0 netmask 255.255.0.0 {
max-lease-time 3600;
default-lease-time 1800;
option domain-name “yourdomain.name”;
option subnet-mask 255.255.255.0;

pool {
allow members of “VoIP”;
default-lease-time 500; # default lease 1 hour
max-lease-time 500; # maximum lease 1 hour
range 192.168.3.2 192.168.3.253;
}
pool {
deny members of “VoIP”;
range 192.168.1.2 192.168.1.253;
}
}

DNSMASQ

  • http://thekelleys.org.uk/dnsmasq/doc.html

Example:

listen-address=192.168.0.1
interface=eth0
dhcp-range=192.168.0.50,192.168.0.150,255.255.255.0,12h
dhcp-option=42,0.0.0.0
enable-tftp
tftp-root=/tftp


Article Reviews

Write a Review

Your email address will not be published. Required fields are marked *

Required Field. Minimum 5 characters.

Required Field. Minimum 5 characters, maximum 50.

Required field.There is an error with this field.

Required Field.

This site uses Akismet to reduce spam. Learn how your comment data is processed.

There are no reviews for this article. Be the first one to write a review.
Get 3CX - Absolutely Free!
Link up your team and customers Phone System Live Chat Video Conferencing

Hosted or Self-managed. Up to 10 users free forever. No credit card. Try risk free.

3CX
A 3CX Account with that email already exists. You will be redirected to the Customer Portal to sign in or reset your password if you've forgotten it.