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

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

type reset to default since it breaks gformat

File size: 1.6 KB
RevLine 
[10059]1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
[10435]4board : "ALIX2"
[10059]5comment : "None"
[10116]6ileiden : False
[10881]7latitude : "52.13999"
[10875]8location : "Rick van der Zwet, Brahmslaan 40, 2324 AN, Leiden"
[10881]9longitude : "4.47100"
[10875]10masterip : "172.17.38.1"
11nodename : "RickVPN"
[10459]12nodetype : "Hybrid"
[10059]13rdnap_x : 92280
14rdnap_y : 461707
[10729]15rdr_host : "riff.vanderzwet.net"
[10714]16rdr_rules :
[10875]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]
[10729]22release : "9.0-RELEASE"
[10875]23remote_access: "riff.vanderzwet.net:3022"
[10729]24service_accesspoint: True
[10881]25service_incoming_rdr: True
[10729]26service_proxy_ileiden: True
27service_proxy_normal: True
[10875]28service_vpn_server: True
[10729]29status : "up"
[10059]30
31
32iface_ath0:
[10883]33 comment : "Internal Wireless"
[10875]34 ip : "172.17.38.1/26"
[10116]35 sdesc : "binnen"
[10703]36 mode : "ap"
[10116]37 type : "11b"
38 channel : "1"
[10875]39 ssid : "ap-WirelessLeiden-RickVPN"
[10116]40 dhcp : "10-60"
41 status : "up"
[10059]42
43
44iface_vr0:
[10883]45 comment : "External Link"
[10452]46 ip : "0.0.0.0/30"
47 sdesc : "2external"
[10116]48 type : "eth"
[10887]49 dhcp : "client"
[10116]50 status : "up"
[10059]51
[10688]52
[10685]53iface_vr1:
[10883]54 comment : "Link naar RickRing"
[10875]55 ip : "172.16.6.115/30"
56 sdesc : "2ring"
[10685]57 type : "eth"
[10688]58 dhcp : False
[10685]59 status : "up"
[10116]60
[10688]61
[10685]62iface_vr2:
[10883]63 comment : "LokaalDev"
[10875]64 ip : "172.17.39.1/24"
[10685]65 sdesc : "2dev"
[10116]66 type : "eth"
[10685]67 dhcp : "10-20"
[10116]68 status : "up"
69
[10946]70iface_tap0:
71 comment : "LokaalDev"
72 ip : "172.17.0.49/28"
73 sdesc : "vpn"
[10947]74 type : "eth"
[10946]75 dhcp : False
76 status : "up"
[10701]77
Note: See TracBrowser for help on using the repository browser.