source: genesis/nodes/HybridRustdam/wleiden.yaml@ 12253

Last change on this file since 12253 was 12253, checked in by rick, 12 years ago

Interface bestaat niet

File size: 2.0 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.11082"
8location : "Kaasboerderij Rustdam, Zuidbuurtseweg 34, 2381 LG, Zoeterwoude "
9longitude : "4.50254"
10masterip : "172.17.50.1"
11monitoring_group: "wzoeterwoude"
12nodename : "Rustdam"
13nodetype : "Hybrid"
14rdnap_x : "94400"
15rdnap_y : "458435"
16release : "9.0-RELEASE"
17remote_access: "83.85.202.106:1022"
18service_accesspoint: True
19service_concentrator: False
20service_incoming_rdr: False
21service_proxy_ileiden: True
22service_proxy_normal: True
23status : "up"
24
25iface_ue0:
26 comment : "Link to ZuidbuurseKerk"
27 ip : "172.16.6.4/29"
28 sdesc : "2kerk"
29 type : "eth"
30 mode : "station-wds"
31 dhcp : False
32 ns_ip : "172.16.6.3/29"
33 ns_mac : "00:00:00:00:00:00"
34 ns_type : "ns2"
35 bridge_type: "NanoStation2"
36 status : "up"
37
38
39iface_vr0:
40 comment : "Link to house"
41 ip : "172.16.7.100/29"
42 sdesc : "2house"
43 type : "eth"
44 mode : "station-wds"
45 dhcp : False
46 ns_ip : "172.16.7.99/29"
47 ns_mac : "00:00:00:00:00:00"
48 ns_type : "ns2"
49 bridge_type: "NanoStation2"
50 status : "up"
51
52iface_vr0_alias0:
53 comment : "Uplink"
54 ip : "192.168.178.10/24"
55 sdesc : "uplink"
56 type : "eth"
57 dhcp : False
58 status : "up"
59
60iface_vr1:
61 comment : "Access Point"
62 ip : "172.17.51.1/24"
63 sdesc : "2veld"
64 mode : "ap-wds"
65 type : "eth"
66 ssid : "ap-ZTW-Rustdam-BosVeld"
67 dhcp : "10-240"
68 ns_ip : "172.17.51.2/24"
69 ns_mac : "00:00:00:00:00:00"
70 ns_type : "ns2"
71 bridge_type: "NanoStation2"
72 status : "up"
73
74
75iface_vr2:
76 comment : "Access Point"
77 ip : "172.17.52.1/24"
78 sdesc : "2veld"
79 mode : "ap-wds"
80 type : "eth"
81 ssid : "ap-ZTW-Rustdam-WeideVeld"
82 dhcp : "10-240"
83 ns_ip : "172.17.52.2/24"
84 ns_mac : "00:00:00:00:00:00"
85 ns_type : "ns2"
86 bridge_type: "NanoStation2"
87 status : "up"
88
89
Note: See TracBrowser for help on using the repository browser.