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

Last change on this file since 12465 was 12465, checked in by rick, 11 years ago

Ehm... dubbele IP nummertjes.

File size: 2.5 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_concentrator: False
18service_incoming_rdr: False
19service_proxy_ileiden: False
20service_proxy_normal: False
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 : "11g"
30 channel : 6
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 : "2xxxx"
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
52
53iface_ue1:
54 comment : "Link naar Stadhuis"
55 ip : "172.16.4.172/29"
56 sdesc : "2stadhuis"
57 mode : "station-wds"
58 type : "eth"
59 extra_type : "eth2wifibridge"
60 channel : "44"
61 ssid : "il-o.stadhuis.wleiden.net"
62 dhcp : False
63 compass : "zw"
64 ns_ip : "172.16.4.171"
65 ns_mac : "00:15:6d:f2:38:9a"
66 bridge_type: "NanoStation5"
67 status : "up"
68
69
70iface_vr0:
71 comment : "External Link"
72 ip : "10.0.1.12/24"
73 sdesc : "2external"
74 type : "eth"
75 dhcp : False
76 status : "down"
77
78
79iface_vr0_alias0:
80 comment : "Ethernet naar CeTIM3"
81 ip : "172.17.0.21/30"
82 sdesc : "2cetim3"
83 type : "eth"
84 dhcp : False
85 status : "down"
86
87
88iface_vr1:
89 comment : "Ethernet naar CeTIM2"
90 ip : "172.16.0.33/30"
91 sdesc : "2cetim2"
92 type : "eth"
93 dhcp : False
94 status : "up"
95
96
97iface_vr2:
98 comment : "A-link Nanostation5 Noord-Oost"
99 ip : "172.16.17.145/29"
100 sdesc : "houtmarkt"
101 mode : "ap-wds"
102 type : "eth"
103 extra_type : "eth2wifibridge"
104 channel : "120"
105 ssid : "il-no.cetim1.wleiden.net"
106 dhcp : False
107 compass : "no"
108 ns_ip : "172.16.17.146"
109 ns_mac : "00:15:6d:f6:be:e4"
110 bridge_type: "NanoStation5"
111 status : "up"
112
113
Note: See TracBrowser for help on using the repository browser.