What's new
  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

RT-AC3200 persistent custom changes

lundman

New Around Here
RT-AC3200 is the main internet gateway and wifi for the family. But we also have another wifirouter for guest network (guest router is too far away to use the guest wifi).

So I setup another 192.168.99. network which the guest wifi router is on, and added another VIP on the LAN side of the ASUS, as well as a blocking rule so that guest network can not see my internal LAN.

When I boot, I simply run these commands from telnet:
Code:
ifconfig br0:1 192.168.99.1 netmask 255.255.255.0 up
iptables -I FORWARD -s 192.168.99.0/24 -d 192.168.1.0/24 -j DROP

but it would be nice if I could add those commands to run automatically, is this possible at all?

(I guess I should also confirm I can't do those commands, the VIP on LAN, and iptables from the GUI? I just assumed I couldn't)
 
Ac3200 have support for guest network from the setting.. And there is an option "isolated ap" so it cant see ur "real" lan devices
 
Yeah, too far for wifi to reach, and guest network has both wired and wireless, so that TV and netflix work without issues.

I am trying the /jffs/scripts/ approach I saw somewhere, maybe those scripts will be run... I have yet to reboot it to find out :)
 

Latest threads

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Back
Top