====== NintendoDS Setup ====== ===== Overview ===== This section describes the setup necessary to provide wireless access to NintendoDS without compromising the internal security of the Intranet. Unfortunately it is not possible to allow wireless access to Nintendo DS by creating special firewall rules as you have to allow any traffic from/to almost every port everywhere. Additionally Nintendo DS does only provide WEP security. We have to make sure that the NDS WLAN is only active if necessary. Therefore NDS WLAN is setup to be disabled upon restart of the NDS router and has to be enabled manually by pushing the SES/AOSS button. As an additional security measure the NDS WLAN is disabled at 1:00 AM everday to make sure it does not run in case you forget to disable it. You need: * A web browser * 2 routers (i.e. Linksys WRT54G) * All routers should have Tomato firmware installed (http://www.polarcloud.com/tomato) ===== Schematics / Cabling ===== ((. NDS WLAN .)) | +------------+ +-----------------+ Internet --- | NDS Router | --- | Intranet Router | --- Intranet +------------+ +-----------------+ ===== NDS Router ===== - Basic - Network - Wireless * Enable Wireless: true * Security: Disabled or WEP - Administration - Buttons/LED - SES/AOSS * 0-2 Seconds: Run Custom Script * Set custom script: * if [ $1 -le 2 ]; then radio toggle led white `wl radio | awk '{print $3}'` fi - Administration - Scheduler - Custom 1 * Enabled: true * Time 1:00 * Days: Everyday * Set command: * radio off led white `wl radio | awk '{print $3}'` - Administration - Scripts - Init * sleep 5 # disable radio radio off led white `wl radio | awk '{print $3}'` - Administration - Scripts - Firewall * # disable radio radio off led white `wl radio | awk '{print $3}'` The "led white..." code is optional. It just makes it more visible whether WLAN is turned on or off. ====== Intranet Router ====== * No special setup necessary