source: genesis/nodes/CNodeUniGor1/wleiden.yaml@ 10890

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

interface: <iface>:<alias> is nu in de iface_<iface>_alias<alias>
gerepresenteerd.

Fixes beheer:ticket:221

File size: 2.0 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6ileiden : True
7latitude : "52.16782"
8location : "Gorleus Lab Universiteit Leiden, Einsteinweg 55, 2333 CC, Leiden"
9longitude : "4.45961"
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 ip : "172.17.35.1/24"
22 sdesc : "ap-o"
23 mode : "ap"
24 type : "11b"
25 channel : "2"
26 ssid : "ap-WirelessLeiden-Unigor-oost"
27 dhcp : "10-250"
28 compass : "None"
29 status : "up"
30
31
32iface_vr0:
33 comment : "Ethernet naar server en Gorlaeus nodes"
34 ip : "172.19.128.65/28"
35 sdesc : "eth"
36 type : "eth"
37 dhcp : False
38 compass : "None"
39 status : "up"
40
41
42iface_vr1:
43 comment : "A link naar Cope via nanostation 1"
44 ip : "172.16.3.185/29"
45 sdesc : "2cope"
46 mode : "station-wds"
47 type : "eth"
48 extra_type : "eth2wifibridge"
49 channel : "128"
50 ssid : "il-zo.unigor1.wleiden.net"
51 dhcp : False
52 compass : "zo"
53 ns_ip : "172.16.3.186/29"
54 ns_mac : "00:15:6d:f2:38:a0"
55 status : "up"
56
57
58iface_vr1_alias0:
59 comment : "A link naar LUMC"
60 ip : "172.16.4.81/29"
61 sdesc : "2lumc"
62 type : "eth"
63 dhcp : False
64 compass : "None"
65 status : "up"
66
67
68iface_vr2:
69 comment : "A link naar Robijn via nanostation 2"
70 ip : "172.16.5.217/29"
71 sdesc : "2robijn"
72 mode : "station-wds"
73 type : "eth"
74 extra_type : "eth2wifibridge"
75 channel : "104"
76 ssid : "il-z.unigor1.wleiden.net"
77 dhcp : False
78 compass : "z"
79 ns_ip : "172.16.5.218/29"
80 ns_mac : "00:15:6d:f2:38:bd"
81 status : "up"
82
83
84iface_vr2_alias0:
85 comment : "A Link naar Zwaluwak via nanostation 2"
86 ip : "172.16.3.69/30"
87 sdesc : "2zwaluwak"
88 type : "eth"
89 dhcp : False
90 compass : "None"
91 status : "up"
92
93
Note: See TracBrowser for help on using the repository browser.