source: genesis/nodes/Plantsoen/wleiden.yaml@ 13864

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

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

File size: 2.3 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6gateway : "192.168.178.1"
7latitude : "52.15395"
8location : "CeTIM office, Plantsoen 97, 2311 KL, Leiden"
9longitude : "4.49646"
10masterip : "172.17.169.1"
11monitoring_group: "wleiden"
12nodename : "Plantsoen"
13nodetype : "Hybrid"
14rdnap_x : 94042
15rdnap_y : 463238
16release : "9.0-RELEASE"
17service_accesspoint: True
18service_concentrator: False
19service_incoming_rdr: False
20service_proxy_ileiden: True
21service_proxy_normal: True
22serviceid : "172.31.254.8"
23status : "up"
24
25
26iface_ath0:
27 comment : "AP voor de buurt"
28 ip : "172.17.169.1/24"
29 sdesc : "ap"
30 mode : "ap"
31 type : "11g"
32 channel : 11
33 ssid : "WiFi-Leiden"
34 wlan_mac : "00:0b:6b:81:1a:a0"
35 dhcp : "10-250"
36 compass : "omni"
37 status : "up"
38
39
40iface_ue0:
41 comment : "Link naar ROC1"
42 ip : "172.16.5.12/29"
43 sdesc : "2roc1"
44 mode : "station-wds"
45 type : "eth"
46 extra_type : "eth2wifibridge"
47 channel : "132"
48 ssid : "il-n.roc1.wleiden.net"
49 dhcp : False
50 compass : "z"
51 ns_ip : "172.16.5.11/29"
52 ns_mac : "00:27:22:10:fd:a1"
53 bridge_type: "NanoStation5"
54 status : "up"
55
56
57iface_vr0:
58 comment : "Link naar router"
59 ip : "192.168.178.31/24"
60 sdesc : "uplink"
61 type : "eth"
62 dhcp : False
63 status : "up"
64
65
66iface_vr1:
67 comment : "Interlink north-north-west (Stadhuis)"
68 ip : "172.16.5.116/29"
69 sdesc : "2Stadhuis"
70 mode : "station-wds"
71 type : "eth"
72 extra_type : "eth2wifibridge"
73 channel : "44"
74 ssid : "il-zo.stadhuis.wleiden.net"
75 dhcp : False
76 compass : "nw"
77 distance : "0.5 km"
78 ns_ip : "172.16.5.115/29"
79 ns_mac : "00:15:6d:bd:67:e8"
80 bridge_type: "NanoStation5"
81 status : "up"
82
83
84iface_vr2:
85 comment : "Link to Vosko3"
86 ip : "172.16.5.92/29"
87 sdesc : "2vosko3"
88 mode : "station-wds"
89 type : "eth"
90 extra_type : "eth2wifibridge"
91 channel : "116"
92 ssid : "il-zo.vosko3.wleiden.net"
93 dhcp : False
94 compass : "nw"
95 distance : "0.7 km"
96 ns_ip : "172.16.5.91/29"
97 ns_mac : "00:15:6d:bd:67:ff"
98 bridge_type: "NanoStation5"
99 status : "up"
100
101
Note: See TracBrowser for help on using the repository browser.