Reserve an IP address from the DHCP server
Posted: Thu Jul 28, 2011 10:38 pm
Without using all the ccd nonsense, is there a way to reserve an IP address to prevent it from being given out by openvpn's DHCP "server"?
server.conf:
dev tap
server 192.168.113.0 255.255.255.0
...
Client router has a static IP address of 192.168.113.3. How do I prevent IP conflicts? I can't change IP addresses on the router and it has to be in the same 24 subnet. What I really want is the functionality of server-bridge where you can specify the dhcp range.
Thanks.
server.conf:
dev tap
server 192.168.113.0 255.255.255.0
...
Client router has a static IP address of 192.168.113.3. How do I prevent IP conflicts? I can't change IP addresses on the router and it has to be in the same 24 subnet. What I really want is the functionality of server-bridge where you can specify the dhcp range.
Thanks.