source: genesis/nodes/DeClercq/wleiden.yaml@ 13867

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

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

File size: 2.2 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6gateway : "213.125.162.249"
7latitude : "52.15060"
8location : "kantoor De Clercq, Hoge Rijndijk 306, 2314 AM, Leiden"
9longitude : "4.52066"
10masterip : "172.18.128.1"
11monitoring_group: "wleiden"
12nodename : "DeClercq"
13nodetype : "Hybrid"
14rdnap_x : 95694
15rdnap_y : 462845
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.1"
23status : "up"
24
25
26iface_ath0:
27 comment : "AP voor de buurt"
28 ip : "172.18.128.1/24"
29 sdesc : "ap"
30 mode : "ap"
31 type : "11g"
32 channel : 1
33 ssid : "WiFi-Leiden"
34 wlan_mac : "00:1b:b1:00:ed:6e"
35 dhcp : "10-250"
36 status : "up"
37
38
39iface_ue0:
40 comment : "Link naar noordwest"
41 ip : "172.16.6.81/29"
42 sdesc : "2nw"
43 mode : "ap-wds"
44 type : "eth"
45 extra_type : "eth2wifibridge"
46 channel : "52"
47 ssid : "il-nw.declercq.wleiden.net"
48 dhcp : False
49 compass : "nw"
50 ns_ip : "172.16.6.82/29"
51 ns_mac : "00:15:6d:ea:f0:63"
52 bridge_type: "NanoStation5"
53 status : "up"
54
55
56iface_vr0:
57 comment : "Link naar Router Ziggo 40/8"
58 ip : "213.125.162.253/29"
59 sdesc : "uplink"
60 type : "eth"
61 dhcp : False
62 status : "up"
63
64
65iface_vr1:
66 comment : "Link west naar Roomburgh2"
67 ip : "172.16.5.177/29"
68 sdesc : "2roomburgh2"
69 mode : "ap-wds"
70 type : "eth"
71 extra_type : "eth2wifibridge"
72 channel : "36"
73 ssid : "il-w.declercq.wleiden.net"
74 dhcp : False
75 compass : "w"
76 ns_ip : "172.16.5.178/29"
77 ns_mac : "00:15:6d:ea:f0:70"
78 bridge_type: "NanoStation5"
79 status : "up"
80
81
82iface_vr2:
83 comment : "Link to Leythenrode"
84 ip : "172.16.5.172/29"
85 sdesc : "2leythenrode"
86 mode : "station-wds"
87 type : "eth"
88 extra_type : "eth2wifibridge"
89 channel : "44"
90 ssid : "il-zw.leythenrode.wleiden.net"
91 dhcp : False
92 compass : "no"
93 ns_ip : "172.16.5.171/29"
94 ns_mac : "00:15:6d:ea:f0:7b"
95 bridge_type: "NanoStation5"
96 status : "up"
97
98
Note: See TracBrowser for help on using the repository browser.