source: genesis/nodes/Robijn2/wleiden.yaml@ 13854

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

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

File size: 1.7 KB
RevLine 
[12277]1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
[12474]5comment : "None"
[12277]6gateway : "192.168.178.1"
7latitude : "52.15457"
8location : "Zorgcentrum Robijnhof Recreatiezaal, Robijnhof 1, 2332 KJ, Leiden"
9longitude : "4.46265"
10masterip : "172.17.97.1"
11monitoring_group: "wleiden"
12nodename : "Robijn2"
13nodetype : "Hybrid"
14rdnap_x : 91729
15rdnap_y : 463336
16release : "9.0-RELEASE"
17service_accesspoint: True
18service_concentrator: False
19service_incoming_rdr: False
20service_proxy_ileiden: True
21service_proxy_normal: True
[13844]22serviceid : "172.31.254.10"
[12295]23status : "up"
[12277]24
[12474]25
[12277]26iface_vr0:
27 comment : "Uplink"
[12863]28 ip : "192.168.178.6/24"
[12277]29 sdesc : "uplink"
30 type : "eth"
31 dhcp : False
32 status : "up"
33
[12474]34
[12297]35iface_vr0_alias0:
[12295]36 comment : "Ethernet naar Robijn via switch"
[12296]37 ip : "172.16.3.2/29"
38 sdesc : "2robijn"
[12295]39 type : "eth"
40 dhcp : False
41 status : "up"
42
[12474]43
[12277]44iface_vr1:
[12295]45 comment : "AP-noord, kabel 1"
[12277]46 ip : "172.17.98.1/24"
[12278]47 sdesc : "2apnoord"
[12290]48 mode : "ap"
[12277]49 type : "eth"
50 extra_type : "eth2wifibridge"
[12278]51 channel : "1"
52 ssid : "ap-WirelessLeiden-RobijnN"
[12474]53 dhcp : "10-240"
[12277]54 compass : "nw"
[12289]55 ns_ip : "172.17.98.2"
[12474]56 ns_mac : "dc:9f:db:36:1d:b7"
[12277]57 bridge_type: "NanoStationM2"
58 status : "up"
59
[12474]60
[12277]61iface_vr2:
[12295]62 comment : "AP-oost, kabel 2"
[12277]63 ip : "172.17.99.1/24"
[12278]64 sdesc : "2apoost"
[12277]65 mode : "ap"
66 type : "eth"
67 extra_type : "eth2wifibridge"
[12278]68 channel : "6"
69 ssid : "ap-WirelessLeiden-RobijnO"
[12474]70 dhcp : "10-240"
[12277]71 compass : "zo"
[12871]72 ns_ip : "172.17.99.2"
[12474]73 ns_mac : "dc:9f:db:36:1d:b5"
[12277]74 bridge_type: "NanoStationM2"
75 status : "up"
76
77
Note: See TracBrowser for help on using the repository browser.