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