Changeset 14051 in genesis
- Timestamp:
- Feb 17, 2018, 3:51:27 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
nodes/Meerburg/wleiden.yaml
r13744 r14051 31 31 type : "11g" 32 32 channel : 6 33 ssid : "WiFi -Leiden"33 ssid : "WiFi Leiden" 34 34 dhcp : "10-60" 35 35 status : "up" 36 36 37 iface_bridge0: 38 comment : "Access Points" 39 ip : "172.17.27.1/24" 40 type : "eth" 41 dhcp : "10-240" 42 status : "up" 37 43 38 iface_ue0: 39 comment : "Link naar JVC" 40 ip : "172.16.4.244/29" 41 sdesc : "2jvc" 42 mode : "station-wds" 44 45 iface_vr0_102: 46 comment : "Uplink - unused" 47 status : "down" 48 type : "eth" 49 50 51 52 iface_vr0_103: 53 comment : "Link naar Roomburgh1" 54 ip : "172.16.5.73/29" 55 sdesc : "2roomburgh1" 56 mode : "ap-wds" 43 57 type : "eth" 44 58 extra_type : "eth2wifibridge" 45 channel : " 60"46 ssid : "il- o.jvc.wleiden.net"59 channel : "128" 60 ssid : "il-nw.meerburg.wleiden.net" 47 61 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" 51 65 bridge_type: "NanoStation M5" 52 66 status : "up" 53 67 54 68 55 iface_ue1: 69 70 71 iface_vr0_104: 56 72 comment : "Link naar Meerburgkerk" 57 73 ip : "172.16.5.60/29" … … 70 86 71 87 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" 88 iface_vr0_105: 89 comment : "AP Noord" 90 parent : "bridge0" 91 sdesc : "2ap-noord" 85 92 mode : "ap" 86 93 type : "eth" … … 88 95 channel : "1" 89 96 ssid : "WiFi-Leiden" 90 dhcp : "10-254"91 97 compass : "n" 92 98 ns_ip : "172.17.27.2/24" … … 96 102 97 103 98 iface_vr1 _extra0:99 comment : "AP zuid via switch"100 ip : "172.17.27.3/24"104 iface_vr1: 105 comment : "AP Zuid" 106 parent : "bridge0" 101 107 type : "eth" 102 108 channel : "1" 103 109 ssid : "WiFi-Leiden" 104 110 compass : "z" 111 ns_ip : "172.17.27.3/24" 105 112 ns_mac : "00:15:6d:30:d2:b6" 106 113 bridge_type: "NanoStation2" … … 109 116 110 117 iface_vr2: 111 comment : "Link naar Roomburgh1"112 ip : "172.16. 5.73/29"113 sdesc : "2 roomburgh1"114 mode : " ap-wds"118 comment : "Link naar JVC" 119 ip : "172.16.4.244/29" 120 sdesc : "2jvc" 121 mode : "station-wds" 115 122 type : "eth" 116 123 extra_type : "eth2wifibridge" 117 channel : " 128"118 ssid : "il- nw.meerburg.wleiden.net"124 channel : "60" 125 ssid : "il-o.jvc.wleiden.net" 119 126 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" 123 130 bridge_type: "NanoStation M5" 124 131 status : "up" 125 126
Note:
See TracChangeset
for help on using the changeset viewer.