Controllerless Networks

last person joined: yesterday 

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

Can I change the Magic VLAN from 3333 to something else?

This thread has been viewed 15 times
  • 1.  Can I change the Magic VLAN from 3333 to something else?

    Posted Apr 09, 2019 01:31 PM

    I have a customer who uses VLAN 3333 on their network.  When trying to setup a role on Instant, I get the warning that VLAN 3333 is reserved.

     

    I can see that VLAN 3333 is assigned to the internal DHCP pool as per below. But is there any way to change that VLAN ID to something else?

     

    # show dhcp-allocation 
    
    ---------------------/etc/dnsmasq.conf--------------------
    listen-address=127.0.0.1
    addn-hosts=/etc/ld_eth_hosts
    addn-hosts=/etc/ld_ppp_hosts
    dhcp-src=172.31.98.1
    dhcp-leasefile=/tmp/dnsmasq.leases
    dhcp-authoritative
    filterwin2k
    #magic-vlan 
    {
    	vlan-id=3333
    	dhcp-range=172.31.98.3,172.31.99.254,255.255.254.0,8m
    	dhcp-option=1,255.255.254.0
    	dhcp-option=3,172.31.98.1
    	dhcp-option=6,4.4.2.2
    	dhcp-option=15,test
    	dhcp-option=54,172.31.98.1
    }