source: genesis/nodes/HybridHuub/wleiden.yaml@ 11712

Last change on this file since 11712 was 11712, checked in by huub, 12 years ago

config wijzigingen bij kaag2, watertorens en kempers

File size: 2.9 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6externalif: "vr0"
7ileiden : True
8latitude : "52.15685"
9location : "Huub, Rapenburg 62, 2311 EZ, Leiden"
10longitude : "4.48626"
11masterip : "172.17.16.1"
12monitoring_group: "wleiden"
13nodename : "Huub"
14nodetype : "Hybrid"
15rdnap_x : "093348"
16rdnap_y : 463569
17release : "9.0-RELEASE"
18remote_access: "huubs.xs4all.nl:1022"
19service_accesspoint: True
20service_concentrator: False
21service_incoming_rdr: False
22service_proxy_ileiden: False
23service_proxy_normal: True
24status : "up"
25
26iface_ath0:
27 comment : "Ap"
28 ip : "172.17.16.1/26"
29 sdesc : "ap"
30 mode : "ap"
31 type : "11b"
32 channel : "7"
33 ssid : "ap-WirelessLeiden-Huub"
34 dhcp : "10-60"
35 status : "up"
36
37
38iface_sis1:
39 comment : "Local ethernet naar extra ap2"
40 ip : "172.17.16.129/26"
41 sdesc : "2ap2"
42 mode : "ap"
43 type : "eth"
44 dhcp : "140-180"
45 ns_ip : "172.17.16.130/26"
46 ns_mac : "00:15:6d:d4:f8:24"
47 bridge_type: "Bullet2"
48 status : "up"
49
50iface_sis2:
51 comment : "Local ethernet naar extra ap3"
52 ip : "172.17.65.1/24"
53 sdesc : "2ap3"
54 mode : "ap"
55 type : "eth"
56 dhcp : "10-250"
57 ns_ip : "172.17.65.2/24"
58 ns_mac : "00:15:6d:d4:f8:24"
59 bridge_type: "Bullet2"
60 status : "up"
61
62iface_ue0:
63 comment : "Link naaar Huub2"
64 ip : "172.16.3.21/30"
65 sdesc : "2huub2"
66 type : "eth"
67 dhcp : False
68 status : "up"
69
70
71iface_vr0:
72 comment : "External Link"
73 ip : "0.0.0.0/24"
74 sdesc : "2external"
75 type : "eth"
76 dhcp : "client"
77 status : "up"
78
79iface_vr1:
80 comment : "Link naar Vosko2"
81 ip : "172.16.4.124/29"
82 sdesc : "2vosko2"
83 mode : "station-wds"
84 type : "eth"
85 extra_type : "eth2wifibridge"
86 channel : "64"
87 ssid : "il-w.vosko2.wleiden.net"
88 dhcp : False
89 compass : "no"
90 ns_ip : "172.16.4.123/29"
91 ns_mac : "00:15:6D:D6:33:35"
92 bridge_type: "NanoStation5Loco"
93 status : "up"
94
95iface_vr2:
96 comment : "Link naar Cetim2"
97 ip : "172.16.4.28/29"
98 sdesc : "2cetim2"
99 mode : "station-wds"
100 type : "eth"
101 extra_type : "eth2wifibridge"
102 channel : "36"
103 ssid : "il-zw.cetim2.wleiden.net"
104 dhcp : False
105 compass : "o"
106 ns_ip : "172.16.4.27/29"
107 ns_mac : "00:15:6D:F2:1F:7F"
108 bridge_type: "NanoStation5Loco"
109 status : "up"
110
111iface_vr3:
112 comment : "Link naar Rabo1"
113 ip : "172.16.4.12/29"
114 sdesc : "2rabo1"
115 mode : "station-wds"
116 type : "eth"
117 extra_type : "eth2wifibridge"
118 channel : "44"
119 ssid : "il-z.rabo.wleiden.net"
120 dhcp : False
121 compass : "n"
122 ns_ip : "172.16.4.11/29"
123 ns_mac : "00:15:6d:bd:89:cb"
124 bridge_type: "NanoStation5"
125 status : "up"
126
127
128
Note: See TracBrowser for help on using the repository browser.