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

Last change on this file since 12863 was 12863, checked in by rick, 11 years ago

Avoid issues with buildin standaard DHCP server, secondly use vanilla modem
config to be able to use Ziggo Support properly.

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