source: genesis/nodes/HybridPlantsoen/wleiden.yaml@ 11322

Last change on this file since 11322 was 11322, checked in by rick, 12 years ago

All cosmetic fixes.

File size: 2.2 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6latitude : "52.15395"
7location : "CeTIM office, Plantsoen 97, 2311 KL, Leiden"
8longitude : "4.49646"
9masterip : "172.17.169.1"
10nodename : "Plantsoen2"
11nodetype : "Hybrid"
12rdnap_x : 94042
13rdnap_y : 463238
14release : "9.0-RELEASE"
15service_accesspoint: True
16service_incoming_rdr: False
17service_proxy_ileiden: False
18service_proxy_normal: False
19status : "up"
20
21
22iface_ath0:
23 comment : "AP voor de buurt"
24 ip : "172.17.169.1/24"
25 sdesc : "ap"
26 mode : "ap"
27 type : "11b"
28 channel : "7"
29 ssid : "ap-WirelessLeiden-Plantsoen2"
30 dhcp : "10-250"
31 compass : "omni"
32 status : "up"
33
34
35iface_ue0:
36 comment : "Link naar ROC1"
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 bridge_type: "NanoStation5"
49 status : "up"
50
51
52iface_vr0:
53 comment : "Ethernet naar woning Plantsoen"
54 ip : "172.17.169.65/28"
55 sdesc : "2plantsoen"
56 type : "eth"
57 dhcp : False
58 status : "up"
59
60
61iface_vr1:
62 comment : "Interlink north-north-west (Stadhuis)"
63 ip : "172.16.5.116/29"
64 sdesc : "2Stadhuis"
65 mode : "station-wds"
66 type : "eth"
67 extra_type : "eth2wifibridge"
68 channel : "44"
69 ssid : "il-zo.stadhuis.wleiden.net"
70 dhcp : False
71 compass : "nw"
72 distance : "0.5 km"
73 ns_ip : "172.16.5.115/29"
74 ns_mac : "00:15:6d:bd:67:e8"
75 bridge_type: "NanoStation5"
76 status : "up"
77
78
79iface_vr2:
80 comment : "Link to Vosko3"
81 ip : "172.16.5.92/29"
82 sdesc : "2vosko3"
83 mode : "station-wds"
84 type : "eth"
85 extra_type : "eth2wifibridge"
86 channel : "116"
87 ssid : "il-zo.vosko3.wleiden.net"
88 dhcp : False
89 compass : "nw"
90 distance : "0.7 km"
91 ns_ip : "172.16.5.91/29"
92 ns_mac : "00:15:6d:bd:67:ff"
93 bridge_type: "NanoStation5"
94 status : "up"
95
96
Note: See TracBrowser for help on using the repository browser.