Skip to content

Instantly share code, notes, and snippets.

@TheSentry
TheSentry / router-admin-scripts.sh
Last active August 29, 2015 14:26 — forked from tracker1/router-admin-scripts.sh
Tomato Router - Limit Guest Wifi
#Setup bridge for guest wifi (br1) with separate subnet/dhcp
# setup virtual wifi wlan0.1
#the following rules go under administration -> scripts -> firewall then reboot after saving
#NOTE: -I inserts at the beginning be default, so restrictive rules at the top, permissive at the bottom.
#default deny guest
iptables -I FORWARD -i br1 -j DROP
#Removes guest access to physical network