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

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

HybridCeTIM1 en stadhuis aangepast

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