source: genesis/nodes/HybridWP/wleiden.yaml@ 11296

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

zijloever naar hybrid

File size: 1.7 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "net45xx"
5comment : "None"
6latitude : "52.17294"
7location : " Openbare Basisschool Woutertje Pieterse, Houtlaan 60, 2334 CL, Leiden"
8longitude : "4.47978"
9masterip : "172.19.168.1"
10nodename : "WP"
11nodetype : "Hybrid"
12rdnap_x : 92927
13rdnap_y : 465365
14release : "9.0-RELEASE"
15service_accesspoint: True
16service_incoming_rdr: False
17service_proxy_ileiden: False
18service_proxy_normal: False
19status : "up"
20
21
22iface_sis0:
23 comment : "Ethernet naar proxy5"
24 ip : "172.19.168.65/30"
25 sdesc : "2proxy5"
26 type : "eth"
27 dhcp : False
28 status : "up"
29
30
31iface_sis1:
32 comment : "A-link zuid - psycho"
33 ip : "172.16.16.124/29"
34 sdesc : "2psycho"
35 mode : "station-wds"
36 type : "eth"
37 extra_type : "eth2wifibridge"
38 channel : "116"
39 ssid : "il-n.psycho.wleiden.net"
40 dhcp : False
41 compass : "z"
42 ns_ip : "172.16.16.123/29"
43 ns_mac : "00:15:6d:70:54:6d"
44 bridge_type: "NanoStation5"
45 status : "up"
46
47
48iface_wi0:
49 comment : "Omni voor de buurt"
50 ip : "172.19.168.1/24"
51 sdesc : "ap"
52 mode : "ap"
53 type : "11b"
54 channel : "5"
55 ssid : "ap-WirelessLeiden-WoutertjeP"
56 dhcp : "10-250"
57 status : "up"
58
59
60iface_wi1:
61 comment : "Link naar AZC"
62 ip : "172.16.2.10/29"
63 sdesc : "2azc"
64 mode : "ap"
65 type : "11b"
66 channel : "11"
67 ssid : "il-no.azc.wleiden.net"
68 dhcp : False
69 compass : "ne"
70 status : "down"
71
72
73iface_wi1_alias0:
74 comment : "Link naar AZC"
75 ip : "172.16.2.114/30"
76 sdesc : "2azcsub30"
77 mode : "ap"
78 type : "11b"
79 dhcp : False
80 status : "up"
81
82
Note: See TracBrowser for help on using the repository browser.