Differences between revisions 3 and 6 (spanning 3 versions)
Revision 3 as of 2017-03-13 16:08:53
Size: 1073
Comment: added a note about initial installation
Revision 6 as of 2025-09-06 20:07:43
Size: 2729
Comment: replaced gateway with e8450, updated network configuration, added to maintenance log
Deletions are marked like this. Additions are marked like this.
Line 12: Line 12:
=== Configuration ===
 * Host: `tree`
  * Hardware:
   * D-Link DIR860L B1 (gateway)
   * Meraki MR24 (2 dumb Access Points)
  * Software: [[LEDE]]
  * Internet IPv4: DHCP
  * PTPnet IPv4: `10.11.13.1/26`
=== Network Configuration ===

 * Hostname: `tree`
  * Device: linksys,e8450-ubi
  * OpenWrt: r30963-79d3db74473c
  * IPv4: 10.11.13.1/26
  * Interface: wlan0
   * SSID: "www.personaltelco.net"
   * BSSID: D8:EC:5E:8C:F4:29
   * Channel: 1
  * Interface: wlan1
   * SSID: "www.personaltelco.net"
   * BSSID: D8:EC:5E:8C:F4:2A
   * Channel: 36
  * Interface: wlan2
   * SSID: "www.personaltelco.net/ap0"
   * BSSID: DA:EC:5E:8C:F4:29
   * Channel: 1
  * Interface: wlan3
   * SSID: "www.personaltelco.net/ap0"
   * BSSID: DA:EC:5E:8C:F4:2A
   * Channel: 36
 * Hostname: `ap1`
  * Device: meraki,mr24
  * OpenWrt: r28332-5a24850de141
  * IPv4: 10.11.13.2/26
  * Interface: wlan0
   * SSID: "www.personaltelco.net"
   * BSSID: 88:DC:96:07:A3:5E
   * Channel: 1
  * Interface: wlan1
   * SSID: "www.personaltelco.net"
   * BSSID: 88:DC:96:07:AF:91
   * Channel: 36
  * Interface: wlan2
   * SSID: "www.personaltelco.net/ap1"
   * BSSID: 8A:DC:96:07:A3:5E
   * Channel: 1
  * Interface: wlan3
   * SSID: "www.personaltelco.net/ap1"
   * BSSID: 8A:DC:96:07:AF:91
   * Channel: 36
 * Hostname: `ap2`
  * Device: meraki,mr24
  * OpenWrt: r28332-5a24850de141
  * IPv4: 10.11.13.3/26
  * Interface: wlan0
   * SSID: "www.personaltelco.net"
   * BSSID: 00:02:6F:E1:01:19
   * Channel: 6
  * Interface: wlan1
   * SSID: "www.personaltelco.net"
   * BSSID: 00:02:6F:E0:F4:2F
   * Channel: 44
  * Interface: wlan2
   * SSID: "www.personaltelco.net/ap2"
   * BSSID: 02:02:6F:E1:01:19
   * Channel: 6
  * Interface: wlan3
   * SSID: "www.personaltelco.net/ap2"
   * BSSID: 02:02:6F:E0:F4:2F
   * Channel: 44
Line 27: Line 81:
 * 2025-09-06: RussellSenior and TedBrunner stopped by to replace the gateway device to try to correct ap1 ethernet link flapping. Tested the ethernet run to ap1, tested good. The ap1 MR24 is powered over ethernet.

Node name: NodeGriswold
Live Date: March 12, 2017
Sponsor: Mark Wilson and Ellen Burr
Contact: TedBrunner

1123 SE Harney Street
Portland, OR 97202

Network Configuration

  • Hostname: tree

    • Device: linksys,e8450-ubi
    • OpenWrt: r30963-79d3db74473c

    • IPv4: 10.11.13.1/26
    • Interface: wlan0
      • SSID: "www.personaltelco.net"
      • BSSID: D8:EC:5E:8C:F4:29

      • Channel: 1
    • Interface: wlan1
      • SSID: "www.personaltelco.net"
      • BSSID: D8:EC:5E:8C:F4:2A

      • Channel: 36
    • Interface: wlan2
      • SSID: "www.personaltelco.net/ap0"
      • BSSID: DA:EC:5E:8C:F4:29

      • Channel: 1
    • Interface: wlan3
      • SSID: "www.personaltelco.net/ap0"
      • BSSID: DA:EC:5E:8C:F4:2A

      • Channel: 36
  • Hostname: ap1

    • Device: meraki,mr24
    • OpenWrt: r28332-5a24850de141

    • IPv4: 10.11.13.2/26
    • Interface: wlan0
      • SSID: "www.personaltelco.net"
      • BSSID: 88:DC:96:07:A3:5E

      • Channel: 1
    • Interface: wlan1
      • SSID: "www.personaltelco.net"
      • BSSID: 88:DC:96:07:AF:91

      • Channel: 36
    • Interface: wlan2
      • SSID: "www.personaltelco.net/ap1"
      • BSSID: 8A:DC:96:07:A3:5E

      • Channel: 1
    • Interface: wlan3
      • SSID: "www.personaltelco.net/ap1"
      • BSSID: 8A:DC:96:07:AF:91

      • Channel: 36
  • Hostname: ap2

    • Device: meraki,mr24
    • OpenWrt: r28332-5a24850de141

    • IPv4: 10.11.13.3/26
    • Interface: wlan0
      • SSID: "www.personaltelco.net"
      • BSSID: 00:02:6F:E1:01:19
      • Channel: 6
    • Interface: wlan1
      • SSID: "www.personaltelco.net"
      • BSSID: 00:02:6F:E0:F4:2F
      • Channel: 44
    • Interface: wlan2
      • SSID: "www.personaltelco.net/ap2"
      • BSSID: 02:02:6F:E1:01:19
      • Channel: 6
    • Interface: wlan3
      • SSID: "www.personaltelco.net/ap2"
      • BSSID: 02:02:6F:E0:F4:2F
      • Channel: 44

Installers / Organizers

Maintenance and System Log

  • 2025-09-06: RussellSenior and TedBrunner stopped by to replace the gateway device to try to correct ap1 ethernet link flapping. Tested the ethernet run to ap1, tested good. The ap1 MR24 is powered over ethernet.

  • 2017-03-12: Initial installation, need to return to finish terminating ethernet.

Notes

  • Primary function for node host was to extend wifi coverage to an ADU
  • Ran ethernet from office to multiple house locations


[CategoryNode][CategoryPersonalTelco]

NodeGriswold (last edited 2025-09-06 20:07:43 by RussellSenior)