source: genesis/nodes/HybridLijtweg1/wleiden.yaml@ 11630

Last change on this file since 11630 was 11554, checked in by rick, 12 years ago

Cleanup actie.

File size: 2.7 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6latitude : "52.18523"
7location : "Lijtweg (noord), 2341 HB, Oegstgeest"
8longitude : "4.47100"
9masterip : "172.23.12.1"
10monitoring_group: "wleiden"
11nodename : "Lijtweg1"
12nodetype : "Hybrid"
13rdnap_x : 92344
14rdnap_y : 466740
15release : "9.0-RELEASE"
16service_accesspoint: True
17service_concentrator: False
18service_incoming_rdr: False
19service_proxy_ileiden: False
20service_proxy_normal: False
21status : "up"
22
23
24iface_ath0:
25 comment : "Ap noord"
26 ip : "172.23.12.1/24"
27 sdesc : "ap-n"
28 mode : "ap"
29 type : "11b"
30 channel : "4"
31 ssid : "ap-WirelessLeiden-Lijtweg1"
32 dhcp : "10-250"
33 status : "up"
34
35
36iface_ue0:
37 comment : "Link naar Lange Voort"
38 ip : "172.16.6.1/29"
39 sdesc : "2langevoort"
40 mode : "ap-wds"
41 type : "eth"
42 extra_type : "eth2wifibridge"
43 channel : "2"
44 ssid : "il-o.lijtweg1.wleiden.net"
45 dhcp : False
46 compass : "o"
47 ns_ip : "172.16.6.2"
48 ns_mac : "00:15:6d:e9:e7:20"
49 bridge_type: "Bullet2"
50 status : "up"
51
52
53iface_ue1:
54 comment : "Ethernet naar Lijtweg2"
55 ip : "172.16.253.1/30"
56 sdesc : "2lijtweg2"
57 type : "eth"
58 dhcp : False
59 status : "up"
60
61
62iface_vr0:
63 comment : "InterLink naar Rene"
64 ip : "172.16.6.9/29"
65 sdesc : "2rene"
66 mode : "ap-wds"
67 type : "eth"
68 extra_type : "eth2wifibridge"
69 channel : "108"
70 ssid : "il-n.lijtweg1.wleiden.net"
71 dhcp : False
72 compass : "n"
73 ns_ip : "172.16.6.10"
74 ns_mac : "00:15:6d:71:53:4e"
75 bridge_type: "NanoStation5"
76 status : "down"
77
78
79iface_vr1:
80 comment : "Link naar Hofwijck"
81 ip : "172.16.3.105/29"
82 sdesc : "2hofwijck"
83 mode : "ap-wds"
84 type : "eth"
85 extra_type : "eth2wifibridge"
86 channel : "124"
87 ssid : "il-o.lijtweg1.wleiden.net"
88 dhcp : False
89 compass : "o"
90 ns_ip : "172.16.3.106"
91 ns_mac : "00:15:6d:71:53:86"
92 bridge_type: "NanoStation5"
93 status : "up"
94
95
96iface_vr1_alias0:
97 comment : "Link naar Kaag1"
98 ip : "172.16.3.1/29"
99 sdesc : "2kaag1"
100 mode : "station-wds"
101 type : "eth"
102 extra_type : "eth2wifibridge"
103 dhcp : False
104 status : "up"
105
106
107iface_vr2:
108 comment : "Link naar Aster"
109 ip : "172.16.17.89/29"
110 sdesc : "2aster"
111 mode : "ap-wds"
112 type : "eth"
113 extra_type : "eth2wifibridge"
114 channel : "116"
115 ssid : "il-w.lijtweg1.wleiden.net"
116 dhcp : False
117 compass : "w"
118 ns_ip : "172.16.17.90/29"
119 ns_mac : "00:15:6d:70:54:65"
120 bridge_type: "NanoStation5"
121 status : "up"
122
123
Note: See TracBrowser for help on using the repository browser.