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

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

config aanpassingen ivm video-link cetim-vosko

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