source: genesis/nodes/HybridLucasN/wleiden.yaml@ 11062

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

lokaal internet toegevoegd aan LucasN configuratie plus proxy set

File size: 2.0 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6ileiden : True
7latitude : "52.16189"
8location : "Basisschool Lucas van Leyden, Sint Ursulasteeg 28, 2312 XA, Leiden"
9longitude : "4.48684"
10masterip : "172.17.144.1"
11nodename : "LucasN"
12nodetype : "Hybrid"
13rdnap_x : 93395
14rdnap_y : 464130
15release : "9.0-RELEASE"
16service_accesspoint: True
17service_incoming_rdr: False
18service_proxy_ileiden: False
19service_proxy_normal: True
20status : "up"
21
22
23iface_ath0:
24 comment : "Ap"
25 ip : "172.17.144.1/24"
26 sdesc : "ap"
27 mode : "ap"
28 type : "11b"
29 channel : "5"
30 ssid : "ap-WirelessLeiden-LucasN"
31 dhcp : "10-250"
32 status : "up"
33
34iface_ue0:
35 comment : "Ethernet naar lokaal internet"
36 ip : "0.0.0.0/30"
37 sdesc : "2internet"
38 type : "eth"
39 dhcp : "client"
40 status : "up"
41
42iface_vr0:
43 comment : "A-link naar Rabo1"
44 ip : "172.16.3.25/29"
45 sdesc : "2rabo1"
46 mode : "ap-wds"
47 type : "eth"
48 extra_type : "eth2wifibridge"
49 channel : "60"
50 ssid : "il-n.lucasn.wleiden.net"
51 dhcp : False
52 compass : "n"
53 ns_ip : "172.16.3.26/29"
54 ns_mac : "00:15:6D:70:54:AE"
55 status : "down"
56
57iface_vr1:
58 comment : "A-link naar Stadhuis"
59 ip : "172.16.4.132/29"
60 sdesc : "2stadhuis"
61 mode : "station-wds"
62 type : "eth"
63 extra_type : "eth2wifibridge"
64 channel : "116"
65 ssid : "il-nw.stadhuis.wleiden.net"
66 dhcp : False
67 compass : "zo"
68 ns_ip : "172.16.4.131/29"
69 ns_mac : " 00:15:6D:70:54:53"
70 status : "up"
71
72iface_vr2:
73 comment : "Link naar Webster"
74 ip : "172.16.4.177/29"
75 sdesc : "2webster"
76 mode : "ap-wds"
77 type : "eth"
78 extra_type : "eth2wifibridge"
79 channel : "36"
80 ssid : "il-zw.lucasn.wleiden.net"
81 dhcp : False
82 compass : "zw"
83 ns_ip : "172.16.4.178/29"
84 ns_mac : "00:15:6D:70:54:D2"
85 status : "up"
86
87
Note: See TracBrowser for help on using the repository browser.