source: genesis/nodes/CNodeAZC/wleiden.yaml@ 10936

Last change on this file since 10936 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.2 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "UNKNOWN"
5comment : "None"
6ileiden : False
7latitude : "52.17149"
8location : "AZC, Rijnsburgerweg 124,2333 AG, Leiden"
9longitude : "4.47519"
10masterip : "172.19.144.1"
11nodename : "AZC"
12nodetype : "CNode"
13rdnap_x : 92611
14rdnap_y : 465207
15release : "5.0-RELEASE"
16status : "up"
17
18
19iface_ep0:
20 comment : "Ethernet naar AZC"
21 ip : "172.19.144.65/26"
22 sdesc : "2azc"
23 type : "eth"
24 dhcp : "70-80"
25 status : "up"
26
27
28iface_wi0:
29 comment : "Link naar Lijtweg2"
30 ip : "172.16.1.97/30"
31 sdesc : "2lijtweg2"
32 mode : "ap"
33 type : "11b"
34 channel : "7"
35 ssid : "il-n.azc.wleiden.net"
36 dhcp : False
37 compass : "n"
38 status : "up"
39
40
41iface_wi0_alias0:
42 comment : "Link naar Endegeest"
43 ip : "172.19.144.129/28"
44 sdesc : "2endegeest"
45 mode : "ap"
46 type : "11b"
47 dhcp : False
48 status : "up"
49
50
51iface_wi1:
52 comment : "Link naar WP - 11 Wandy WP - 12 Computer"
53 ip : "172.16.2.9/29"
54 sdesc : "2wp"
55 mode : "ap"
56 type : "11b"
57 channel : "10"
58 ssid : "il-no.azc.wleiden.net"
59 dhcp : False
60 compass : "ne"
61 status : "up"
62
63
64iface_wi1_alias0:
65 comment : "Link naar Wissel"
66 ip : "172.16.2.53/30"
67 sdesc : "2wissel"
68 mode : "ap"
69 type : "11b"
70 dhcp : False
71 status : "up"
72
73
74iface_wi1_alias1:
75 comment : "Subnet 30 link naar WP tbv lvrouted oude versie op azc"
76 ip : "172.16.2.113/30"
77 sdesc : "2WP-30subnet"
78 mode : "ap"
79 type : "11b"
80 dhcp : False
81 status : "up"
82
83
84iface_wi2:
85 comment : "Link naar Rabo"
86 ip : "172.16.0.222/30"
87 sdesc : "2rabo"
88 mode : "ap"
89 type : "11b"
90 channel : "5"
91 ssid : "il-w.rabo.wleiden.net"
92 dhcp : False
93 compass : "w"
94 status : "up"
95
96
97iface_wi3:
98 comment : "Link naar Unigor"
99 ip : "172.16.0.166/30"
100 sdesc : "2unigor"
101 mode : "ap"
102 type : "11b"
103 channel : "1"
104 ssid : "n-o.unigor.wleiden.net"
105 dhcp : False
106 compass : "e"
107 status : "up"
108
109
Note: See TracBrowser for help on using the repository browser.