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

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

Verschuif waar mogelijk de desc naar comment, als deze gelijk zijn of er nog
geen comment gezet is.

Related-To: beheer:ticket:218

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 : "ap"
21 interface : "ath0"
22 ip : "172.19.130.1/26"
23 sdesc : "ap"
24 mode : "ap"
25 type : "11b"
26 channel : "8"
27 ssid : "ap-WirelessLeiden-Lumc"
28 dhcp : "10-60"
29 compass : "None"
30 status : "up"
31
32
33iface_ue0:
34 comment : "a-link zuidwest"
35 interface : "ue0"
36 ip : "172.16.4.105/29"
37 desc : "Ethernet to interlink zuidwest"
38 sdesc : "2cam"
39 mode : "station-wds"
40 type : "eth"
41 extra_type : "eth2wifibridge"
42 channel : "116"
43 ssid : "il-zw.lumc.wleiden.net"
44 dhcp : False
45 compass : "sw"
46 ns_ip : "172.16.4.106/29"
47 ns_mac : "00:15:6d:bd:69:00"
48 status : "up"
49
50
51iface_vr0:
52 comment : "a-link naar UniGor1"
53 interface : "vr0"
54 ip : "172.16.4.84/29"
55 desc : "Ethernet to interlink west"
56 sdesc : "2unigor1"
57 mode : "station-wds"
58 type : "eth"
59 extra_type : "eth2wifibridge"
60 channel : "128"
61 ssid : "il-z0.unigor.wleiden.net"
62 dhcp : False
63 compass : "w"
64 ns_ip : "172.16.4.83/29"
65 ns_mac : "00:15:6d:70:54:c9"
66 status : "up"
67
68
69iface_vr1:
70 comment : "a-link zuidoost naar CeTIM2"
71 interface : "vr1"
72 ip : "172.16.4.97/29"
73 desc : "Ethernet to interlink oost"
74 sdesc : "2cetim2"
75 mode : "station-wds"
76 type : "eth"
77 extra_type : "eth2wifibridge"
78 channel : "136"
79 ssid : "il-z.lumc.wleiden.net"
80 dhcp : False
81 compass : "zo"
82 ns_ip : "172.16.4.98/29"
83 ns_mac : "00:15:6d:70:53:6d"
84 status : "up"
85
86
87iface_vr1_alias0:
88 comment : "a-link zuidoost naar Lebkov"
89 interface : "vr1:0"
90 ip : "172.16.4.161/29"
91 desc : "Ethernet to interlink oost"
92 sdesc : "2lebkov"
93 type : "eth"
94 extra_type : "eth2wifibridge"
95 dhcp : False
96 compass : "None"
97 status : "up"
98
99
100iface_vr2:
101 comment : "naar webcam"
102 interface : "vr2"
103 ip : "172.16.3.21/30"
104 desc : "Ethernet naar webcam"
105 sdesc : "2webcam"
106 type : "eth"
107 dhcp : False
108 compass : "None"
109 status : "up"
110
111
Note: See TracBrowser for help on using the repository browser.