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

Last change on this file since 13613 was 13529, checked in by huub, 9 years ago

config cope overtollige ue0 interface verwijderd en ssid zonder streepje

File size: 2.0 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 UniGor1"
57 ip : "172.16.3.188/29"
58 sdesc : "2unigor1"
59 mode : "station-wds"
60 type : "eth"
61 extra_type : "eth2wifibridge"
62 channel : "128"
63 ssid : "il-zo.unigor.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
71
72iface_vr2:
73 comment : "A-link naar VisitorCentre2"
74 ip : "172.16.7.60/29"
75 sdesc : "2visitorc2"
76 mode : "station-wds"
77 type : "eth"
78 extra_type : "eth2wifibridge"
79 channel : "44"
80 ssid : "il-z.visitorcentre2.wleiden.net"
81 dhcp : False
82 compass : "n"
83 ns_ip : "172.16.7.59/29"
84 ns_mac : "00:15:6d:ea:f0:0f"
85 bridge_type: "NanoStation5"
86 status : "up"
87
88
Note: See TracBrowser for help on using the repository browser.