source: genesis/nodes/Cope/wleiden.yaml@ 13800

Last change on this file since 13800 was 13800, checked in by huub, 8 years ago

interlink cope huygensz in de config gezet; tijdelijk interlink

File size: 2.5 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6externalif: "ue0"
7latitude : "52.15972"
8location : "Cope, Rapenburg 8, 2311 EV, Leiden"
9longitude : "4.48521"
10masterip : "172.17.8.1"
11monitoring_group: "wleiden"
12nodename : "Cope"
13nodetype : "Hybrid"
14rdnap_x : 93280
15rdnap_y : 463889
16release : "9.0-RELEASE"
17service_accesspoint: True
18service_concentrator: False
19service_incoming_rdr: False
20service_proxy_ileiden: False
21service_proxy_normal: False
22status : "up"
23
24
25iface_ath0:
26 comment : "AP voor de buurt"
27 ip : "172.17.8.1/24"
28 sdesc : "ap"
29 mode : "ap"
30 type : "11g"
31 channel : 6
32 ssid : "WiFi Leiden"
33 wlan_mac : "00:1b:b1:05:02:ec"
34 dhcp : "10-250"
35 status : "up"
36
37
38iface_vr0:
39 comment : "A-link naar Stadhuis via NS5"
40 ip : "172.16.3.180/29"
41 sdesc : "2stadhuis"
42 mode : "station-wds"
43 type : "eth"
44 extra_type : "eth2wifibridge"
45 channel : "116"
46 ssid : "il-nw.stadhuis.wleiden.net"
47 dhcp : False
48 compass : "zo"
49 ns_ip : "172.16.3.179/29"
50 ns_mac : "00:15:6d:ea:f0:4c"
51 bridge_type: "NanoStation5"
52 status : "up"
53
54
55iface_vr1:
56 comment : "Ethernet to interlink HuygensZ (nog niet in gebruik)"
57 ip : "172.16.3.188/29"
58 sdesc : "2huygensz"
59 mode : "station-wds"
60 type : "eth"
61 extra_type : "eth2wifibridge"
62 channel : "128"
63 ssid : "il-116.huygensz.wleiden.net"
64 dhcp : False
65 compass : "nw"
66 ns_ip : "172.16.3.187/29"
67 ns_mac : "00:15:6d:ea:f0:1d"
68 bridge_type: "NanoStation5"
69 status : "up"
70
71iface_vr1_alias0:
72 comment : "Tijdelijke interlink HuygensZ"
73 ip : "172.16.7.156/29"
74 sdesc : "temp2huygensz"
75 mode : "station-wds"
76 type : "eth"
77 extra_type : "eth2wifibridge"
78 channel : "128"
79 ssid : "il-202.huygensz.wleiden.net"
80 dhcp : False
81 compass : "nw"
82 ns_ip : "172.16.7.155/29"
83 ns_mac : "00:15:6d:ea:f0:1d"
84 bridge_type: "NanoStation5"
85 status : "up"
86
87
88iface_vr2:
89 comment : "A-link naar VisitorCentre2"
90 ip : "172.16.7.60/29"
91 sdesc : "2visitorc2"
92 mode : "station-wds"
93 type : "eth"
94 extra_type : "eth2wifibridge"
95 channel : "44"
96 ssid : "il-z.visitorcentre2.wleiden.net"
97 dhcp : False
98 compass : "n"
99 ns_ip : "172.16.7.59/29"
100 ns_mac : "00:15:6d:ea:f0:0f"
101 bridge_type: "NanoStation5"
102 status : "up"
103
104
Note: See TracBrowser for help on using the repository browser.