source: genesis/nodes/CNodeRustenborch/wleiden.yaml@ 10067

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

Do not edit headers on the config files in indead a whee bit confusing.

Reported-By: huub

File size: 2.1 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4comment : "None"
5ileiden : True
6interfaces: "ue0,ath0,vr2,vr0,vr1"
7latitude : "4.46392"
8location : "Zorgcentrum Rustenborch, Van Wijckersloothplein 3, 2341 BB, Oegstgeest"
9longitude : "52.18218"
10masterip : "172.23.24.1"
11nodename : "Rustenborch"
12nodetype : "CNode"
13rdnap_x : 91855
14rdnap_y : 466407
15release : "8.2-RELEASE"
16status : "up"
17
18
19iface_ath0:
20 comment : "Ap"
21 interface : "ath0"
22 ip : "172.23.24.1/26"
23 desc : "ap"
24 sdesc : "ap"
25 mode : "ap-wds"
26 type : "11b"
27 channel : "1"
28 ssid : "ap-wirelessleiden-rustenborch"
29 dhcp : "10-60"
30 compass : "None"
31 status : "up"
32
33
34iface_ue0:
35 comment : "link naar Unused"
36 interface : "ue0"
37 ip : "172.16.1.101/30"
38 desc : "Link naar Unused"
39 sdesc : "2unused"
40 mode : "ap-wds"
41 type : "eth"
42 extra_type : "eth2wifibridge"
43 channel : "36"
44 ssid : "il-no.rustenborch.wleiden.net"
45 dhcp : "no"
46 compass : "ne"
47 status : "down"
48
49
50iface_vr0:
51 comment : "Ethernet"
52 interface : "vr0"
53 ip : "172.23.24.65/28"
54 desc : "Ethernet naar rustenborch"
55 sdesc : "eth"
56 type : "eth"
57 dhcp : "66-78"
58 compass : "None"
59 status : "up"
60
61
62iface_vr1:
63 comment : "Link Lijtweg2"
64 interface : "vr1"
65 ip : "172.16.6.36/29"
66 desc : "Link naar Lijtweg2"
67 sdesc : "2lijtweg2"
68 mode : "station-wds"
69 type : "eth"
70 extra_type : "eth2wifibridge"
71 channel : "116"
72 ssid : "il-w.lijtweg2.wleiden.net"
73 dhcp : "no"
74 compass : "w"
75 ns_ip : "172.16.6.35"
76 ns_mac : "00:15:6d:71:54:67"
77 status : "up"
78
79
80iface_vr2:
81 comment : "Link naar UniGorN"
82 interface : "vr2"
83 ip : "172.16.17.244/29"
84 desc : "Link naar unigorn"
85 sdesc : "2unigorn"
86 mode : "station-wds"
87 type : "eth"
88 extra_type : "eth2wifibridge"
89 channel : "104"
90 ssid : "il-n.unigorn.wleiden.net"
91 dhcp : "no"
92 compass : "n"
93 ns_ip : "172.16.17.243/29"
94 ns_mac : "00:15:6d:70:54:cc"
95 status : "up"
96
97
Note: See TracBrowser for help on using the repository browser.