source: genesis/nodes/HybridEd/wleiden.yaml@ 12741

Last change on this file since 12741 was 12741, checked in by ed, 11 years ago

First setup for basic configuration for the node

File size: 1.7 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "net4801"
5comment : "None"
6externalif: "sis0"
7latitude : "51.46017"
8location : "Ed, Wittezeestraat 43, 4388 GE, Oost-Souburg"
9longitude : "3.59545"
10masterip : "172.17.76.1"
11monitoring_group: "wleiden"
12nodename : "Ed"
13nodetype : "Hybrid"
14rdnap_x : 30486
15rdnap_y : 387207
16release : "9.0-RELEASE"
17service_accesspoint: True
18service_concentrator: False
19service_incoming_rdr: False
20service_proxy_ileiden: False
21service_proxy_normal: False
22status : "planned"
23
24
25iface_ath0:
26 comment : "Accesspoint voor de buurt"
27 ip : "172.17.76.1/24"
28 sdesc : "ap"
29 mode : "ap"
30 type : "11g"
31 channel : 6
32 ssid : "ap-VLI-Ed"
33 dhcp : "10-60"
34 status : "up"
35
36
37iface_sis0:
38 comment : "External Link"
39 ip : "10.20.30.220/24"
40 sdesc : "2external"
41 type : "eth"
42 dhcp : False
43 status : "up"
44
45
46iface_sis1:
47 comment : "Link naar het Zuiden"
48 ip : "172.17.0.49/29"
49 sdesc : "2zuiden"
50 mode : "station-wds"
51 type : "eth"
52 extra_type : "eth2wifibridge"
53 channel : "36"
54 ssid : "il-z.vlied.wleiden.net"
55 dhcp : False
56 compass : "z"
57 ns_ip : "172.17.0.50/29"
58 ns_mac : "00:27:22:10:f5:a4"
59 bridge_type: "NanoStation M5"
60 status : "up"
61
62
63iface_sis2:
64 comment : "Link naar het Noord"
65 ip : "172.17.0.57/29"
66 sdesc : "2noorden"
67 mode : "station-wds"
68 type : "eth"
69 extra_type : "eth2wifibridge"
70 channel : "100"
71 ssid : "il-z.vlied.wleiden.net"
72 dhcp : False
73 compass : "n"
74 ns_ip : "172.17.0.59/29"
75 ns_mac : "00:27:22:10:f6:34"
76 bridge_type: "NanoStation M5"
77 status : "up"
78
Note: See TracBrowser for help on using the repository browser.