Changeset 14178 in genesis


Ignore:
Timestamp:
May 29, 2018, 12:39:58 PM (7 years ago)
Author:
rick
Message:

Add unified SSID configuration

File:
1 edited

Legend:

Unmodified
Added
Removed
  • nodes/JAR/wleiden.yaml

    r11738 r14178  
    2424iface_ath0:
    2525  comment    : "Omni voor rustplaats"
    26   ip         : "172.17.56.1/24"
    27   sdesc      : "2buurt"
     26  parent     : "bridge0"
    2827  mode       : "ap"
    2928  type       : "11g"
    3029  channel    : 11
    31   ssid       : "ap-ZTW-JAR-Plein"
    32   dhcp       : "10-250"
     30  ssid       : "WiFi Zoeterwoude"
     31  status     : "up"
     32
     33iface_bridge0:
     34  comment    : "Access Points"
     35  ip         : "172.17.57.1/24"
     36  type       : "eth"
     37  dhcp       : "10-240"
    3338  status     : "up"
    3439
     
    3641iface_vr0:
    3742  comment    : "Nanostation gericht op het veld"
    38   ip         : "172.17.57.1/24"
    39   sdesc      : "2noord"
     43  parent     : "bridge0"
    4044  mode       : "ap-wds"
    4145  type       : "eth"
    42   ssid       : "ap-ZTW-JAR-Veld"
    43   dhcp       : "10-250"
     46  ssid       : "WiFi Zoeterwoude"
    4447  ns_ip      : "172.17.57.2/24"
    4548  ns_mac     : "00:27:22:e2:53:e3"
Note: See TracChangeset for help on using the changeset viewer.