source: genesis/nodes/StVictor/wleiden.yaml@ 13548

Last change on this file since 13548 was 13548, checked in by rick, 9 years ago

./tools/gformat.py cleanup

File size: 2.6 KB
RevLine 
[12771]1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
[13176]6gateway : "192.168.178.1"
[13548]7latitude : "52.25091"
[12771]8location : "Sint Victor kerk, St Victorlaan 11, 2211 RN, Noordwijkerhout"
[13548]9longitude : "4.48922"
[12771]10masterip : "172.17.119.1"
11monitoring_group: "noordwijk"
12nodename : "StVictor"
13nodetype : "Hybrid"
14rdnap_x : 93680
15rdnap_y : 474031
16release : "9.0-RELEASE"
17service_accesspoint: True
18service_concentrator: False
19service_incoming_rdr: False
20service_proxy_ileiden: True
21service_proxy_normal: True
[12791]22status : "up"
[12771]23
24
25iface_ath0:
[12811]26 comment : "Accesspoint Zuid op sectorantenne"
[12771]27 ip : "172.17.119.1/24"
[12811]28 sdesc : "apz"
[12771]29 mode : "ap"
30 type : "11g"
31 channel : 1
[12811]32 ssid : "ap-stvictor-z"
[12771]33 dhcp : "10-250"
[12792]34 compass : "n"
[12771]35 status : "up"
36
[13548]37
[12771]38iface_ue0:
[12811]39 comment : "Accesspoint Noord op NanoStation"
[12771]40 ip : "172.17.133.1/24"
[12789]41 sdesc : "apoost"
[12811]42 mode : "apn"
[12771]43 type : "eth"
44 extra_type : "eth2wifibridge"
45 channel : "6"
[12811]46 ssid : "ap-stvictor-n"
[12771]47 dhcp : "10-250"
[12822]48 compass : "n"
[12771]49 ns_ip : "172.17.133.2/24"
[12789]50 ns_mac : "dc:9f:db:62:14:9b"
[12771]51 bridge_type: "NanoStationM2"
52 status : "up"
53
54
55iface_vr0:
[12811]56 comment : "Internetverbinding"
[12771]57 ip : "192.168.178.2/24"
58 sdesc : "2external"
59 type : "eth"
[13445]60 dhcp : "client"
[12771]61 status : "up"
62
63
64iface_vr0_alias0:
[13548]65 comment : "Naar pastorie NanostationM5 LAN1 bridge > nano vr1 WPA2"
[12771]66 ip : "172.16.9.105/29"
67 sdesc : "2pastorie"
68 mode : "ap-wds"
69 type : "eth"
70 extra_type : "eth2wifibridge"
[13009]71 channel : "52"
[12771]72 ssid : "il-nw.stvictor.wleiden.net"
[12789]73 compass : "nw"
[12771]74 ns_ip : "172.16.9.106/29"
[12789]75 ns_mac : "24:a4:3c:72:01:cf"
[12771]76 bridge_type: "NanoStation M5"
77 status : "up"
78
79
80iface_vr1:
[13548]81 comment : "Naar Leeuwenhorst1 NanostationM5 LAN1 bridge > nano vr0"
[12771]82 ip : "172.16.6.228/29"
83 sdesc : "2lwhorst"
84 mode : "station-wds"
85 type : "eth"
86 extra_type : "eth2wifibridge"
[13009]87 channel : "60"
[12771]88 ssid : "il-o.leeuwenhorst.wleiden.net"
89 dhcp : False
[12789]90 compass : "w"
[12771]91 ns_ip : "172.16.6.227/29"
[12789]92 ns_mac : "24:a4:3c:72:02:29"
[12771]93 bridge_type: "NanoStation M5"
94 status : "up"
95
96
97iface_vr2:
[13193]98 comment : "Link naar AkzoNobel1"
[13230]99 ip : "172.16.10.36/29"
[12822]100 sdesc : "2akzo"
[12771]101 mode : "ap-wds"
102 type : "eth"
103 extra_type : "eth2wifibridge"
[12822]104 channel : "120"
[13193]105 ssid : "il-n.teyakzonobel1.wleiden.net"
[12771]106 dhcp : False
[12822]107 compass : "z"
[13230]108 ns_ip : "172.16.10.35/29"
[12789]109 ns_mac : "24:a4:3c:72:02:13"
[12771]110 bridge_type: "NanoStation M5"
111 status : "up"
112
113
Note: See TracBrowser for help on using the repository browser.