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

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

external interface hybridhuub naar dhcp client

File size: 2.4 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
37iface_sis1:
38 comment : "Local ethernet naar extra ap"
39 ip : "172.17.16.129/26"
40 sdesc : "2ap2"
41 mode : "ap"
42 type : "eth"
43 dhcp : "140-180"
44 ns_ip : "172.17.16.130/26"
45 ns_mac : "00:15:6d:d4:f8:24"
46 bridge_type: "Bullet2"
47 status : "up"
48
49iface_vr0:
50 comment : "External Link"
51 ip : "0.0.0.0/24"
52 sdesc : "2external"
53 type : "eth"
54 dhcp : "client"
55 status : "up"
56
57iface_vr1:
58 comment : "Link naar Vosko2"
59 ip : "172.16.4.124/29"
60 sdesc : "2vosko2"
61 mode : "station-wds"
62 type : "eth"
63 extra_type : "eth2wifibridge"
64 channel : "64"
65 ssid : "il-w.vosko2.wleiden.net"
66 dhcp : False
67 compass : "no"
68 ns_ip : "172.16.4.123/29"
69 ns_mac : "00:15:6d:ec:82:4c"
70 bridge_type: "NanoStation5"
71 status : "up"
72
73iface_vr2:
74 comment : "Link naar Cetim2"
75 ip : "172.16.4.30/29"
76 sdesc : "2cetim2"
77 mode : "station-wds"
78 type : "eth"
79 extra_type : "eth2wifibridge"
80 channel : "36"
81 ssid : "il-zw.cetim2.wleiden.net"
82 dhcp : False
83 compass : "o"
84 ns_ip : "172.16.4.29/29"
85 ns_mac : "00:15:6d:ec:81:ef"
86 bridge_type: "NanoStation5"
87 status : "up"
88
89iface_vr3:
90 comment : "Link naar Rabo1"
91 ip : "172.16.4.12/29"
92 sdesc : "2rabo1"
93 mode : "station-wds"
94 type : "eth"
95 extra_type : "eth2wifibridge"
96 channel : "44"
97 ssid : "il-z.rabo.wleiden.net"
98 dhcp : False
99 compass : "n"
100 ns_ip : "172.16.4.11/29"
101 ns_mac : "00:15:6d:bd:89:cb"
102 bridge_type: "NanoStation5"
103 status : "up"
104
105
106
Note: See TracBrowser for help on using the repository browser.