source: genesis/nodes/HybridHofland/wleiden.yaml@ 12981

Last change on this file since 12981 was 12981, checked in by huub, 10 years ago

nieuwe config voor HybridHofland

File size: 1.5 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "net4801"
5comment : "None"
6gateway : "10.128.11.1/24"
7latitude : "52.140733"
8location : "Alan Janssen, Joke Smitlaan 116, 2253 PD, Voorschoten"
9longitude : "4.458316"
10masterip : "172.20.148.1"
11monitoring_group: "wleiden"
12nodename : "Hofland"
13nodetype : "Hybrid"
14rdnap_x : 91413
15rdnap_y : 461800
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_sis0:
26 comment : "Ethernet naar Alans internet"
27 ip : "0.0.0.0/24"
28 sdesc : "2ext"
29 type : "eth"
30 dhcp : client
31 status : "up"
32
33
34iface_sis1:
35 comment : "Link naar AJSoft2"
36 ip : "172.16.6.44/29"
37 sdesc : "2ajsot2"
38 mode : "station-wds"
39 type : "eth"
40 extra_type : "eth2wifibridge"
41 channel : "116"
42 ssid : "il-zw.ajsoft2.wleiden.net"
43 dhcp : False
44 compass : "no"
45 ns_ip : "172.16.6.43/29"
46 ns_mac : "00:15:6d:70:53:4a"
47 bridge_type: "NanoStation5"
48 status : "up"
49
50
51iface_sis2:
52 comment : "Omni ap"
53 ip : "172.20.148.1/24"
54 sdesc : "2buurt"
55 mode : "ap"
56 type : "eth"
57 extra_type : "eth2wifibridge"
58 channel : "1"
59 ssid : "ap-WirelessLeiden-Hofland"
60 dhcp : "10-250"
61 ns_ip : "172.20.148.2"
62 ns_mac : ""
63 bridge_type: "NanoStation5"
64 status : "up"
65
66
Note: See TracBrowser for help on using the repository browser.