source: genesis/nodes/CNodeLUMC/wleiden.yaml@ 10881

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

Make the interface keys wat meer standaard.

File size: 2.5 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6ileiden : True
7latitude : "52.16593"
8location : "LUMC, Albinusdreef 2, 2333 ZA, Leiden"
9longitude : "4.47881"
10masterip : "172.19.130.1"
11nodename : "LUMC"
12nodetype : "CNode"
13rdnap_x : "092851"
14rdnap_y : 464586
15release : "8.2-RELEASE"
16status : "up"
17
18
19iface_ath0:
20 comment : "autogen-FIXME"
21 interface : "ath0"
22 ip : "172.19.130.1/26"
23 desc : "ap"
24 sdesc : "ap"
25 mode : "ap"
26 type : "11b"
27 channel : "8"
28 ssid : "ap-WirelessLeiden-Lumc"
29 dhcp : "10-60"
30 compass : "None"
31 status : "up"
32
33
34iface_ue0:
35 comment : "a-link zuidwest"
36 interface : "ue0"
37 ip : "172.16.4.105/29"
38 desc : "Ethernet to interlink zuidwest"
39 sdesc : "2cam"
40 mode : "station-wds"
41 type : "eth"
42 extra_type : "eth2wifibridge"
43 channel : "116"
44 ssid : "il-zw.lumc.wleiden.net"
45 dhcp : False
46 compass : "sw"
47 ns_ip : "172.16.4.106/29"
48 ns_mac : "00:15:6d:bd:69:00"
49 status : "up"
50
51
52iface_vr0:
53 comment : "a-link naar UniGor1"
54 interface : "vr0"
55 ip : "172.16.4.84/29"
56 desc : "Ethernet to interlink west"
57 sdesc : "2unigor1"
58 mode : "station-wds"
59 type : "eth"
60 extra_type : "eth2wifibridge"
61 channel : "128"
62 ssid : "il-z0.unigor.wleiden.net"
63 dhcp : False
64 compass : "w"
65 ns_ip : "172.16.4.83/29"
66 ns_mac : "00:15:6d:70:54:c9"
67 status : "up"
68
69
70iface_vr1:
71 comment : "a-link zuidoost naar CeTIM2"
72 interface : "vr1"
73 ip : "172.16.4.97/29"
74 desc : "Ethernet to interlink oost"
75 sdesc : "2cetim2"
76 mode : "station-wds"
77 type : "eth"
78 extra_type : "eth2wifibridge"
79 channel : "136"
80 ssid : "il-z.lumc.wleiden.net"
81 dhcp : False
82 compass : "zo"
83 ns_ip : "172.16.4.98/29"
84 ns_mac : "00:15:6d:70:53:6d"
85 status : "up"
86
87
88iface_vr1_alias0:
89 comment : "a-link zuidoost naar Lebkov"
90 interface : "vr1:0"
91 ip : "172.16.4.161/29"
92 desc : "Ethernet to interlink oost"
93 sdesc : "2lebkov"
94 type : "eth"
95 extra_type : "eth2wifibridge"
96 dhcp : False
97 compass : "None"
98 status : "up"
99
100
101iface_vr2:
102 comment : "naar webcam"
103 interface : "vr2"
104 ip : "172.16.3.21/30"
105 desc : "Ethernet naar webcam"
106 sdesc : "2webcam"
107 type : "eth"
108 dhcp : False
109 compass : "None"
110 status : "up"
111
112
Note: See TracBrowser for help on using the repository browser.