Tag: edgeos

01 Apr

Client-specific DNS and DHCP settings with Dnsmasq and Edgeos / Edgerouter

I have my Edgerouter configured to hand out static leases for all my network clients using Dnsmasq, which also automatically puts an entry into the DNS with the client name. The Edgeos configuration for this is relatively straightforward:

dhcp-server {
...
    shared-network-name LAN1 {
        authoritative enable
        subnet 192.168.9.0/24 {
        ...
            static-mapping ...

© Virantha Ekanayake. Built using Pelican. Modified svbhack theme, based on theme by Carey Metcalfe