Changeset 14051 in genesis


Ignore:
Timestamp:
Feb 17, 2018, 3:51:27 PM (7 years ago)
Author:
rick
Message:

Fix broken USB dongles and unmanaged switch

Add routerboard switch to Meerburg configuration

File:
1 edited

Legend:

Unmodified
Added
Removed
  • nodes/Meerburg/wleiden.yaml

    r13744 r14051  
    3131  type       : "11g"
    3232  channel    : 6
    33   ssid       : "WiFi-Leiden"
     33  ssid       : "WiFi Leiden"
    3434  dhcp       : "10-60"
    3535  status     : "up"
    3636
     37iface_bridge0:
     38  comment    : "Access Points"
     39  ip         : "172.17.27.1/24"
     40  type       : "eth"
     41  dhcp       : "10-240"
     42  status     : "up"
    3743
    38 iface_ue0:
    39   comment    : "Link naar JVC"
    40   ip         : "172.16.4.244/29"
    41   sdesc      : "2jvc"
    42   mode       : "station-wds"
     44
     45iface_vr0_102:
     46  comment    : "Uplink - unused"
     47  status     : "down"
     48  type       : "eth"
     49 
     50
     51
     52iface_vr0_103:
     53  comment    : "Link naar Roomburgh1"
     54  ip         : "172.16.5.73/29"
     55  sdesc      : "2roomburgh1"
     56  mode       : "ap-wds"
    4357  type       : "eth"
    4458  extra_type : "eth2wifibridge"
    45   channel    : "60"
    46   ssid       : "il-o.jvc.wleiden.net"
     59  channel    : "128"
     60  ssid       : "il-nw.meerburg.wleiden.net"
    4761  dhcp       : False
    48   compass    : "w"
    49   ns_ip      : "172.16.4.243/29"
    50   ns_mac     : "00:27:22:8a:3d:57"
     62  compass    : "n"
     63  ns_ip      : "172.16.5.74/29"
     64  ns_mac     : "00:27:22:10:fd:ea"
    5165  bridge_type: "NanoStation M5"
    5266  status     : "up"
    5367
    5468
    55 iface_ue1:
     69
     70
     71iface_vr0_104:
    5672  comment    : "Link naar Meerburgkerk"
    5773  ip         : "172.16.5.60/29"
     
    7086
    7187
    72 iface_vr0:
    73   comment    : "Unused"
    74   ip         : "192.168.178.20/24"
    75   sdesc      : "2unused"
    76   type       : "eth"
    77   dhcp       : "client"
    78   status     : "down"
    79 
    80 
    81 iface_vr1:
    82   comment    : "Ethernet naar aps-switch"
    83   ip         : "172.17.27.1/24"
    84   sdesc      : "2aps"
     88iface_vr0_105:
     89  comment    : "AP Noord"
     90  parent     : "bridge0"
     91  sdesc      : "2ap-noord"
    8592  mode       : "ap"
    8693  type       : "eth"
     
    8895  channel    : "1"
    8996  ssid       : "WiFi-Leiden"
    90   dhcp       : "10-254"
    9197  compass    : "n"
    9298  ns_ip      : "172.17.27.2/24"
     
    96102
    97103
    98 iface_vr1_extra0:
    99   comment    : "AP zuid via switch"
    100   ip         : "172.17.27.3/24"
     104iface_vr1:
     105  comment    : "AP Zuid"
     106  parent     : "bridge0"
    101107  type       : "eth"
    102108  channel    : "1"
    103109  ssid       : "WiFi-Leiden"
    104110  compass    : "z"
     111  ns_ip      : "172.17.27.3/24"
    105112  ns_mac     : "00:15:6d:30:d2:b6"
    106113  bridge_type: "NanoStation2"
     
    109116
    110117iface_vr2:
    111   comment    : "Link naar Roomburgh1"
    112   ip         : "172.16.5.73/29"
    113   sdesc      : "2roomburgh1"
    114   mode       : "ap-wds"
     118  comment    : "Link naar JVC"
     119  ip         : "172.16.4.244/29"
     120  sdesc      : "2jvc"
     121  mode       : "station-wds"
    115122  type       : "eth"
    116123  extra_type : "eth2wifibridge"
    117   channel    : "128"
    118   ssid       : "il-nw.meerburg.wleiden.net"
     124  channel    : "60"
     125  ssid       : "il-o.jvc.wleiden.net"
    119126  dhcp       : False
    120   compass    : "n"
    121   ns_ip      : "172.16.5.74/29"
    122   ns_mac     : "00:27:22:10:fd:ea"
     127  compass    : "w"
     128  ns_ip      : "172.16.4.243/29"
     129  ns_mac     : "00:27:22:8a:3d:57"
    123130  bridge_type: "NanoStation M5"
    124131  status     : "up"
    125 
    126 
Note: See TracChangeset for help on using the changeset viewer.