source: genesis/nodes/HybridTEYStationSSH/wleiden.yaml@ 12572

Last change on this file since 12572 was 12572, checked in by wouter, 11 years ago

Yaml StationSSH aangepast: ssid's.

File size: 1.7 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "net4801"
5comment : "None"
6latitude : "52.21475"
7location : "Sassenheim"
8longitude : "4.51649"
9masterip : "172.17.120.1"
10monitoring_group: "teylingen"
11nodename : "TEYStationSSH"
12nodetype : "Hybrid"
13rdnap_x : 95494
14rdnap_y : 469986
15release : "9.0-RELEASE"
16service_accesspoint: True
17service_concentrator: False
18service_incoming_rdr: False
19service_proxy_ileiden: False
20service_proxy_normal: False
21status : "up"
22
23
24iface_sis0:
25 comment : "Link oost - KWVdeKaag"
26 ip : "172.16.4.20/29"
27 sdesc : "2KWVdeKaag"
28 mode : "station-wds"
29 type : "eth"
30 extra_type : "eth2wifibridge"
31 channel : "52"
32 ssid : "il-w.kwvdekaag.wleiden.net"
33 dhcp : False
34 compass : "zo"
35 ns_ip : "172.16.4.19/29"
36 ns_mac : "00:15:6d:70:54:4b"
37 bridge_type: "NanoStation5"
38 status : "up"
39
40
41iface_sis1:
42 comment : "AP1 voor Station SSH"
43 ip : "172.17.120.1/24"
44 sdesc : "2ap1"
45 mode : "ap"
46 type : "eth"
47 extra_type : "eth2wifibridge"
48 channel : "6"
49 ssid : "ap-Tey-StationSSH-perron"
50 dhcp : "10-250"
51 compass : "n"
52 ns_ip : "172.17.120.2/24"
53 ns_mac : "dc:9f:db:3e:22:66"
54 bridge_type: "NanoStationM2-Loco"
55 status : "up"
56
57
58iface_sis2:
59 comment : "AP2 voor oost"
60 ip : "172.17.38.1/24"
61 sdesc : "2ap2"
62 mode : "ap"
63 type : "eth"
64 extra_type : "eth2wifibridge"
65 channel : "1"
66 ssid : "ap-Tey-StationSSH-oost"
67 dhcp : "10-250"
68 compass : "o"
69 ns_ip : "172.17.38.2/24"
70 ns_mac : "dc:9f:db:3e:26:e4"
71 bridge_type: "NanoStationM2-Loco"
72 status : "up"
73
74
Note: See TracBrowser for help on using the repository browser.