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:
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)
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)