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

Last change on this file since 14279 was 13844, checked in by rick, 8 years ago

gformat.py cleanup - cosmetic changes to sync all config files

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
23serviceid : "172.31.254.2"
24status : "planned"
25wl_release: 10805
26
27
28iface_vr0:
29 comment : "Link naar Router"
30 ip : "192.168.1.50/24"
31 sdesc : "uplink"
32 type : "eth"
33 dhcp : "client"
34 status : "up"
35
36
37iface_vr1:
38 comment : "Interlink naar Stadhuis"
39 ip : "172.16.4.108/29"
40 sdesc : "2stadhuis"
41 mode : "station-wds"
42 type : "eth"
43 channel : "116"
44 ssid : "il-nw.stadhuis.wleiden.net"
45 dhcp : False
46 compass : "zo"
47 ns_ip : "172.16.4.107/29"
48 ns_mac : "04:18:d6:ca:fd:d6"
49 bridge_type: "NanoM5"
50 status : "up"
51
52
Note: See TracBrowser for help on using the repository browser.