source: genesis/nodes/CNodeWP/wleiden.yaml@ 10156

Last change on this file since 10156 was 10156, checked in by rick, 13 years ago

WL has an SSID naming scheme, so make sure to check and correct on it.

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