Differences between revisions 30 and 33 (spanning 3 versions)
Revision 30 as of 2013-01-06 00:12:51
Size: 4834
Editor: fungi
Comment:
Revision 33 as of 2013-01-06 00:40:24
Size: 5017
Editor: fungi
Comment:
Deletions are marked like this. Additions are marked like this.
Line 52: Line 52:
    * '''Router IP'''
     * '''Subnet Mask:''' ''255.255.255.224''
     * '''Gateway:''' ''172.23.5.1''
     * '''Local DNS:''' ''172.23.5.36''
Line 60: Line 64:
   * '''Apply Settings:''' click

This documents details of how the core switching infrastructure is built, in case it needs to be redone in the future.

Highlights

Some random notes on the core switch build and configuration...

  • two Cisco/Linksys E4200 v1 for redundant operation and a third as a cold spare

  • higher-capacity 5A power supplies for each (radio dropouts are suspected to be due to under-specified factory supplies)
  • remove the original housings and add heatsinks and thermal adhesive for the switch chips (similarly, stability issues are thought to come from overheating)
  • DD-WRT standard instead of mini (because it adds IPv6 and SNMP support)

  • custom switch driver to allow 802.1q VLAN tag remapping

  • with modern Iceweasel/Firefox use Web Developer -> Get More Tools and install the Web Developer Extension, then after restarting use Web Developer Extension -> Miscellaneous -> Clear Private Data -> Clear HTTP Authentication to clear HTTP Basic Auth credentials after changing DD-WRT management passwords (otherwise any attempts to Save/Apply changes just go to a failure error or blank page)

  • beer (yes, it is necessary to the process)

Firmware Installation

First perform these steps on each device to get the hardware up on the current DD-WRT firmware with desired features...

  1. perform a 30/30/30 hard reset to make sure it's at factory defaults (note this is using the recessed red reset button, not the protruding blue one for WDS)

  2. set your machine's wired network interface to a static address of 192.168.1.2/255.255.255.252
  3. connect to the management WebUI through any LAN port (initial login is a username of root with the password admin)

  4. upgrade the flash with a trailed E4200 mini build like dd-wrt.v24-18777_NEWD-2_K2.6_mini-e4200.bin (the Cisco/Linksys firmware updater looks for special headers, so this is the first in a two-stage load)

  5. wait five minutes to make sure everything's booted and written to NVRAM (now is a good time to grab a beer)
  6. perform another 30/30/30 to make sure any configuration artifacts are reset to the defaults for this build

  7. confirm the DD-WRT password reset page is displayed

  8. set root/admin as the new login (yes, I know that's the same as the old login)
  9. backup the CFE as hostname_cfe.bin (it embeds the original interface MAC so you want one archived for each device) and stash it somewhere for long term safekeeping (see here for details)

  10. upgrade flash with a more featureful NV60K build like dd-wrt.v24-20453_NEWD-2_K2.6_std_usb_nas-nv60k.bin (this adds IPv6 and SNMP support, which we'll want)

  11. wait an additional five minutes (and grab another beer if you like)
  12. perform yet another 30/30/30

  13. wait five more minutes (another beer... why not?)
  14. confirm password reset page is displayed and Firmware: DD-WRT v24-sp2 (12/31/12) std-usb-nas shows in the top-right corner

  15. set root/admin as the new login again (if you've managed not bricking it, congrats... celebrate your success with more beer)

Initial Configuration

After sobering up a bit, set these basic configuration options which deviate from the factory default configuration settings (as organized in the DD-WRT WebUI)...

  • Setup

    • Basic Setup

      • WAN Setup

        • WAN Connection Type

          • Connection Type: Disabled

        • Optional Settings

          • Router Name: (enter the short hostname)

          • Hostname: (reenter the short hostname)

          • Domain Name: yuggoth.org

          • STP: Enable

      • Network Setup

        • Router IP

          • Subnet Mask: 255.255.255.224

          • Gateway: 172.23.5.1

          • Local DNS: 172.23.5.36

        • WAN Port

          • Assign WAN Port to Switch: Yes

        • Network Address Server Settings (DHCP)

          • DHCP Server: Disable

        • Time Settings

          • Time Zone: UTC

          • Summer Time (DST): none

          • Server IP/Name: ntp.yuggoth.org

      • Apply Settings: click

CCL: Configuration/CoreSwitching (last edited 2014-08-31 23:32:39 by fungi)

CC0 To the extent possible under law, the creator of this work has waived all copyright and related or neighboring rights to it.