source: genesis/nodes/HybridVictoria/wleiden.yaml@ 12618

Last change on this file since 12618 was 12478, checked in by rick, 11 years ago

Missende bridge_type entries toegevoegd

File size: 2.3 KB
RevLine 
[10059]1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
[10435]4board : "ALIX2"
[10059]5comment : "None"
[10881]6latitude : "52.15569"
[10116]7location : "Victoria Vastgoed, Gangetje 14, 2311ER, Leiden"
[10881]8longitude : "4.49327"
[10116]9masterip : "172.17.140.1"
[11325]10monitoring_group: "wleiden"
[10116]11nodename : "Victoria"
[11263]12nodetype : "Hybrid"
[10059]13rdnap_x : 93826
14rdnap_y : 463434
[11263]15release : "9.0-RELEASE"
16service_accesspoint: True
[11554]17service_concentrator: False
[11263]18service_incoming_rdr: False
19service_proxy_ileiden: False
20service_proxy_normal: False
[10116]21status : "up"
[10059]22
[11322]23
[10059]24iface_ath0:
[10884]25 comment : "Ap"
[10116]26 ip : "172.17.140.1/26"
27 sdesc : "ap"
[10703]28 mode : "ap"
[11737]29 type : "11g"
[11738]30 channel : 6
[10156]31 ssid : "ap-WirelessLeiden-Victoria"
[10116]32 dhcp : "10-60"
33 status : "up"
[10059]34
35
[10116]36iface_ue0:
37 comment : "Ethernet naar lokaal AP met PoE"
38 ip : "172.17.140.65/26"
39 sdesc : "lokaalAP"
[11263]40 mode : "ap"
[10116]41 type : "eth"
42 extra_type : "eth2wifibridge"
43 channel : "6"
[11263]44 ssid : "ap2-WirelessLeiden-Victoria"
[10116]45 dhcp : "70-120"
46 ns_ip : "172.17.14.66/26"
47 ns_mac : ""
[12478]48 bridge_type: "NanoStation M5"
[10116]49 status : "up"
50
51
[10059]52iface_vr0:
[10884]53 comment : "A-link naar Stadhuis"
[10116]54 ip : "172.16.17.196/29"
55 sdesc : "2stadhuis"
56 mode : "station-wds"
57 type : "eth"
58 extra_type : "eth2wifibridge"
59 channel : "44"
[11640]60 ssid : "il-o.stadhuis.wleiden.net"
[10454]61 dhcp : False
[10729]62 compass : "nw"
[10116]63 ns_ip : "172.16.17.195/29"
64 ns_mac : "00:15:6d:70:51:f2"
[10892]65 bridge_type: "NanoStation5"
[10116]66 status : "up"
[10059]67
[10116]68
[10059]69iface_vr1:
[10884]70 comment : "A-link naar CeTIM2"
[10116]71 ip : "172.16.17.204/29"
72 sdesc : "2cetim2"
73 mode : "station-wds"
74 type : "eth"
75 extra_type : "eth2wifibridge"
76 channel : "116"
77 ssid : "il-zw.cetim2.wleiden.net"
[10454]78 dhcp : False
[10729]79 compass : "n"
[10116]80 ns_ip : "172.16.17.203/29"
81 ns_mac : "00:15:6d:70:53:7f"
[10892]82 bridge_type: "NanoStation5"
[10116]83 status : "up"
[10059]84
[10116]85
86iface_vr2:
[10884]87 comment : "Nog vrij"
[10116]88 ip : "172.16.17.209/29"
89 sdesc : "2vrij"
[11263]90 mode : "ap-wds"
[10116]91 type : "eth"
92 extra_type : "eth2wifibridge"
93 channel : "124"
94 ssid : "il-zo.victoria.wleiden.net"
[10454]95 dhcp : False
[10116]96 compass : "se"
97 ns_ip : "172.16.17.210/29"
98 ns_mac : "00:15:6d:70:53:39"
[10892]99 bridge_type: "NanoStation5"
[10116]100 status : "down"
101
102
Note: See TracBrowser for help on using the repository browser.