source: genesis/nodes/HybridRickVPN/wleiden.yaml@ 10947

Last change on this file since 10947 was 10947, checked in by richardvm, 13 years ago

type reset to default since it breaks gformat

File size: 1.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.13999"
8location : "Rick van der Zwet, Brahmslaan 40, 2324 AN, Leiden"
9longitude : "4.47100"
10masterip : "172.17.38.1"
11nodename : "RickVPN"
12nodetype : "Hybrid"
13rdnap_x : 92280
14rdnap_y : 461707
15rdr_host : "riff.vanderzwet.net"
16rdr_rules :
17- ['tcp', 10080, '172.17.0.41', 80]
18- ['tcp', 10081, '172.17.0.42', 554]
19- ['tcp', 10082, '172.17.0.43', 554]
20- ['tcp', 10083, '172.17.0.44', 80]
21- ['tcp', 10089, '172.17.37.10', 554]
22release : "9.0-RELEASE"
23remote_access: "riff.vanderzwet.net:3022"
24service_accesspoint: True
25service_incoming_rdr: True
26service_proxy_ileiden: True
27service_proxy_normal: True
28service_vpn_server: True
29status : "up"
30
31
32iface_ath0:
33 comment : "Internal Wireless"
34 ip : "172.17.38.1/26"
35 sdesc : "binnen"
36 mode : "ap"
37 type : "11b"
38 channel : "1"
39 ssid : "ap-WirelessLeiden-RickVPN"
40 dhcp : "10-60"
41 status : "up"
42
43
44iface_vr0:
45 comment : "External Link"
46 ip : "0.0.0.0/30"
47 sdesc : "2external"
48 type : "eth"
49 dhcp : "client"
50 status : "up"
51
52
53iface_vr1:
54 comment : "Link naar RickRing"
55 ip : "172.16.6.115/30"
56 sdesc : "2ring"
57 type : "eth"
58 dhcp : False
59 status : "up"
60
61
62iface_vr2:
63 comment : "LokaalDev"
64 ip : "172.17.39.1/24"
65 sdesc : "2dev"
66 type : "eth"
67 dhcp : "10-20"
68 status : "up"
69
70iface_tap0:
71 comment : "LokaalDev"
72 ip : "172.17.0.49/28"
73 sdesc : "vpn"
74 type : "eth"
75 dhcp : False
76 status : "up"
77
Note: See TracBrowser for help on using the repository browser.