source: genesis/nodes/CNodeUniGor1/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.4 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4comment : "None"
5ileiden : True
6interfaces: "ath0,vr2,vr0,vr1"
7latitude : "4.45961"
8location : "Gorleus Lab Universiteit Leiden, Einsteinweg 55, 2333 CC, Leiden"
9longitude : "52.16782"
10masterip : "172.17.35.1"
11nodename : "UniGor1"
12nodetype : "CNode"
13rdnap_x : 91540
14rdnap_y : 464813
15release : "8.2-RELEASE"
16status : "up"
17
18
19iface_ath0:
20 comment : "AP Richting oost"
21 interface : "ath0"
22 ip : "172.17.35.1/24"
23 desc : "AP Richting O"
24 sdesc : "ap-o"
25 mode : "ap-wds"
26 type : "11b"
27 channel : "2"
28 ssid : "ap-wirelessleiden-unigor-oost"
29 dhcp : "10-250"
30 compass : "None"
31 status : "up"
32
33
34iface_vr0:
35 comment : "Ethernet"
36 interface : "vr0"
37 ip : "172.19.128.65/28"
38 desc : "Ethernet naar server en Gorlaeus nodes"
39 sdesc : "eth"
40 type : "eth"
41 dhcp : "no"
42 compass : "None"
43 status : "up"
44
45
46iface_vr1:
47 comment : "A link naar Cope via nanostation 1"
48 interface : "vr1"
49 ip : "172.16.3.185/29"
50 desc : "A Link naar Cope"
51 sdesc : "2cope"
52 mode : "station-wds"
53 type : "eth"
54 extra_type : "eth2wifibridge"
55 channel : "128"
56 ssid : "il-zo.unigor1.wleiden.net"
57 dhcp : "no"
58 compass : "se"
59 ns_ip : "172.16.3.186/29"
60 ns_mac : "00:15:6d:f2:38:a0"
61 status : "up"
62
63
64iface_vr1_alias0:
65 comment : "A link naar LUMC"
66 interface : "vr1:0"
67 ip : "172.16.4.81/29"
68 desc : "A Link naar LUMC"
69 sdesc : "2lumc"
70 type : "eth"
71 dhcp : "no"
72 compass : "None"
73 status : "up"
74
75
76iface_vr2:
77 comment : "A link naar Robijn via nanostation 2"
78 interface : "vr2"
79 ip : "172.16.4.37/30"
80 desc : "Link naar Robijn"
81 sdesc : "2robijn"
82 mode : "station-wds"
83 type : "eth"
84 extra_type : "eth2wifibridge"
85 channel : "104"
86 ssid : "il-z.unigor1.wleiden.net"
87 dhcp : "no"
88 compass : "s"
89 ns_ip : "172.16.5.218/29"
90 ns_mac : "00:15:6d:f2:38:bd"
91 status : "up"
92
93
94iface_vr2_alias0:
95 comment : "A Link naar Zwaluwak via nanostation 2"
96 interface : "vr2:0"
97 ip : "172.16.3.69/30"
98 desc : "Link naar Zwaluwak"
99 sdesc : "2zwaluwak"
100 type : "eth"
101 dhcp : "False"
102 compass : "None"
103 status : "up"
104
105
Note: See TracBrowser for help on using the repository browser.