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

Last change on this file since 12447 was 12297, checked in by huub, 12 years ago

oeps foutje _alias0 vergeten

File size: 1.7 KB
RevLine 
[12277]1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5gateway : "192.168.178.1"
6comment : "None"
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
24iface_vr0:
25 comment : "Uplink"
26 ip : "192.168.178.25/24"
27 sdesc : "uplink"
28 type : "eth"
29 dhcp : False
30 status : "up"
31
[12297]32iface_vr0_alias0:
[12295]33 comment : "Ethernet naar Robijn via switch"
[12296]34 ip : "172.16.3.2/29"
35 sdesc : "2robijn"
[12295]36 type : "eth"
37 dhcp : False
38 status : "up"
39
[12277]40iface_vr1:
[12295]41 comment : "AP-noord, kabel 1"
[12277]42 ip : "172.17.98.1/24"
[12278]43 sdesc : "2apnoord"
[12290]44 mode : "ap"
[12277]45 type : "eth"
46 extra_type : "eth2wifibridge"
[12278]47 channel : "1"
48 ssid : "ap-WirelessLeiden-RobijnN"
[12277]49 dhcp : 10-240
50 compass : "nw"
[12289]51 ns_ip : "172.17.98.2"
[12278]52 ns_mac : "DC:9F:DB:36:1D:B7"
[12277]53 bridge_type: "NanoStationM2"
54 status : "up"
55
56iface_vr2:
[12295]57 comment : "AP-oost, kabel 2"
[12277]58 ip : "172.17.99.1/24"
[12278]59 sdesc : "2apoost"
[12277]60 mode : "ap"
61 type : "eth"
62 extra_type : "eth2wifibridge"
[12278]63 channel : "6"
64 ssid : "ap-WirelessLeiden-RobijnO"
[12277]65 dhcp : 10-240
66 compass : "zo"
[12289]67 ns_ip : "172.17.99.24"
[12278]68 ns_mac : "DC:9F:DB:36:1D:B5"
[12277]69 bridge_type: "NanoStationM2"
70 status : "up"
71
72
Note: See TracBrowser for help on using the repository browser.