source: genesis/nodes/HybridGrip/wleiden.yaml@ 11257

Last change on this file since 11257 was 11257, checked in by huub, 12 years ago

grip naar hybrid

File size: 1.8 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6latitude : "52.14730"
7location : "Stichting Werk en Onderneming, Frambozenweg 5, 2321 KA, Leiden"
8longitude : "4.48863"
9masterip : "172.21.8.1"
10nodename : "Grip"
11nodetype : "Hybrid"
12rdnap_x : 93497
13rdnap_y : 462505
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 : "Omni (dubbele waveguide)"
24 ip : "172.21.8.1/24"
25 sdesc : "ap"
26 mode : "ap"
27 type : "11b"
28 channel : "11"
29 ssid : "ap-WirelessLeiden-Grip"
30 dhcp : "10-250"
31 status : "up"
32
33
34iface_vr0:
35 comment : "A-link naar vosko1"
36 ip : "172.16.16.60/29"
37 sdesc : "2vosko1"
38 mode : "station-wds"
39 type : "eth"
40 extra_type : "eth2wifibridge"
41 ssid : "il-zw.vosko1.wleiden.net"
42 dhcp : False
43 compass : "n"
44 ns_ip : "172.16.16.59/29"
45 ns_mac : "00:15:6d:70:50:09"
46 bridge_type: "NanoStation5"
47 status : "up"
48
49
50iface_vr1:
51 comment : "Link naar ROC2"
52 ip : "172.16.5.29/29"
53 sdesc : "2roc2"
54 mode : "station-wds"
55 type : "eth"
56 extra_type : "eth2wifibridge"
57 channel : "52"
58 ssid : "il-nw.roc2.wleiden.net"
59 dhcp : False
60 compass : "zo"
61 ns_ip : "192.168.1.20/24"
62 ns_mac : "00:15:6d:ad:34:35"
63 status : "down"
64
65
66iface_vr2:
67 comment : "Link naar LCPL"
68 ip : "172.16.1.1/30"
69 sdesc : "2lcpl"
70 mode : "ap-wds"
71 type : "eth"
72 extra_type : "eth2wifibridge"
73 channel : "8"
74 ssid : "il-zw.grip.wleiden.net"
75 dhcp : False
76 compass : "w"
77 ns_ip : "192.168.1.20/24"
78 ns_mac : "00:15:6d:30:29:6b"
79 status : "down"
80
81
Note: See TracBrowser for help on using the repository browser.