source: genesis/nodes/CNodeCeTIM1/wleiden.yaml@ 10100

Last change on this file since 10100 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: "ue0,ath0,vr2,vr0,vr1"
7latitude : "4.49423"
8location : "Hooglandse Kerk, Middelweg 2, 2312 KG, Leiden"
9longitude : "52.15797"
10masterip : "172.17.136.1"
11nodename : "CeTIM1"
12nodetype : "CNode"
13rdnap_x : 93895
14rdnap_y : 463687
15release : "8.2-RELEASE"
16status : "up"
17
18
19iface_ath0:
20 comment : "ap 2x N+O"
21 interface : "ath0"
22 ip : "172.17.136.1/26"
23 desc : "AP CeTIM richting N en O"
24 sdesc : "ap-no"
25 mode : "ap-wds"
26 type : "11b"
27 channel : "3"
28 ssid : "ap-wirelessleiden-cetim1"
29 dhcp : "10-60"
30 compass : "None"
31 status : "up"
32
33
34iface_ue0:
35 comment : "a-link Nanostation5 Zuid-Oost"
36 interface : "ue0"
37 ip : "172.16.16.81/29"
38 desc : "interlink 2roomburgh1"
39 sdesc : "2roomburgh1"
40 mode : "station-wds"
41 type : "eth"
42 extra_type : "eth2wifibridge"
43 channel : "132"
44 ssid : "il-zo.cetim1.wleiden.net"
45 dhcp : "no"
46 bridge_type: "NanoStation5"
47 compass : "se"
48 ns_ip : "172.16.16.82/29"
49 ns_mac : "00:15:6d:f6:be:66"
50 status : "up"
51
52
53iface_vr0:
54 comment : "Ethernet naar proxy2"
55 interface : "vr0"
56 ip : "172.17.143.2/28"
57 desc : "Ethernet naar proxy2"
58 sdesc : "2proxy2"
59 type : "eth"
60 dhcp : "no"
61 compass : "None"
62 status : "up"
63
64
65iface_vr1:
66 comment : "Ethernet naar CeTIM2"
67 interface : "vr1"
68 ip : "172.16.0.33/30"
69 desc : "Ethernet naar cetim2"
70 sdesc : "2cetim2"
71 type : "eth"
72 dhcp : "no"
73 compass : "None"
74 status : "up"
75
76
77iface_vr2:
78 comment : "a-link Nanostation5 Noord-Oost"
79 interface : "vr2"
80 ip : "172.16.17.145/29"
81 desc : "Link naar Houtmarkt"
82 sdesc : "houtmarkt"
83 mode : "station-wds"
84 type : "eth"
85 extra_type : "eth2wifibridge"
86 channel : "120"
87 ssid : "il-no.cetim1.wleiden.net"
88 dhcp : "no"
89 bridge_type: "NanoStation5"
90 compass : "ne"
91 ns_ip : "172.16.17.146"
92 ns_mac : "00:15:6d:f6:be:e4"
93 status : "up"
94
95
96iface_vr2_alias0:
97 interface : "vr2:0"
98 ip : "172.16.16.97/29"
99 desc : "Tijdelijke Link naar Watertoren"
100 sdesc : "2watertoren"
101 type : "eth"
102 extra_type : "eth2wifibridge"
103 dhcp : "False"
104 compass : "None"
105 status : "up"
106
107
108iface_vr2_alias1:
109 interface : "vr2:1"
110 ip : "172.16.4.17/29"
111 desc : "(w)interlink naar Spoortje"
112 sdesc : "2spoortje"
113 type : "eth"
114 extra_type : "eth2wifibridge"
115 dhcp : "False"
116 compass : "None"
117 status : "up"
118
119
Note: See TracBrowser for help on using the repository browser.