source: genesis/nodes/HybridWulp/wleiden.yaml@ 12548

Last change on this file since 12548 was 12474, checked in by rick, 11 years ago

Automatic cleanups

File size: 2.3 KB
RevLine 
[12376]1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6latitude : "52.27365"
7location : "Camping de Wulp, Kraaierslaan 25, 2204AN, Noordwijk"
[12474]8longitude : "4.47762"
[12376]9masterip : "172.17.109.1"
10monitoring_group: "noordwijkerhout"
11nodename : "Wulp"
12nodetype : "Hybrid"
13portal_sponsor: "Camping de Wulp"
14portal_url: "http://www.dewulp.nl/"
15rdnap_x : 92920
16rdnap_y : 476571
17release : "9.0-RELEASE"
18service_accesspoint: True
19service_concentrator: False
20service_incoming_rdr: False
21service_proxy_ileiden: False
22service_proxy_normal: False
[12382]23status : "up"
[12376]24
[12474]25
[12376]26iface_ath0:
27 comment : "Ap binnen"
28 ip : "172.17.109.1/24"
29 sdesc : "ap"
30 mode : "ap"
31 type : "11g"
32 channel : 6
33 ssid : "ap-WirelessLeiden-Wulp1"
34 dhcp : "10-250"
35 status : "up"
36
[12474]37
[12376]38iface_ue0:
[12378]39 comment : "Link naar NoordWest"
40 ip : "172.16.7.177/29"
41 sdesc : "2zo"
42 mode : "ap-wds"
[12376]43 type : "eth"
44 extra_type : "eth2wifibridge"
[12378]45 channel : "44"
46 ssid : "il-nw.wulp.wleiden.net"
47 dhcp : False
48 compass : "nw"
49 ns_ip : "172.16.7.178/29"
[12376]50 ns_mac : ""
[12378]51 bridge_type: "NanostationM5"
[12382]52 status : "down"
[12376]53
[12474]54
[12376]55iface_vr0:
56 comment : "Link naar Zuid - Leeuwenhorst"
57 ip : "172.16.7.52/29"
58 sdesc : "2zzw"
59 mode : "ap-wds"
60 type : "eth"
61 extra_type : "eth2wifibridge"
62 channel : "108"
63 ssid : "il-nw.leeuwenhorst.wleiden.net"
64 dhcp : False
[12474]65 compass : "z"
[12376]66 ns_ip : "172.16.7.51/29"
[12474]67 ns_mac : "dc:9f:db:2e:0b:10"
[12376]68 bridge_type: "NanoBridge M5"
69 status : "up"
70
[12474]71
[12376]72iface_vr1:
[12378]73 comment : "Accesspoint 2 westzijde"
74 ip : "172.17.110.1/24"
75 sdesc : "2aps"
76 mode : "ap"
[12376]77 type : "eth"
78 extra_type : "eth2wifibridge"
[12378]79 channel : "6"
80 ssid : "ap-WirelessLeiden-WulpWest"
81 dhcp : "10-250"
82 compass : "n"
83 ns_ip : "172.17.110.2/24"
[12376]84 ns_mac : ""
[12378]85 bridge_type: ""
[12376]86 status : "up"
87
[12474]88
[12376]89iface_vr2:
90 comment : "Accesspoint 3 oostzijde"
91 ip : "172.17.111.1/24"
92 sdesc : "ap-Oost"
93 mode : "ap-wds"
94 type : "eth"
95 extra_type : "eth2wifibridge"
96 channel : "108"
97 ssid : "ap-WirelessLeiden-WulpOost"
98 dhcp : "10-250"
99 compass : "o"
100 ns_ip : "172.17.111.2/24"
101 ns_mac : ""
102 bridge_type: ""
103 status : "up"
[12474]104
105
Note: See TracBrowser for help on using the repository browser.