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

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

config aanpassingen ivm video-link cetim-vosko

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
15service_accesspoint: True
16service_incoming_rdr: False
17service_proxy_ileiden: False
18service_proxy_normal: True
19status : "up"
20
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
33
34iface_ue0:
35 comment : "A-link Nanostation5 Zuid-Oost"
36 ip : "172.16.16.81/29"
37 sdesc : "2roomburgh1"
38 mode : "ap-wds"
39 type : "eth"
40 extra_type : "eth2wifibridge"
41 channel : "132"
42 ssid : "il-zo.cetim1.wleiden.net"
43 dhcp : False
44 compass : "zo"
45 ns_ip : "172.16.16.82/29"
46 ns_mac : "00:15:6d:f6:be:66"
47 bridge_type: "NanoStation5"
48 status : "up"
49
50
51iface_vr0:
52 comment : "External Link"
53 ip : "0.0.0.0/30"
54 sdesc : "2external"
55 type : "eth"
56 dhcp : "client"
57 status : "up"
58
59iface_vr0_alias0:
60 comment : "Ethernet naar CeTIM3"
61 ip : "172.17.0.21/30"
62 sdesc : "2cetim3"
63 type : "eth"
64 dhcp : False
65 status : "up"
66
67iface_vr1:
68 comment : "Ethernet naar CeTIM2"
69 ip : "172.16.0.33/30"
70 sdesc : "2cetim2"
71 type : "eth"
72 dhcp : False
73 status : "up"
74
75
76iface_vr2:
77 comment : "A-link Nanostation5 Noord-Oost"
78 ip : "172.16.17.145/29"
79 sdesc : "houtmarkt"
80 mode : "ap-wds"
81 type : "eth"
82 extra_type : "eth2wifibridge"
83 channel : "120"
84 ssid : "il-no.cetim1.wleiden.net"
85 dhcp : False
86 compass : "no"
87 ns_ip : "172.16.17.146"
88 ns_mac : "00:15:6d:f6:be:e4"
89 bridge_type: "NanoStation5"
90 status : "up"
91
92
93iface_vr2_alias0:
94 comment : "Tijdelijke Link naar Watertoren"
95 ip : "172.16.16.97/29"
96 sdesc : "2watertoren"
97 type : "eth"
98 extra_type : "eth2wifibridge"
99 dhcp : False
100 status : "up"
101
102
103iface_vr2_alias1:
104 comment : "(w)interlink naar Spoortje"
105 ip : "172.16.4.17/29"
106 sdesc : "2spoortje"
107 type : "eth"
108 extra_type : "eth2wifibridge"
109 dhcp : False
110 status : "up"
111
112
Note: See TracBrowser for help on using the repository browser.