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

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

aanpassing config Hofland

File size: 1.4 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "net4801"
5comment : "None"
6latitude : "52.140733"
7location : " , Joke Smitlaan 116, 2253 PD, Voorschoten"
8longitude : "4.458316"
9masterip : "172.20.148.1"
10monitoring_group: "wleiden"
11nodename : "Hofland"
12nodetype : "Hybrid"
13rdnap_x : 91413
14rdnap_y : 461800
15release : "9.0-RELEASE"
16service_accesspoint: True
17service_concentrator: False
18service_incoming_rdr: False
19service_proxy_ileiden: False
20service_proxy_normal: False
21status : "up"
22
23
24iface_sis0:
25 comment : "Ethernet naar Alans internet"
26 ip : "0.0.0.0/24"
27 sdesc : "2local"
28 type : "eth"
29 dhcp : client
30 status : "up"
31
32
33iface_sis1:
34 comment : "Link naar AJSoft2"
35 ip : "172.16.6.44/29"
36 sdesc : "2ajsot2"
37 mode : "station-wds"
38 type : "eth"
39 extra_type : "eth2wifibridge"
40 channel : "116"
41 ssid : "il-zw.ajsoft2.wleiden.net"
42 dhcp : False
43 compass : "no"
44 ns_ip : "172.16.6.43/29"
45 ns_mac : "00:15:6d:70:53:4a"
46 bridge_type: "NanoStation5"
47 status : "up"
48
49
50iface_sis2:
51 comment : "Omni ap"
52 ip : "172.20.148.1/24"
53 sdesc : "2buurt"
54 mode : "ap"
55 type : "eth"
56 extra_type : "eth2wifibridge"
57 channel : "1"
58 ssid : "ap-WirelessLeiden-Hofland"
59 dhcp : "10-250"
60 ns_ip : "172.20.148.2"
61 ns_mac : "dc:9f:db:3e:27:a1"
62 bridge_type: "BulletM2"
63 status : "up"
64
65
Note: See TracBrowser for help on using the repository browser.