source: genesis/nodes/CNodeCeTIM1/wleiden.yaml@ 10891

Last change on this file since 10891 was 10891, checked in by rick, 13 years ago

Gooi een heel stapel windrichtingen weg, die toch niets betekenen. Compass op
een interne etherlink bijvoorbeeld of een OMNI.

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