Controllerless Networks

last person joined: 2 days ago 

Instant Mode - the controllerless Wi-Fi solution that's easy to set up, is loaded with security and smarts, and won't break your budget
Expand all | Collapse all

Aruba instant 6.1.3.0-3.1.0 DHCP Server

This thread has been viewed 0 times
  • 1.  Aruba instant 6.1.3.0-3.1.0 DHCP Server

    Posted Oct 29, 2012 09:26 PM

    Hi,

     

    I would like to know if it is possible to configure the start IP Address and the end IP Address of a DHCP pool?

     

    Configuration:

    ip dhcp DHCPPOOLNAME
    server-type Local
    server-vlan 125
    subnet 192.168.125.0
    subnet-mask 255.255.255.0
    lease-time 14400
    dns-server 8.8.8.8,8.8.4.4
    domain-name domain.com

     

    resulting /etc/dnsmasq.conf:

    #profile: DHCPPOOLNAME
    {
    vlan-id=125
    dhcp-range=192.168.125.2,192.168.125.254,255.255.255.0,14400s
    dhcp-option=1,255.255.255.0
    dhcp-option=3,192.168.125.1
    dhcp-option=6,8.8.8.8,8.8.4.4
    dhcp-option=15,domain.com
    }



  • 2.  RE: Aruba instant 6.1.3.0-3.1.0 DHCP Server

    Posted Oct 30, 2012 04:10 AM

    It is not possible to define a start and end IP address for a DHCP pool for a type "local".

     

    However, if you are using a "Centralized L2" mode of DHCP pool, you can exclude a range of IPs using the exclude option. This mode of operation is intended to be used for a HQ-Branch office deployment with distributed DHCP and might not really address your problem.