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

Last change on this file since 10584 was 10584, checked in by rick, 13 years ago

Revamp of the hybrid config setup of rc.conf.local to support the issues with
default routing on hybrid machines which are NOT iLeiden proxies but normal
proxies instead.

File size: 2.6 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6ileiden : False
7latitude : "52.15685"
8location : "Huub, Rapenburg 62, 2311 EZ, Leiden"
9longitude : "4.48626"
10masterip : "172.17.16.1"
11nodename : "Huub"
12nodetype : "Hybrid"
13rdnap_x : "093348"
14rdnap_y : 463569
15release : "9.0-RELEASE"
16remote_access: "huubs.xs4all.nl:1022"
17service_proxy_ileiden: False
18service_proxy_normal: True
19status : "up"
20
21iface_ath0:
22 comment : "Ap"
23 interface : "ath0"
24 ip : "172.17.16.1/26"
25 desc : "AP"
26 sdesc : "ap"
27 mode : "ap-wds"
28 type : "11b"
29 channel : "7"
30 ssid : "ap-WirelessLeiden-Huub"
31 dhcp : "10-60"
32 compass : "None"
33 status : "up"
34
35iface_vr0:
36 comment : "Link to external interface"
37 interface : "vr0"
38 ip : "0.0.0.0/30"
39 desc : "External Link"
40 sdesc : "2external"
41 type : "eth"
42 dhcp : False
43 compass : "None"
44 dhcpclient : True
45 status : "up"
46
47iface_vr1:
48 comment : "link naar Rabo1"
49 interface : "vr1"
50 ip : "172.16.4.12/29"
51 desc : "Ethernet naar interlink noord (Rabo1)"
52 sdesc : "2rabo1"
53 mode : "station-wds"
54 type : "eth"
55 extra_type : "eth2wifibridge"
56 channel : "44"
57 ssid : "il-z.rabo.wleiden.net"
58 dhcp : False
59 compass : "s"
60 ns_ip : "172.16.4.11/29"
61 ns_mac : "00:15:6d:bd:89:cb"
62 status : "up"
63
64iface_vr2:
65 comment : "link naar Cetim2"
66 interface : "vr2"
67 ip : "172.16.4.30/29"
68 desc : "Link naar Cetim2"
69 sdesc : "2cetim2"
70 mode : "station-wds"
71 type : "eth"
72 extra_type : "eth2wifibridge"
73 channel : "36"
74 ssid : "il-zw.cetim2.wleiden.net"
75 dhcp : False
76 compass : "sw"
77 ns_ip : "172.16.4.29/29"
78 ns_mac : "00:15:6d:ec:81:ef"
79 status : "up"
80
81iface_ue0:
82 comment : "link naar Vosko2"
83 interface : "ue0"
84 ip : "172.16.4.124/29"
85 desc : "Link naar Vosko2"
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 : "w"
94 ns_ip : "172.16.4.123/29"
95 ns_mac : "00:15:6d:ec:82:4c"
96 status : "up"
97
98iface_ue1:
99 comment : "Local ethernet naar extra ap"
100 interface : "ue1"
101 ip : "172.17.16.129/26"
102 desc : "Local Ethernet to AP2"
103 sdesc : "2ap2"
104 mode : "ap"
105 type : "eth"
106 dhcp : "140-180"
107 compass : "None"
108 ns_ip : "172.17.16.130/26"
109 ns_mac : "00:15:6d:d4:f8:24"
110 status : "up"
111
112
Note: See TracBrowser for help on using the repository browser.