source: genesis/nodes/StBavo1/wleiden.yaml@ 13954

Last change on this file since 13954 was 13844, checked in by rick, 8 years ago

gformat.py cleanup - cosmetic changes to sync all config files

File size: 2.3 KB
RevLine 
[12439]1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
[12505]6gateway : "192.168.178.1"
[12439]7latitude : "52.19183"
[12444]8location : "Sint Bavo Kerk, Leidse weg 6, 2374 AL, Oud-Ade"
[12474]9longitude : "4.56611"
[12770]10masterip : "172.16.3.93"
[12474]11monitoring_group: "wleiden"
[12439]12nodename : "StBavo1"
13nodetype : "Hybrid"
[12448]14rdnap_x : 98856
15rdnap_y : 467396
[13844]16rdr_host : "213.73.140.38"
[12439]17release : "9.0-RELEASE"
[13579]18remote_access: "213.73.140.38:1022"
[12439]19service_accesspoint: True
20service_concentrator: False
21service_incoming_rdr: False
22service_proxy_ileiden: True
23service_proxy_normal: True
[13844]24serviceid : "172.31.254.13"
[12439]25status : "up"
26
27
28iface_ath0:
29 comment : "Link naar StBavo2"
30 ip : "172.16.3.93/30"
31 sdesc : "2stbavo2"
[12769]32 mode : "ap"
[12829]33 type : "11a"
34 channel : 44
[12439]35 ssid : "il-intern.stbavo1.wleiden.net"
36 dhcp : False
37 status : "up"
38
[12474]39
[12439]40iface_vr0:
41 comment : "Internet verbinding"
[12505]42 ip : "192.168.178.2/24"
[12474]43 sdesc : "2external"
[12439]44 type : "eth"
[12474]45 dhcp : False
[12439]46 status : "up"
47
[12474]48
[12439]49iface_vr0_alias0:
[12448]50 comment : "Interlink naar pastorie Nanostation M5 DC:9F:DB:64:2C:DF kabel 4"
[12439]51 ip : "172.16.9.1/29"
52 sdesc : "2pastorie"
53 mode : "ap-wds"
54 type : "eth"
55 extra_type : "eth2wifibridge"
[12569]56 channel : "128"
[12439]57 ssid : "il-o.stbavo1.wleiden.net"
58 ns_ip : "172.16.9.2/29"
[12474]59 ns_mac : "dc:9f:db:64:2f:77"
[12439]60 bridge_type: "NanoStation M5"
61 status : "up"
62
63
64iface_vr1:
[12491]65 comment : "Link naar Kaag2 kabel 3"
[12439]66 ip : "172.16.7.249/29"
[12491]67 sdesc : "2kaag2"
68 mode : "station-wds"
[12439]69 type : "eth"
70 extra_type : "eth2wifibridge"
[12569]71 channel : "140"
[12491]72 ssid : "il-z.kaag2.wleiden.net"
[12439]73 dhcp : False
[12491]74 compass : "n"
[12439]75 ns_ip : "172.16.7.250/29"
[12474]76 ns_mac : "dc:9f:db:64:2e:bd"
[12439]77 bridge_type: "NanoStation M5"
78 status : "up"
79
80
81iface_vr2:
[12448]82 comment : "Link to KWVdeKaag kabel 5"
[12439]83 ip : "172.16.7.241/29"
84 sdesc : "2kwdekaag"
85 mode : "ap-wds"
86 type : "eth"
87 extra_type : "eth2wifibridge"
[12569]88 channel : "100"
[12514]89 ssid : "il-w.stbavo1.wleiden.net"
[12439]90 dhcp : False
[12474]91 compass : "w"
[12439]92 ns_ip : "172.16.7.242/29"
[12514]93 ns_mac : "dc:9f:db:64:2f:07"
[12439]94 bridge_type: "NanoStation M5"
95 status : "up"
96
97
Note: See TracBrowser for help on using the repository browser.