source: genesis/nodes/CNodeDirkLos1/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.16732"
8location : "Hogeschool Leiden, Zernikedreef 11, 2333 CK, Leiden"
9longitude : "4.47071"
10masterip : "172.19.131.1"
11nodename : "DirkLos1"
12nodetype : "CNode"
13rdnap_x : "092299"
14rdnap_y : 464748
15release : "8.2-RELEASE"
16status : "up"
17
18
19iface_ath0:
20 comment : "Link naar Unigor"
21 interface : "ath0"
22 ip : "172.16.3.62/30"
23 sdesc : "2unigor"
24 mode : "ap"
25 type : "11b"
26 channel : "1"
27 ssid : "n-o.unigor.wleiden.net"
28 dhcp : False
29 compass : "e"
30 status : "up"
31
32
33iface_ue0:
34 comment : "lokaal ethernet"
35 interface : "ue0"
36 ip : "172.16.3.58/30"
37 desc : "Ethernet naar DirkLos2"
38 sdesc : "2DLos2"
39 type : "eth"
40 dhcp : False
41 compass : "None"
42 status : "up"
43
44
45iface_ue0_alias0:
46 comment : "alias voor lokaal ethernet"
47 interface : "ue0:0"
48 ip : "172.16.176.66/27"
49 desc : "Local Ethernet"
50 sdesc : "localeth"
51 type : "eth"
52 dhcp : False
53 compass : "None"
54 status : "up"
55
56
57iface_vr0:
58 comment : "a-link naar geluidsnet1"
59 interface : "vr0"
60 ip : "172.16.4.156/29"
61 desc : "Ethernet to interlink oost"
62 sdesc : "2geluidsnet1"
63 mode : "station-wds"
64 type : "eth"
65 extra_type : "eth2wifibridge"
66 channel : "140"
67 ssid : "il-zw.geluidsnet1.wleiden.net"
68 dhcp : False
69 compass : "zo"
70 ns_ip : "172.16.4.155/29"
71 ns_mac : "00:15:6d:f6:be:ff"
72 status : "up"
73
74
75iface_vr1:
76 comment : "a-link to Vosko3"
77 interface : "vr1"
78 ip : "172.16.4.76/29"
79 desc : "Ethernet to interlink south-east (Vosko3)"
80 sdesc : "2Vosko3"
81 mode : "station-wds"
82 type : "eth"
83 extra_type : "eth2wifibridge"
84 channel : "100"
85 ssid : "il-wnw.vosko3.wleiden.net"
86 dhcp : False
87 compass : "zo"
88 ns_ip : "172.16.4.75/29"
89 ns_mac : "00:15:6d:f6:be:eb"
90 status : "up"
91
92
93iface_vr2:
94 comment : "a-link naar Cam"
95 interface : "vr2"
96 ip : "172.16.4.89/29"
97 desc : "Ethernet to interlink west (Cam)"
98 sdesc : "2cam"
99 mode : "station-wds"
100 type : "eth"
101 extra_type : "eth2wifibridge"
102 channel : "44"
103 ssid : "il-zw.dirklos1.wleiden.net"
104 dhcp : False
105 compass : "z"
106 ns_ip : "172.16.4.90/29"
107 ns_mac : "00:15:6d:70:53:52"
108 status : "down"
109
110
Note: See TracBrowser for help on using the repository browser.