source: genesis/nodes/Rustdam2/wleiden.yaml@ 14388

Last change on this file since 14388 was 14013, checked in by rick, 7 years ago

Correction i was confused

File size: 1.7 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6gateway : "192.168.178.1"
7latitude : "52.11082"
8location : "Kaasboerderij Rustdam, Zuidbuurtseweg 34, 2381 LG, Zoeterwoude "
9longitude : "4.50254"
10masterip : "172.17.95.1"
11monitoring_group: "wzoeterwoude"
12nodename : "Rustdam2"
13nodetype : "Hybrid"
14rdnap_x : "94400"
15rdnap_y : "458435"
16rdr_host : "217.101.190.34"
17release : "9.0-RELEASE"
18remote_access: "94.210.178.47:1022"
19service_accesspoint: True
20service_concentrator: False
21service_incoming_rdr: True
22service_proxy_ileiden: True
23service_proxy_normal: True
24serviceid : "172.31.254.12"
25status : "up"
26
27
28iface_vr0:
29 comment : "Uplink"
30 ip : "192.168.178.5/24"
31 sdesc : "uplink"
32 type : "eth"
33 dhcp : False
34 status : "up"
35
36
37iface_vr0_alias0:
38 comment : "Webcam - prive"
39 ip : "172.16.9.201/29"
40 sdesc : "uplink"
41 type : "eth"
42 dhcp : False
43 status : "up"
44
45
46iface_vr1:
47 comment : "Link to Rustdam"
48 ip : "172.16.7.100/29"
49 sdesc : "2rustdam"
50 mode : "station-wds"
51 type : "eth"
52 ssid : "il-o.rustdam.wleiden.net"
53 dhcp : False
54 compass : "z"
55 ns_ip : "172.16.7.99/29"
56 ns_mac : "00:00:00:00:00:00"
57 ns_type : "ns5"
58 bridge_type: "NanoStationM5"
59 status : "up"
60
61
62iface_vr2:
63 comment : "Access Point"
64 ip : "172.17.95.1/24"
65 sdesc : "2terras"
66 mode : "ap-wds"
67 type : "eth"
68 ssid : "Wifi Zoeterwoude"
69 dhcp : "10-240"
70 ns_ip : "172.17.95.2/24"
71 ns_mac : "dc:9f:db:3f:21:ba"
72 ns_type : "ns2"
73 bridge_type: "NanoStationLocoM2"
74 status : "up"
75
76
Note: See TracBrowser for help on using the repository browser.