I just purchased an AC3100, and already decided to return it and replace it with the AC5300 that I'll have to order amazon or something. (It's a long story.) Anyway, I'm fairly impressed with the flexibility of the asus firmware (kind of "tomato-lite" with a bunch of excessive eye candy.) I don't want to install merlin on the AC3100 when I know it'll be returned. However, there are three things I found wanting, and I'm wondering if Merlin's branch is capable of them:
1. Hiding of a "guest" wifi network. (In my case, it's not actually a "guest" network, but an alternate SSID I use for wifi devices that can't do EAP. Hiding the SSID doesn't make it more secure, but it does make wifi scans less spammy.) (I found I can do this via ssh on the asus firmware with "nvram set wl0.1_closed=1", but does merlin have the option in the actual UI?)
2. A better (real) vlan interface. Not everyone uses VLAN for IPTV. (I think I can actually work around this with scripts, so it's not really important... just a "would be nice" type thing.)
3. When configuring static DHCP addresses, I need to specify 2 MAC addresses for a couple different devices (but the IP number should be constant.) For example, I have a printer that can do ethernet or wifi. I generally keep it plugged in, but when it falls back to wifi, I'd like for its IP address to be the same.
4. Finally, I'd like the option to add custom options to the dnsmasq config file. This is especially useful for IPv6 specific dnsmasq options, or for handling corner cases in a net config. For example:
With #4, I think I can do it by modifying the dnsmasq.conf I see on the filesystem... and forcing dnsmasq to re-read it's config via script... I'm not sure about doing #3 as I don't see where the asus firmware is passing the static dhcp assignments to dnsmasq..
Thank you
Gary
1. Hiding of a "guest" wifi network. (In my case, it's not actually a "guest" network, but an alternate SSID I use for wifi devices that can't do EAP. Hiding the SSID doesn't make it more secure, but it does make wifi scans less spammy.) (I found I can do this via ssh on the asus firmware with "nvram set wl0.1_closed=1", but does merlin have the option in the actual UI?)
2. A better (real) vlan interface. Not everyone uses VLAN for IPTV. (I think I can actually work around this with scripts, so it's not really important... just a "would be nice" type thing.)
3. When configuring static DHCP addresses, I need to specify 2 MAC addresses for a couple different devices (but the IP number should be constant.) For example, I have a printer that can do ethernet or wifi. I generally keep it plugged in, but when it falls back to wifi, I'd like for its IP address to be the same.
4. Finally, I'd like the option to add custom options to the dnsmasq config file. This is especially useful for IPv6 specific dnsmasq options, or for handling corner cases in a net config. For example:
Code:
# specify IPv6 DNS options:
dhcp-option=option6:dns-server,[fe80::100],[fe80::]
# specify the name of a MAC address without forcing a specific IP addr:
dhcp-host=aa:bb:cc:dd:ee:ff,MachineHostName
Thank you
Gary