After trying http://www.snbforums.com/threads/fo...guest-network-for-asus-merlin-rt-ac68u.18969/
I understand that I need to do something with dhcp as well, in the router dnsmasq.conf needs to be changed/updated to serve ip-addresses to my new vlan, but not to my local network, for this there is a windows server..
(today my local network runs on 192.168.0.x)
I think this is the changes i want to do in the dnsmaq.conf
But how do I make it stick after reboot, can I just insert this in the /jffs/script area as init-start or firewall-start?
I understand that I need to do something with dhcp as well, in the router dnsmasq.conf needs to be changed/updated to serve ip-addresses to my new vlan, but not to my local network, for this there is a windows server..
(today my local network runs on 192.168.0.x)
I think this is the changes i want to do in the dnsmaq.conf
Code:
# Enables DHCP on vlan10
interface=vlan10
# Set the default gateway for vlan10 clients
dhcp-option=vlan10,3,192.168.0.254
# Set the DHCP range and default lease time of 3 hours for vlan10 clients
dhcp-range=vlan10,192.168.0.10,192.168.0.50,255.255.255.0,3h
dhcp-authoritative
But how do I make it stick after reboot, can I just insert this in the /jffs/script area as init-start or firewall-start?
Last edited: