source: genesis/nodes/CeTIM1/wleiden.yaml@ 14237

Last change on this file since 14237 was 14237, checked in by huub, 6 years ago

softwareconfig update naar 11.2

File size: 2.1 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6latitude : "52.15797"
7location : "Hooglandse Kerk, Middelweg 2, 2312 KG, Leiden"
8longitude : "4.49423"
9masterip : "172.17.136.1"
10monitoring_group: "wleiden"
11nodename : "CeTIM1"
12nodetype : "Hybrid"
13rdnap_x : 93895
14rdnap_y : 463687
15release : "11.2-RELEASE"
16service_accesspoint: True
17service_concentrator: False
18service_incoming_rdr: False
19service_proxy_ileiden: False
20service_proxy_normal: False
21status : "up"
22
23
24iface_ath0:
25 comment : "AP CeTIM richting N en O"
26 ip : "172.17.136.1/24"
27 sdesc : "ap-no"
28 mode : "ap"
29 type : "11g"
30 channel : 6
31 ssid : "WiFi-Leiden"
32 wlan_mac : "00:1b:b1:02:bf:02"
33 dhcp : "10-250"
34 status : "up"
35
36
37iface_ue0:
38 comment : "Link naar Stadhuis"
39 ip : "172.16.4.172/29"
40 sdesc : "2stadhuis"
41 mode : "station-wds"
42 type : "eth"
43 extra_type : "eth2wifibridge"
44 channel : "44"
45 ssid : "il-o.stadhuis.wleiden.net"
46 dhcp : False
47 compass : "w"
48 ns_ip : "172.16.4.171/29"
49 ns_mac : "00:15:6d:f2:38:9a"
50 bridge_type: "NanoStation5"
51 status : "up"
52
53
54iface_vr0:
55 comment : "External Link"
56 ip : "10.0.1.12/24"
57 sdesc : "2external"
58 type : "eth"
59 dhcp : False
60 status : "down"
61
62
63iface_vr0_alias0:
64 comment : "Ethernet naar CeTIM3"
65 ip : "172.17.0.21/30"
66 sdesc : "2cetim3"
67 type : "eth"
68 dhcp : False
69 status : "down"
70
71
72iface_vr1:
73 comment : "Ethernet naar CeTIM2"
74 ip : "172.16.0.33/30"
75 sdesc : "2cetim2"
76 type : "eth"
77 dhcp : False
78 status : "up"
79
80
81iface_vr2:
82 comment : "A-link Nanostation5 Noord-Oost"
83 ip : "172.16.17.145/29"
84 sdesc : "houtmarkt"
85 mode : "ap-wds"
86 type : "eth"
87 extra_type : "eth2wifibridge"
88 channel : "120"
89 ssid : "il-no.cetim1.wleiden.net"
90 dhcp : False
91 compass : "no"
92 ns_ip : "172.16.17.146/29"
93 ns_mac : "00:15:6d:f6:be:e4"
94 bridge_type: "NanoStation5"
95 status : "up"
96
97
Note: See TracBrowser for help on using the repository browser.