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

Last change on this file since 12436 was 12436, checked in by huub, 11 years ago

config kwvdekaag aangepast

File size: 2.6 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6externalif: "vr0"
7latitude : "52.15685"
8location : "Huub, Rapenburg 62, 2311 EZ, Leiden"
9longitude : "4.48626"
10masterip : "172.17.16.1"
11monitoring_group: "wleiden"
12nodename : "Huub"
13nodetype : "Hybrid"
14rdnap_x : "093348"
15rdnap_y : 463569
16release : "9.0-RELEASE"
17remote_access: "huubs.xs4all.nl:1022"
18service_accesspoint: True
19service_concentrator: False
20service_incoming_rdr: False
21service_proxy_ileiden: False
22service_proxy_normal: False
23status : "up"
24
25
26iface_ath0:
27 comment : "Ap"
28 ip : "172.17.16.1/26"
29 sdesc : "ap"
30 mode : "ap"
31 type : "11g"
32 channel : 6
33 ssid : "ap-WirelessLeiden-Huub"
34 dhcp : "10-60"
35 status : "up"
36
37
38iface_sis0:
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
50
51iface_sis1:
52 comment : "Local ethernet naar extra ap3"
53 ip : "172.17.65.1/24"
54 sdesc : "2ap3"
55 mode : "ap"
56 type : "eth"
57 dhcp : "10-250"
58 ns_ip : "172.17.65.2/24"
59 ns_mac : "00:15:6d:e8:f9:c0"
60 bridge_type: "Bullet2"
61 status : "up"
62
63
64iface_vr0:
65 comment : "External Link"
66 ip : "192.168.3.32"
67 sdesc : "2external"
68 type : "eth"
69 dhcp : False
70 status : "up"
71
72
73iface_vr1:
74 comment : "Link naar Vosko2"
75 ip : "172.16.4.124/29"
76 sdesc : "2vosko2"
77 mode : "station-wds"
78 type : "eth"
79 extra_type : "eth2wifibridge"
80 channel : "64"
81 ssid : "il-w.vosko2.wleiden.net"
82 dhcp : False
83 compass : "no"
84 ns_ip : "172.16.4.123/29"
85 ns_mac : "00:15:6d:d6:33:35"
86 bridge_type: "NanoStation5"
87 status : "up"
88
89
90iface_vr2:
91 comment : "Link naar Cetim2"
92 ip : "172.16.4.28/29"
93 sdesc : "2cetim2"
94 mode : "station-wds"
95 type : "eth"
96 extra_type : "eth2wifibridge"
97 channel : "36"
98 ssid : "il-zw.cetim2.wleiden.net"
99 dhcp : False
100 compass : "o"
101 ns_ip : "172.16.4.27/29"
102 ns_mac : "00:15:6d:f2:1f:7f"
103 bridge_type: "NanoStation5"
104 status : "up"
105
106
107iface_vr3:
108 comment : "External Link"
109 ip : "172.16.3.85/30"
110 sdesc : "2external"
111 type : "eth"
112 dhcp : False
113 status : "down"
114
115
116iface_vr3_alias0:
117 comment : "Link naar sunnysidekick"
118 ip : "172.16.3.21/30"
119 sdesc : "2sunnysidekick"
120 type : "eth"
121 dhcp : False
122 status : "up"
123
124
Note: See TracBrowser for help on using the repository browser.