Quantcast
Channel: All EdgeRouter posts
Viewing all articles
Browse latest Browse all 60861

Re: dhcp failover configuration on ubnt edgemax

$
0
0

Hi,

 

I have the same configuration, VRRP on LAN interfaces with DHCP failover. I am running EdgeOS v1.9.0. As soon as I enable failover, the primary DHCP server stops giving out leases. both routers are time synchronised via NTP, so that does not solve the problem. This is my DHCP config:

primary: show service dhcp-server

disabled false

hostfile-update disable

shared-network-name LAN {

     authoritative disable

     subnet 192.168.201.0/24 {

         default-router 192.168.201.1

         dns-server 192.168.201.1

         failover {

             local-address 192.168.201.253

             name DHCP-FAILOVER

             peer-address 192.168.201.253

             status secondary

         }

         lease 86400

         start 192.168.201.100 {

             stop 192.168.201.250

         }

     }

}

use-dnsmasq disable

 

secondary: show service dhcp-server

disabled false

hostfile-update disable

shared-network-name LAN {

     authoritative enable

     subnet 192.168.201.0/24 {

         default-router 192.168.201.1

         dns-server 192.168.201.1

         failover {

             local-address 192.168.201.254

             name DHCP-FAILOVER

             peer-address 192.168.201.253

             status primary

         }

         lease 86400

         start 192.168.201.100 {

             stop 192.168.201.250

         }

     }

}

use-dnsmasq disable

 

When I add the failover configuration (italics), the primary no longer gives out DHCP leases. Anyone have any ideas?

 

Thanks!


Viewing all articles
Browse latest Browse all 60861

Trending Articles