You have a syntax error. The "\" is the continuation character for when a command is split across multiple lines. If you're entering the command as a single line you should remove the \ character as it would become an escape character.Using the terminal window, when I try to enter
iptables -t nat -A POSTROUTING -s 192.168.150.0/24 -d 192.168.150.0/24 \ -o br3 -j MASQUERADE
I get the error message "Bad argument ' -o' " . Which probably explains why nat-start failed. So I tried iptables -h and learned:
[!] --out-interface -o output name[+]
network interface name ([+] for wildcard)
Just to be sure I understand this error message correctly, the "Bad argument" is actually "br3", right? It being the argument for the -o option? Should the argument be "eth4" instead?
Doh!You have a syntax error. The "\" is the continuation character for when a command is split across multiple lines. If you're entering the command as a single line you should remove the \ character as it would become an escape character.
What specific router do you have? The RT-AX86U does not support the 3006.x firmware. The RT-AX86U Pro does support 3006.102.4.I am running AX86U device on 3006.102.4
firewall-start
script with IPTables scripting to allow traffic between Guest Network Pro clients and the Home Assistant device. Others tried other workarounds like setting up a second network adapter on the Home Assistant device and connected that second network adapter to the Guest Network Pro VLAN. Some have resorted to just keeping certain IoT devices on the main LAN/main WiFi rather than the Guest Network Pro profile. Here are a few threads for more on Home Assistant and Asus-Merlin 3006 firmware.firewall-start
and IPTables scripting with 3006 firmware: https://www.snbforums.com/threads/t...st-network-pro-limitations.94438/#post-952345Thanks for the guidance Bennor!! I did not even know there were two models in AX86U lineup. Yes my device is indeed the pro version and thus I was able to flash/upgrade to the 3006 firmware.What specific router do you have? The RT-AX86U does not support the 3006.x firmware. The RT-AX86U Pro does support 3006.102.4.
If you do have a RT-AX86U Pro running 3006.102.4 firmware then a couple of questions.
Did you perform a hard factory reset of the router when you initially flashed the Asus-Merlin 3006.102.4 firmware to the router?
How have you configured your Guest Network Pro profile(s)? Post readable screenshots, redacting any sensative information.
When setting up the Guest Network Pro profile did you enable or disable Use same subnet as main network?
Guest Network Pro has its quirks and it has a learning curve to understand how it works. At times it feels like beta that we users are testing out for Asus. I'm currently running a RT-AX86U Pro with 3006.102.4 firmware with two Guest Network Pro IoT profiles configured and working normally. When setting up the two IoT profiles I did disable the Use same subnet as main network option so each IoT profile would use it's own DHCP IP subnet and be isolated from the main LAN/main WiFi.
The Guest Network Pro option Set AP Isolated will prevent the Guest Network Pro clients from talking to each other.With the above I am able to assign devices to this network and it gets an IP and ability to connect to internet. However with Set AP Isolated, its not reachable via (ping) from computers in the 192.168.50.1 LAN. Generally, I am fine with this behavior as the purpose of this IOT segregation is to keep these devices separated. However I am trying to see if one or handful of devices from the 192.168.50.1 LAN can access these.
firewall-start
script with IPTables commands to replicate certain actions.Welcome To SNBForums
SNBForums is a community for anyone who wants to learn about or discuss the latest in wireless routers, network storage and the ins and outs of building and maintaining a small network.
If you'd like to post a question, simply register and have at it!
While you're at it, please check out SmallNetBuilder for product reviews and our famous Router Charts, Ranker and plenty more!