source: genesis/nodes/HybridRoomburgh1/wleiden.yaml@ 11289

Last change on this file since 11289 was 11289, checked in by huub, 13 years ago

aangepaste config roomburgh1

File size: 2.1 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6latitude : "52.15095"
7location : "R.K. Zorgcentrum Roomburgh - noord, Hof van Roomburgh 46, 2314 ZC, Leiden"
8longitude : "4.51315"
9masterip : "172.18.48.1"
10nodename : "Roomburgh1"
11nodetype : "Hybrid"
12rdnap_x : 95180
13rdnap_y : 462890
14release : "9.0-RELEASE"
15service_accesspoint: True
16service_incoming_rdr: False
17service_proxy_ileiden: False
18service_proxy_normal: False
19status : "up"
20
21
22iface_ath0:
23 comment : "AP voor de Noordzijde"
24 ip : "172.18.48.1/24"
25 sdesc : "ap"
26 mode : "ap"
27 type : "11b"
28 channel : "8"
29 ssid : "ap-WirelessLeiden-Roomburgh1"
30 dhcp : "10-250"
31 status : "up"
32
33
34iface_ue0:
35 comment : "Link naar Rosmolen"
36 ip : "172.16.3.41/29"
37 sdesc : "2rosmolen"
38 mode : "ap-wds"
39 type : "eth"
40 extra_type : "eth2wifibridge"
41 channel : "124"
42 ssid : "il-nnw.roomburgh1.wleiden.net"
43 dhcp : False
44 compass : "n"
45 ns_ip : "172.16.3.42/29"
46 ns_mac : "00:15:6d:ea:f0:62"
47 bridge_type: "NanoStation5"
48 status : "up"
49
50
51iface_vr0:
52 comment : "Lokaal subnet"
53 ip : "172.18.49.71/28"
54 sdesc : "localsubnet"
55 type : "eth"
56 dhcp : False
57 status : "up"
58
59
60iface_vr1:
61 comment : "Link naar Cetim1"
62 ip : "172.16.16.84/29"
63 sdesc : "2cetim1"
64 mode : "station-wds"
65 type : "eth"
66 extra_type : "eth2wifibridge"
67 channel : "132"
68 ssid : "il-zo.cetim1.wleiden.net"
69 dhcp : False
70 compass : "nw"
71 ns_ip : "172.16.16.83/29"
72 ns_mac : "00:15:6d:ea:ef:87"
73 bridge_type: "NanoStation5"
74 status : "up"
75
76
77iface_vr2:
78 comment : "Link naar Lorentzhof"
79 ip : "172.16.5.193/29"
80 sdesc : "2lorentzhof"
81 mode : "ap-wds"
82 type : "eth"
83 extra_type : "eth2wifibridge"
84 channel : "100"
85 ssid : "il-wzw.roomburgh1.wleiden.net"
86 dhcp : False
87 compass : "wsw"
88 ns_ip : "172.16.5.194/29"
89 ns_mac : "00:15:6d:ea:f0:38"
90 bridge_type: "NanoStation5"
91 status : "down"
92
93
94
95
96
97
Note: See TracBrowser for help on using the repository browser.