source: genesis/nodes/CNodeHuub/wleiden.yaml@ 10074

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

Which bridge type do we configure?

Requested-By: richardvm

File size: 2.6 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4comment : "None"
5ileiden : True
6interfaces: "sis3,sis0,ath0,sis1,sis4,sis2"
7latitude : "4.48626"
8location : "Huub, Rapenburg 62, 2311 EZ, Leiden"
9longitude : "52.15685"
10masterip : "172.17.16.1"
11nodename : "Huub"
12nodetype : "CNode"
13rdnap_x : "093348"
14rdnap_y : 463569
15release : "9.0-RELEASE"
16status : "up"
17
18
19iface_ath0:
20 comment : "Ap"
21 interface : "ath0"
22 ip : "172.17.16.1/26"
23 desc : "AP"
24 sdesc : "ap"
25 mode : "ap-wds"
26 type : "11b"
27 channel : "7"
28 ssid : "ap-wirelessleiden-huub"
29 dhcp : "10-60"
30 compass : "None"
31 status : "up"
32
33
34iface_sis0:
35 comment : "Local ethernet"
36 interface : "sis0"
37 ip : "172.17.16.65/30"
38 desc : "Local Ethernet to proxy"
39 sdesc : "2proxy"
40 type : "eth"
41 dhcp : "no"
42 compass : "None"
43 status : "up"
44
45
46iface_sis1:
47 comment : "link naar Rabo1"
48 interface : "sis1"
49 ip : "172.16.4.12/29"
50 desc : "Ethernet naar interlink noord (Rabo1)"
51 sdesc : "2rabo1"
52 mode : "station-wds"
53 type : "eth"
54 extra_type : "eth2wifibridge"
55 channel : "44"
56 ssid : "il-z.rabo.wleiden.net"
57 dhcp : "no"
58 bridge_type: "NanoStation5"
59 compass : "s"
60 ns_ip : "172.16.4.11/29"
61 ns_mac : "00:15:6d:bd:89:cb"
62 status : "up"
63
64
65iface_sis2:
66 comment : "link naar Cetim2"
67 interface : "sis2"
68 ip : "172.16.4.30/29"
69 desc : "Link naar Cetim2"
70 sdesc : "2cetim2"
71 mode : "station-wds"
72 type : "eth"
73 extra_type : "eth2wifibridge"
74 channel : "36"
75 ssid : "il-zw.cetim2.wleiden.net"
76 dhcp : "no"
77 bridge_type: "NanoStation5"
78 compass : "sw"
79 ns_ip : "172.16.4.29/29"
80 ns_mac : "00:15:6d:ec:81:ef"
81 status : "up"
82
83
84iface_sis3:
85 comment : "link naar Vosko2"
86 interface : "sis3"
87 ip : "172.16.4.124/29"
88 desc : "Link naar Vosko2"
89 sdesc : "2vosko2"
90 mode : "station-wds"
91 type : "eth"
92 extra_type : "eth2wifibridge"
93 channel : "64"
94 ssid : "il-w.vosko2.wleiden.net"
95 dhcp : "no"
96 bridge_type: "NanoStation5"
97 compass : "w"
98 ns_ip : "172.16.4.123/29"
99 ns_mac : "00:15:6d:ec:82:4c"
100 status : "up"
101
102
103iface_sis4:
104 comment : "Local ethernet naar extra ap"
105 interface : "sis4"
106 ip : "172.17.16.129/26"
107 desc : "Local Ethernet to AP2"
108 sdesc : "2ap2"
109 type : "eth"
110 dhcp : "140-180"
111 bridge_type: "Bullet2"
112 compass : "None"
113 ns_ip : "172.17.16.130/26"
114 ns_mac : "00:15:6d:d4:f8:24"
115 status : "up"
116
117
Note: See TracBrowser for help on using the repository browser.