source: genesis/nodes/HybridRick/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.2 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6ileiden : False
7latitude : "52.13999"
8location : "Rick van der Zwet, Brahmslaan 40, 2324 AN, Leiden"
9longitude : "4.47100"
10masterip : "172.20.145.1"
11nodename : "Rick"
12nodetype : "Hybrid"
13rdnap_x : 92280
14rdnap_y : 461707
15release : "9.0-RELEASE"
16remote_access: "riff.vanderzwet.net:2022"
17service_proxy_ileiden: True
18service_proxy_normal: True
19status : "up"
20
21
22iface_ath0:
23 comment : "Internal Wireless"
24 interface : "ath0"
25 ip : "172.20.145.1/26"
26 desc : "Internal Wireless"
27 sdesc : "binnen"
28 mode : "ap-wds"
29 type : "11b"
30 channel : "1"
31 ssid : "ap-WirelessLeiden-Rick"
32 dhcp : "10-60"
33 captive_portal_whitelist: "172.20.145.26"
34 compass : "None"
35 dhcp_static: "00:22:43:84:32:6d,172.20.145.26;00:22:43:84:32:7d,172.20.145.27"
36 status : "up"
37
38
39iface_ue1:
40 comment : "Lokaal Dev netwerk"
41 interface : "ue1"
42 ip : "172.17.23.1/24"
43 desc : "LokaalDev"
44 sdesc : "2dev"
45 mode : "ap-wds"
46 type : "eth"
47 dhcp : "10-20"
48 compass : "None"
49 status : "up"
50
51
52iface_vr0:
53 comment : "Link to external interface"
54 interface : "vr0"
55 ip : "0.0.0.0/30"
56 desc : "External Link"
57 sdesc : "2external"
58 type : "eth"
59 dhcp : False
60 compass : "None"
61 dhcpclient : True
62 status : "up"
63
64
65iface_vr1:
66 comment : "Link naar Haagwijk"
67 interface : "vr1"
68 ip : "172.16.4.148/29"
69 desc : "Link naar Haagwijk"
70 sdesc : "2haagwijk"
71 mode : "station-wds"
72 type : "eth"
73 ssid : "il-zw.haagwijk.wleiden.net"
74 dhcp : False
75 compass : "sw"
76 ns_ip : "172.16.4.147/29"
77 ns_mac : "00:15:6d:bd:68:99"
78 status : "up"
79
80
81iface_vr2:
82 comment : "Access Point achter"
83 interface : "vr2"
84 ip : "172.20.145.65/26"
85 desc : "Access Point"
86 sdesc : "binnen"
87 mode : "ap-wds"
88 type : "eth"
89 ssid : "ap-WirelessLeiden-Rick-2"
90 dhcp : "70-120"
91 compass : "None"
92 ns_ip : "172.20.145.66/26"
93 ns_mac : "00:15:6d:30:d2:d1"
94 status : "up"
95
96
Note: See TracBrowser for help on using the repository browser.