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

Last change on this file since 12421 was 12421, checked in by rick, 11 years ago

Disable incoming rdr for time beeing, when using NAT, etc this might come back

File size: 2.7 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6externalif: "vr0"
7gateway : "192.168.3.254"
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: False
24status : "up"
25
26
27iface_ath0:
28 comment : "Ap"
29 ip : "172.17.16.1/26"
30 sdesc : "ap"
31 mode : "ap"
32 type : "11g"
33 channel : 6
34 ssid : "ap-WirelessLeiden-Huub"
35 dhcp : "10-60"
36 status : "up"
37
38
39iface_sis0:
40 comment : "Local ethernet naar extra ap2"
41 ip : "172.17.16.129/26"
42 sdesc : "2ap2"
43 mode : "ap"
44 type : "eth"
45 dhcp : "140-180"
46 ns_ip : "172.17.16.130/26"
47 ns_mac : "00:15:6d:d4:f8:24"
48 bridge_type: "Bullet2"
49 status : "up"
50
51
52iface_sis1:
53 comment : "Local ethernet naar extra ap3"
54 ip : "172.17.65.1/24"
55 sdesc : "2ap3"
56 mode : "ap"
57 type : "eth"
58 dhcp : "10-250"
59 ns_ip : "172.17.65.2/24"
60 ns_mac : "00:15:6d:e8:f9:c0"
61 bridge_type: "Bullet2"
62 status : "up"
63
64
65iface_ue0:
66 comment : "Link naaar Huub2"
67 ip : "172.16.3.21/30"
68 sdesc : "2huub2"
69 type : "eth"
70 dhcp : False
71 status : "down"
72
73
74iface_vr0:
75 comment : "External Link"
76 ip : "192.168.3.32/24"
77 sdesc : "2external"
78 type : "eth"
79 dhcp : False
80 status : "up"
81
82
83iface_vr1:
84 comment : "Link naar Vosko2"
85 ip : "172.16.4.124/29"
86 sdesc : "2vosko2"
87 mode : "station-wds"
88 type : "eth"
89 extra_type : "eth2wifibridge"
90 channel : "64"
91 ssid : "il-w.vosko2.wleiden.net"
92 dhcp : False
93 compass : "no"
94 ns_ip : "172.16.4.123/29"
95 ns_mac : "00:15:6d:d6:33:35"
96 bridge_type: "NanoStation5"
97 status : "up"
98
99
100iface_vr2:
101 comment : "Link naar Cetim2"
102 ip : "172.16.4.28/29"
103 sdesc : "2cetim2"
104 mode : "station-wds"
105 type : "eth"
106 extra_type : "eth2wifibridge"
107 channel : "36"
108 ssid : "il-zw.cetim2.wleiden.net"
109 dhcp : False
110 compass : "o"
111 ns_ip : "172.16.4.27/29"
112 ns_mac : "00:15:6d:f2:1f:7f"
113 bridge_type: "NanoStation5"
114 status : "up"
115
116
117iface_vr3:
118 comment : "External Link"
119 ip : "172.16.3.85/30"
120 sdesc : "2external"
121 type : "eth"
122 dhcp : False
123 status : "down"
124
125
Note: See TracBrowser for help on using the repository browser.