source: genesis/nodes/HybridRick2/wleiden.yaml@ 10927

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

Gooi een heel stapel windrichtingen weg, die toch niets betekenen. Compass op
een interne etherlink bijvoorbeeld of een OMNI.

File size: 1.5 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.17.34.1"
11nodename : "Rick2"
12nodetype : "Hybrid"
13rdnap_x : 92280
14rdnap_y : 461707
15rdr_host : "riff.vanderzwet.net"
16rdr_rules :
17- ['tcp', 9080, '172.17.0.41', 80]
18- ['tcp', 9081, '172.17.0.42', 554]
19- ['tcp', 9082, '172.17.0.43', 554]
20- ['tcp', 9083, '172.17.0.44', 80]
21- ['tcp', 9089, '172.17.37.10', 554]
22release : "9.0-RELEASE"
23remote_access: "riff.vanderzwet.net:2022"
24service_accesspoint: True
25service_incoming_rdr: True
26service_proxy_ileiden: True
27service_proxy_normal: True
28status : "up"
29
30
31iface_ath0:
32 comment : "Internal Wireless"
33 ip : "172.17.34.1/26"
34 sdesc : "binnen"
35 mode : "ap"
36 type : "11b"
37 channel : "1"
38 ssid : "ap-WirelessLeiden-Rick2"
39 dhcp : "10-60"
40 status : "up"
41
42
43iface_vr0:
44 comment : "External Link"
45 ip : "0.0.0.0/30"
46 sdesc : "2external"
47 type : "eth"
48 dhcp : "client"
49 status : "up"
50
51
52iface_vr1:
53 comment : "Link naar RickRing"
54 ip : "172.16.6.114/28"
55 sdesc : "2ring"
56 type : "eth"
57 dhcp : False
58 status : "up"
59
60
61iface_vr2:
62 comment : "Lokaal Dev Netwerk"
63 ip : "172.17.36.1/24"
64 sdesc : "2dev"
65 type : "eth"
66 dhcp : "10-20"
67 status : "up"
68
69
Note: See TracBrowser for help on using the repository browser.