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

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

oeps foutje _alias0 vergeten

File size: 1.7 KB
Line 
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
22status : "up"
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
32iface_vr0_alias0:
33 comment : "Ethernet naar Robijn via switch"
34 ip : "172.16.3.2/29"
35 sdesc : "2robijn"
36 type : "eth"
37 dhcp : False
38 status : "up"
39
40iface_vr1:
41 comment : "AP-noord, kabel 1"
42 ip : "172.17.98.1/24"
43 sdesc : "2apnoord"
44 mode : "ap"
45 type : "eth"
46 extra_type : "eth2wifibridge"
47 channel : "1"
48 ssid : "ap-WirelessLeiden-RobijnN"
49 dhcp : 10-240
50 compass : "nw"
51 ns_ip : "172.17.98.2"
52 ns_mac : "DC:9F:DB:36:1D:B7"
53 bridge_type: "NanoStationM2"
54 status : "up"
55
56iface_vr2:
57 comment : "AP-oost, kabel 2"
58 ip : "172.17.99.1/24"
59 sdesc : "2apoost"
60 mode : "ap"
61 type : "eth"
62 extra_type : "eth2wifibridge"
63 channel : "6"
64 ssid : "ap-WirelessLeiden-RobijnO"
65 dhcp : 10-240
66 compass : "zo"
67 ns_ip : "172.17.99.24"
68 ns_mac : "DC:9F:DB:36:1D:B5"
69 bridge_type: "NanoStationM2"
70 status : "up"
71
72
Note: See TracBrowser for help on using the repository browser.