source: genesis/nodes/HybridRobijn2/wleiden.yaml@ 12793

Last change on this file since 12793 was 12768, checked in by huub, 11 years ago

foutje in config Robijn2

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
[12295]22status : "up"
[12277]23
[12474]24
[12277]25iface_vr0:
26 comment : "Uplink"
[12768]27 ip : "192.168.178.25/24"
[12277]28 sdesc : "uplink"
29 type : "eth"
30 dhcp : False
31 status : "up"
32
[12474]33
[12297]34iface_vr0_alias0:
[12295]35 comment : "Ethernet naar Robijn via switch"
[12296]36 ip : "172.16.3.2/29"
37 sdesc : "2robijn"
[12295]38 type : "eth"
39 dhcp : False
40 status : "up"
41
[12474]42
[12277]43iface_vr1:
[12295]44 comment : "AP-noord, kabel 1"
[12277]45 ip : "172.17.98.1/24"
[12278]46 sdesc : "2apnoord"
[12290]47 mode : "ap"
[12277]48 type : "eth"
49 extra_type : "eth2wifibridge"
[12278]50 channel : "1"
51 ssid : "ap-WirelessLeiden-RobijnN"
[12474]52 dhcp : "10-240"
[12277]53 compass : "nw"
[12289]54 ns_ip : "172.17.98.2"
[12474]55 ns_mac : "dc:9f:db:36:1d:b7"
[12277]56 bridge_type: "NanoStationM2"
57 status : "up"
58
[12474]59
[12277]60iface_vr2:
[12295]61 comment : "AP-oost, kabel 2"
[12277]62 ip : "172.17.99.1/24"
[12278]63 sdesc : "2apoost"
[12277]64 mode : "ap"
65 type : "eth"
66 extra_type : "eth2wifibridge"
[12278]67 channel : "6"
68 ssid : "ap-WirelessLeiden-RobijnO"
[12474]69 dhcp : "10-240"
[12277]70 compass : "zo"
[12289]71 ns_ip : "172.17.99.24"
[12474]72 ns_mac : "dc:9f:db:36:1d:b5"
[12277]73 bridge_type: "NanoStationM2"
74 status : "up"
75
76
Note: See TracBrowser for help on using the repository browser.