tomato

NintendoDS Setup

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:

            ((. NDS WLAN .))
                    |
             +------------+     +-----------------+
Internet --- | NDS Router | --- | Intranet Router | --- Intranet
             +------------+     +-----------------+
  1. Basic - Network - Wireless
    • Enable Wireless: true
    • Security: Disabled or WEP
  2. 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
  3. Administration - Scheduler - Custom 1
    • Enabled: true
    • Time 1:00
    • Days: Everyday
    • Set command:
    • radio off
      led white `wl radio | awk '{print $3}'`
  4. Administration - Scripts - Init
    • sleep 5
      # disable radio
      radio off
      led white `wl radio | awk '{print $3}'`
  5. 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
  • tomato.txt
  • Zuletzt geändert: 16.11.2016 23:18 (vor 8 Jahren)
  • von 127.0.0.1