source: genesis/nodes/Rustdam/wleiden.yaml@ 13844

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

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

File size: 2.8 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "apu1d"
5comment : "None"
6gateway : "192.168.178.1"
7latitude : "52.11082"
8location : "Kaasboerderij Rustdam, Zuidbuurtseweg 34, 2381 LG, Zoeterwoude "
9longitude : "4.50254"
10masterip : "172.17.50.1"
11monitoring_group: "wzoeterwoude"
12nodename : "Rustdam"
13nodetype : "Hybrid"
14rdnap_x : "94400"
15rdnap_y : "458435"
16release : "10.2-RELEASE"
17service_accesspoint: True
18service_concentrator: False
19service_incoming_rdr: False
20service_proxy_ileiden: False
21service_proxy_normal: False
22status : "up"
23
24
25iface_bridge0:
26 comment : "Access Point"
27 ip : "172.17.37.1/24"
28 type : "eth"
29 dhcp : "10-240"
30 status : "planned"
31
32
33iface_re0_102:
34 comment : "Link to house"
35 ip : "172.16.7.97/29"
36 sdesc : "2house"
37 mode : "ap-wds"
38 type : "eth"
39 extra_type : "eth2wifibridge"
40 ssid : "il-o.rustdam.wleiden.net"
41 dhcp : False
42 compass : "z"
43 ns_ip : "172.16.7.98/29"
44 ns_mac : "00:00:00:00:00:00"
45 ns_type : "ns5"
46 bridge_type: "NanoStation5M"
47 status : "up"
48
49
50iface_re0_103:
51 comment : "Access Point (port 3)"
52 ip : "172.17.52.1/24"
53 sdesc : "2veld"
54 mode : "ap-wds"
55 type : "eth"
56 ssid : "ap-ZTW-Rustdam-WeideVeld"
57 dhcp : "10-240"
58 ns_ip : "172.17.52.2/24"
59 ns_mac : "00:00:00:00:00:00"
60 ns_type : "ns2"
61 bridge_type: "NanoStation2"
62 status : "up"
63
64
65iface_re0_104:
66 comment : "Access Point (port 4) - AirCam (00:27:22:60:43:F1) 172.17.51.5/24"
67 ip : "172.17.51.1/24"
68 sdesc : "2veld"
69 mode : "ap-wds"
70 type : "eth"
71 ssid : "ap-ZTW-Rustdam-BosVeld"
72 dhcp : "10-240"
73 ns_ip : "172.17.51.2/24"
74 ns_mac : "00:00:00:00:00:00"
75 ns_type : "ns2"
76 bridge_type: "NanoStation2"
77 status : "up"
78
79
80iface_re0_105:
81 comment : "Link to StJan"
82 ip : "172.16.6.4/29"
83 sdesc : "2stjan"
84 mode : "station-wds"
85 type : "eth"
86 extra_type : "eth2wifibridge"
87 channel : "108"
88 ssid : "il-nw.stjan.wleiden.net"
89 dhcp : False
90 compass : "z"
91 ns_ip : "172.16.6.3/29"
92 ns_mac : "dc:9f:db:2a:1d:eb"
93 bridge_type: "NanoStation M5"
94 status : "up"
95
96
97iface_re1_204:
98 comment : "Access Point"
99 parent : "bridge0"
100 sdesc : "2veld"
101 mode : "ap-wds"
102 type : "vlan"
103 ssid : "Wifi Zoeterwoude"
104 ns_ip : "172.17.37.2/24"
105 ns_mac : "00:00:00:00:00:00"
106 ns_type : "lm2"
107 bridge_type: "LocoM2"
108 status : "up"
109
110
111iface_re1_205:
112 comment : "Access Point"
113 parent : "bridge0"
114 sdesc : "2veld"
115 mode : "ap-wds"
116 type : "vlan"
117 ssid : "Wifi Zoeterwoude"
118 ns_ip : "172.17.37.3/24"
119 ns_mac : "00:00:00:00:00:00"
120 ns_type : "lm2"
121 bridge_type: "LocoM2"
122 status : "up"
123
124
Note: See TracBrowser for help on using the repository browser.