Changeset 13928 in genesis


Ignore:
Timestamp:
Jun 21, 2017, 8:56:45 PM (7 years ago)
Author:
rick
Message:

Update OnsBuiten unified SSID requiries bridging

If all SSIDs are marked equally (in this case 'WiFi Leiden') the interfaces
needs to be bridged, else a moving client from AP1 to AP2 will not be able to
reach the gateway anymore.

The configured setup with 3 subnets is actually overkill, yet left in place as
example on how-to convert an node without reconfiguring it's device IPs as one
could use a single /24 range for all devices.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • nodes/OnsBuiten/wleiden.yaml

    r13548 r13928  
    2626iface_ath0:
    2727  comment    : "Lokaal Ap"
    28   ip         : "172.17.19.1/24"
     28  parent     : "bridge0"
    2929  sdesc      : "ap"
    3030  mode       : "ap"
     
    3232  channel    : 1
    3333  ssid       : "WiFi-Leiden"
    34   dhcp       : "10-250"
    3534  status     : "up"
    3635
     36iface_bridge0:
     37  comment    : "Access Points"
     38  ip         : "172.17.19.1/24"
     39  type       : "eth"
     40  dhcp       : "10-240"
     41  status     : "up"
     42
     43iface_bridge0_alias0:
     44  comment    : "Access Point Alias 0"
     45  ip         : "172.17.40.1/24"
     46  type       : "eth"
     47  dhcp       : "10-240"
     48  status     : "up"
     49
     50iface_bridge0_alias1:
     51  comment    : "Access Point Alias 1"
     52  ip         : "172.17.101.1/24"
     53  type       : "eth"
     54  dhcp       : "10-240"
     55  status     : "up"
    3756
    3857iface_sis0:
     
    5574iface_sis1:
    5675  comment    : "AP zuid en Clubhuis"
    57   ip         : "172.17.40.1/24"
     76  parent     : "bridge0"
    5877  sdesc      : "ap2"
    5978  mode       : "ap-repeater"
     
    6281  channel    : "11"
    6382  ssid       : "WiFi Leiden"
    64   dhcp       : "10-250"
     83  dhcp       : False
    6584  compass    : "z"
    6685  ns_ip      : "172.17.40.2"
     
    83102iface_sis2:
    84103  comment    : "AP zuidwest"
    85   ip         : "172.17.101.1/24"
     104  parent     : "bridge0"
    86105  sdesc      : "2apzw"
    87106  mode       : "ap"
     
    90109  channel    : "1"
    91110  ssid       : "WiFi Leiden"
    92   dhcp       : "10-250"
     111  dhcp       : False
    93112  compass    : "zw"
    94113  ns_ip      : "172.17.101.2/24"
Note: See TracChangeset for help on using the changeset viewer.