source: genesis/nodes/HybridCeTIM1/wleiden.yaml@ 11368

Last change on this file since 11368 was 11368, checked in by huub, 12 years ago

uitbreiding config cetim1 en 2

File size: 2.9 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6gateway : "10.0.1.1"
7latitude : "52.15797"
8location : "Hooglandse Kerk, Middelweg 2, 2312 KG, Leiden"
9longitude : "4.49423"
10masterip : "172.17.136.1"
11monitoring_group: "wleiden"
12nodename : "CeTIM1"
13nodetype : "Hybrid"
14rdnap_x : 93895
15rdnap_y : 463687
16release : "9.0-RELEASE"
17service_accesspoint: True
18service_incoming_rdr: False
19service_proxy_ileiden: False
20service_proxy_normal: True
21status : "up"
22
23
24iface_ath0:
25 comment : "AP CeTIM richting N en O"
26 ip : "172.17.136.1/24"
27 sdesc : "ap-no"
28 mode : "ap"
29 type : "11b"
30 channel : "3"
31 ssid : "ap-WirelessLeiden-Cetim1"
32 dhcp : "10-250"
33 status : "up"
34
35
36iface_ue0:
37 comment : "A-link Nanostation5 Zuid-Oost"
38 ip : "172.16.16.81/29"
39 sdesc : "2roomburgh1"
40 mode : "ap-wds"
41 type : "eth"
42 extra_type : "eth2wifibridge"
43 channel : "132"
44 ssid : "il-zo.cetim1.wleiden.net"
45 dhcp : False
46 compass : "zo"
47 ns_ip : "172.16.16.82/29"
48 ns_mac : "00:15:6d:f6:be:66"
49 bridge_type: "NanoStation5"
50 status : "up"
51
52iface_ue1:
53 comment : "link naar nodehuub"
54 ip : "172.16.3.233/29"
55 sdesc : "2huub"
56 mode : "ap-wds"
57 type : "eth"
58 extra_type : "eth2wifibridge"
59 channel : "56"
60 ssid : "il-w.cetim1.wleiden.net"
61 dhcp : False
62 compass : "w"
63 ns_ip : "172.16.3.234"
64 ns_mac : "00:15:6D:F2:38:9A"
65 bridge_type: "NanoStation5"
66 status : "up"
67
68iface_vr0:
69 comment : "External Link"
70 ip : "10.0.1.12/24"
71 sdesc : "2external"
72 type : "eth"
73 dhcp : "client"
74 status : "up"
75
76iface_vr0_alias0:
77 comment : "Ethernet naar CeTIM3"
78 ip : "172.17.0.21/30"
79 sdesc : "2cetim3"
80 type : "eth"
81 dhcp : False
82 status : "up"
83
84iface_vr1:
85 comment : "Ethernet naar CeTIM2"
86 ip : "172.16.0.33/30"
87 sdesc : "2cetim2"
88 type : "eth"
89 dhcp : False
90 status : "up"
91
92
93iface_vr2:
94 comment : "A-link Nanostation5 Noord-Oost"
95 ip : "172.16.17.145/29"
96 sdesc : "houtmarkt"
97 mode : "ap-wds"
98 type : "eth"
99 extra_type : "eth2wifibridge"
100 channel : "120"
101 ssid : "il-no.cetim1.wleiden.net"
102 dhcp : False
103 compass : "no"
104 ns_ip : "172.16.17.146"
105 ns_mac : "00:15:6d:f6:be:e4"
106 bridge_type: "NanoStation5"
107 status : "up"
108
109
110iface_vr2_alias0:
111 comment : "Tijdelijke Link naar Watertoren"
112 ip : "172.16.16.97/29"
113 sdesc : "2watertoren"
114 type : "eth"
115 extra_type : "eth2wifibridge"
116 dhcp : False
117 status : "up"
118
119
120iface_vr2_alias1:
121 comment : "(w)interlink naar Spoortje"
122 ip : "172.16.4.17/29"
123 sdesc : "2spoortje"
124 type : "eth"
125 extra_type : "eth2wifibridge"
126 dhcp : False
127 status : "up"
128
129
Note: See TracBrowser for help on using the repository browser.