source: genesis/nodes/DimIns/wleiden.yaml@ 13664

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

config voor DimIns gateway met link naar Stadhuis

File size: 1.1 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6gateway : "192.168.1.1"
7ileiden : False
8latitude : "52.1592"
9location : "Breestraat 59 2311 CJ Leiden"
10longitude : "4.4886"
11masterip : "172.17.102.1"
12monitoring_group: "wleiden"
13nodename : "DimIns"
14nodetype : "Hybrid"
15rdnap_x : "93511"
16rdnap_y : "463829"
17release : "9.0-RELEASE"
18service_accesspoint: False
19service_concentrator: False
20service_incoming_rdr: False
21service_proxy_ileiden: True
22service_proxy_normal: False
23status : "planned"
24wl_release: 10805
25
26
27iface_vr0:
28 comment : "Link naar Router"
29 ip : "192.168.1.50/24"
30 sdesc : "uplink"
31 type : "eth"
32 dhcp : "client"
33 status : "up"
34
35
36iface_vr1:
37 comment : "Interlink naar Stadhuis"
38 ip : "172.16.4.108/29"
39 sdesc : "2stadhuis"
40 mode : "station-wds"
41 type : "eth"
42 channel : "116"
43 ssid : "il-nw.stadhuis.wleiden.net"
44 dhcp : False
45 compass : "zo"
46 ns_ip : "172.16.4.107/29"
47 ns_mac : "04:18:d6:ca:fd:d6"
48 bridge_type: "NanoM5"
49 status : "up"
50
51
Note: See TracBrowser for help on using the repository browser.