source: genesis/nodes/CNodeRick/wleiden.yaml@ 10452

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

Play-around and dummy variables for testing with hybrid setup.

File size: 2.4 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 : "CNode"
13rdnap_x : 92280
14rdnap_y : 461707
15release : "9.0-RELEASE"
16remote_access: "riff.vanderzwet.net:2022"
17service_nat: "yes"
18service_proxy: "yes"
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_ue0:
40 comment : "Lokaal netwerk"
41 interface : "ue0"
42 ip : "172.20.145.129/26"
43 desc : "Lokaal"
44 sdesc : "2desk"
45 mode : "ap-wds"
46 type : "eth"
47 dhcp : "150-170"
48 compass : "None"
49 status : "up"
50
51
52iface_ue1:
53 comment : "Lokaal Dev netwerk"
54 interface : "ue1"
55 ip : "172.17.23.1/24"
56 desc : "LokaalDev"
57 sdesc : "2dev"
58 mode : "ap-wds"
59 type : "eth"
60 dhcp : "10-20"
61 compass : "None"
62 status : "up"
63
64
65iface_vr0:
66 comment : "Link to external interface"
67 interface : "vr0"
68 ip : "0.0.0.0/30"
69 desc : "External Link"
70 sdesc : "2external"
71 type : "eth"
72 dhcp : "False"
73 compass : "None"
74 dhcpclient : True
75 status : "up"
76
77
78iface_vr1:
79 comment : "Link naar Haagwijk"
80 interface : "vr1"
81 ip : "172.16.4.148/29"
82 desc : "Link naar Haagwijk"
83 sdesc : "2haagwijk"
84 mode : "station-wds"
85 type : "eth"
86 ssid : "il-zw.haagwijk.wleiden.net"
87 dhcp : "no"
88 compass : "sw"
89 ns_ip : "172.16.4.147/29"
90 ns_mac : "00:15:6d:bd:68:99"
91 status : "up"
92
93
94iface_vr2:
95 comment : "Access Point achter"
96 interface : "vr2"
97 ip : "172.20.145.65/26"
98 desc : "Access Point"
99 sdesc : "binnen"
100 mode : "ap-wds"
101 type : "eth"
102 ssid : "ap-WirelessLeiden-Rick-2"
103 dhcp : "70-120"
104 compass : "None"
105 ns_ip : "172.20.145.66/26"
106 ns_mac : "00:15:6d:30:d2:d1"
107 status : "up"
108
109
Note: See TracBrowser for help on using the repository browser.