source: genesis/nodes/CNodePsycho/wleiden.yaml@ 10454

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

Boolean values should be real boolean values.

File size: 2.5 KB
RevLine 
[10059]1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
[10435]4board : "ALIX2"
[10059]5comment : "None"
[10116]6ileiden : True
[10374]7latitude : "52.16962"
[10116]8location : "Pieter de la Courtgebouw, Wassenaarseweg 52, 2333 AK, Leiden"
[10374]9longitude : "4.47808"
[10116]10masterip : "172.19.133.1"
11nodename : "Psycho"
12nodetype : "CNode"
13rdnap_x : "092806"
[10059]14rdnap_y : 464997
[10116]15release : "8.2-RELEASE"
16status : "up"
[10059]17
[10116]18
[10059]19iface_ath0:
[10116]20 interface : "ath0"
21 ip : "172.19.133.1/24"
22 desc : "ap"
23 sdesc : "ap"
24 mode : "ap-wds"
25 type : "11b"
26 channel : "5"
[10156]27 ssid : "ap-WirelessLeiden-Psycho"
[10116]28 dhcp : "10-250"
29 compass : "None"
30 status : "up"
[10059]31
32
[10116]33iface_ue0:
34 comment : "a-link noord - woutertje pieterse school"
35 interface : "ue0"
36 ip : "172.16.16.121/29"
37 desc : "Ethernet to interlink noord"
38 sdesc : "2wp"
39 mode : "station-wds"
40 type : "eth"
41 extra_type : "eth2wifibridge"
42 channel : "116"
43 ssid : "il-n.psycho.wleiden.net"
[10454]44 dhcp : False
[10116]45 compass : "n"
46 ns_ip : "172.16.16.122/29"
47 ns_mac : "00:15:6d:70:4d:ae"
48 status : "up"
49
50
51iface_ue0_alias0:
52 comment : "a-link noord - de leidse houtschool"
53 interface : "ue0:0"
54 ip : "172.16.3.49/29"
[10313]55 desc : "link naar LHS"
[10116]56 type : "eth"
57 extra_type : "eth2wifibridge"
58 dhcp : "False"
59 compass : "None"
60 status : "up"
61
62
[10059]63iface_vr0:
[10116]64 comment : "a-link naar UniGorN"
65 interface : "vr0"
66 ip : "172.16.16.108/29"
67 desc : "Ethernet to interlink west"
68 sdesc : "2unigorn"
69 mode : "station-wds"
70 type : "eth"
71 extra_type : "eth2wifibridge"
72 channel : "104"
73 ssid : "il-o.unigorn.wleiden.net"
[10454]74 dhcp : False
[10116]75 compass : "e"
76 ns_ip : "172.16.16.107/29"
77 ns_mac : "00:15:6d:70:4d:a7"
78 status : "up"
[10059]79
[10116]80
[10059]81iface_vr1:
[10116]82 comment : "a-link naar SOM2"
83 interface : "vr1"
84 ip : "172.16.16.116/29"
85 desc : "Ethernet to interlink oost"
86 sdesc : "2som2"
87 mode : "station-wds"
88 type : "eth"
89 extra_type : "eth2wifibridge"
90 channel : "140"
91 ssid : "il-w.som2.wleiden.net"
[10454]92 dhcp : False
[10116]93 compass : "w"
94 ns_ip : "172.16.16.115/29"
95 ns_mac : "00:15:6d:70:4e:84"
96 status : "up"
[10059]97
98
[10116]99iface_vr2:
100 comment : "naar webcam"
101 interface : "vr2"
102 ip : "172.16.16.69/30"
103 desc : "Ethernet naar webcam"
104 sdesc : "2webcam"
105 type : "eth"
[10454]106 dhcp : False
[10116]107 compass : "None"
108 status : "up"
109
110
Note: See TracBrowser for help on using the repository browser.