source: genesis/nodes/CNodePlantsoen2/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.3 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6ileiden : True
7latitude : "52.15395"
8location : "CeTIM office, Plantsoen 97, 2311 KL, Leiden"
9longitude : "4.49646"
10masterip : "172.17.169.1"
11nodename : "Plantsoen2"
12nodetype : "CNode"
13rdnap_x : 94042
14rdnap_y : 463238
15release : "9.0-RELEASE"
16status : "up"
17
18
19iface_ath0:
20 comment : "AP voor buurt"
21 interface : "ath0"
22 ip : "172.17.169.1/26"
23 desc : "AP voor de buurt"
24 sdesc : "ap"
25 mode : "ap"
26 type : "11b"
27 channel : "7"
28 ssid : "ap-omni.plantsoen2.wleiden.net"
29 dhcp : "10-60"
30 compass : "omni"
31 status : "up"
32
33
34iface_ue0:
35 comment : "Link naar ROC1"
36 interface : "ue0"
37 ip : "172.16.5.12/29"
38 sdesc : "2roc1"
39 mode : "station-wds"
40 type : "eth"
41 extra_type : "eth2wifibridge"
42 channel : "132"
43 ssid : "il-n.roc1.wleiden.net"
44 dhcp : False
45 compass : "z"
46 ns_ip : "172.16.5.11/29"
47 ns_mac : "00:27:22:10:FD:A1"
48 status : "up"
49
50
51iface_vr0:
52 comment : "Lokaal ethernet"
53 interface : "vr0"
54 ip : "172.17.169.65/28"
55 desc : "Ethernet naar woning Plantsoen"
56 sdesc : "2plantsoen"
57 type : "eth"
58 dhcp : False
59 compass : "None"
60 status : "up"
61
62
63iface_vr1:
64 comment : "a-link to Stadhuis via Nanostation5"
65 interface : "vr1"
66 ip : "172.16.5.116/29"
67 desc : "Ethernet to interlink north-north-west (Stadhuis)"
68 sdesc : "2Stadhuis"
69 mode : "station-wds"
70 type : "eth"
71 extra_type : "eth2wifibridge"
72 channel : "44"
73 ssid : "il-zo.stadhuis.wleiden.net"
74 dhcp : False
75 compass : "nw"
76 distance : "0.5 km"
77 ns_ip : "172.16.5.115/29"
78 ns_mac : "00:15:6d:bd:67:e8"
79 status : "up"
80
81
82iface_vr2:
83 comment : "a-link to Vosko3 via Nanostation2"
84 interface : "vr2"
85 ip : "172.16.5.92/29"
86 desc : "ethernet"
87 sdesc : "2vosko3"
88 mode : "station-wds"
89 type : "eth"
90 extra_type : "eth2wifibridge"
91 channel : "116"
92 ssid : "il-zo.vosko3.wleiden.net"
93 dhcp : False
94 compass : "nw"
95 distance : "0.7 km"
96 ns_ip : "172.16.5.91/29"
97 ns_mac : "00:15:6d:bd:67:ff"
98 status : "up"
99
100
Note: See TracBrowser for help on using the repository browser.