source: genesis/nodes/CNodePlantsoen2/wleiden.yaml@ 10067

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

Do not edit headers on the config files in indead a whee bit confusing.

Reported-By: huub

File size: 1.9 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4comment : "None"
5ileiden : True
6interfaces: "ath0,vr2,vr0,vr1"
7latitude : "4.49646"
8location : "CeTIM office, Plantsoen 97, 2311 KL, Leiden"
9longitude : "52.15395"
10masterip : "172.17.169.1"
11nodename : "Plantsoen2"
12nodetype : "CNode"
13rdnap_x : 94042
14rdnap_y : 463238
15release : "8.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-wds"
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_vr0:
35 comment : "Lokaal ethernet"
36 interface : "vr0"
37 ip : "172.17.169.65/28"
38 desc : "Ethernet naar woning Plantsoen"
39 sdesc : "2plantsoen"
40 type : "eth"
41 dhcp : "no"
42 compass : "None"
43 media : "100baset/utp"
44 status : "up"
45
46
47iface_vr1:
48 comment : "a-link to Stadhuis via Nanostation5"
49 interface : "vr1"
50 ip : "172.16.5.116/29"
51 desc : "Ethernet to interlink north-north-west (Stadhuis)"
52 sdesc : "2Stadhuis"
53 mode : "station-wds"
54 type : "eth"
55 extra_type : "eth2wifibridge"
56 channel : "44"
57 ssid : "il-zo.stadhuis.wleiden.net"
58 dhcp : "no"
59 compass : "se"
60 distance : "0.5 km"
61 ns_ip : "172.16.5.115/29"
62 ns_mac : "00:15:6d:bd:67:e8"
63 status : "up"
64
65
66iface_vr2:
67 comment : "a-link to Vosko via Nanostation2"
68 interface : "vr2"
69 ip : "172.16.5.92/29"
70 desc : "ethernet"
71 sdesc : "2vosko"
72 mode : "station-wds"
73 type : "eth"
74 extra_type : "eth2wifibridge"
75 channel : "116"
76 ssid : "il-zo.vosko3.wleiden.net"
77 dhcp : "no"
78 compass : "se"
79 distance : "0.7 km"
80 ns_ip : "172.16.5.91/29"
81 ns_mac : "00:15:6d:bd:67:ff"
82 status : "down"
83
84
Note: See TracBrowser for help on using the repository browser.