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

Last change on this file since 13328 was 13259, checked in by rick, 10 years ago

Temponary AnyWi webcam links. Solution will be made final after 6 weeks (since
solution and links will be flapping, due to lack of power on site).

File size: 2.2 KB
RevLine 
[10059]1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
[10435]4board : "ALIX2"
[10059]5comment : "None"
[12474]6gateway : "192.168.42.1"
[10116]7ileiden : False
[12814]8latitude : "52.14100"
[10116]9location : "Rick van der Zwet, Brahmslaan 40, 2324 AN, Leiden"
[10881]10longitude : "4.47100"
[10688]11masterip : "172.17.34.1"
[11325]12monitoring_group: "wleiden"
[10688]13nodename : "Rick2"
[10459]14nodetype : "Hybrid"
[10059]15rdnap_x : 92280
16rdnap_y : 461707
[10729]17rdr_host : "riff.vanderzwet.net"
[10714]18rdr_rules :
[10715]19- ['tcp', 9080, '172.17.0.41', 80]
[10803]20- ['tcp', 9081, '172.17.0.42', 554]
21- ['tcp', 9082, '172.17.0.43', 554]
[10715]22- ['tcp', 9083, '172.17.0.44', 80]
[12207]23- ['tcp', 9084, '172.17.0.43', 80]
24- ['tcp', 9085, '172.17.0.42', 80]
25- ['tcp', 9086, '172.17.0.45', 21]
26- ['tcp', 9087, '172.17.0.45', 3389]
[12209]27- ['tcp', 9090, '172.17.2.67', 80]
[12734]28- ['tcp', 9091, '172.16.9.237', 88]
[12449]29- ['tcp', 9092, '172.17.51.5', 80]
[12563]30- ['tcp', 9093, '172.16.3.142', 8080]
[12626]31- ['tcp', 9094, '172.17.20.5', 80]
32- ['tcp', 9095, '172.17.20.5', 554]
[13251]33- ['tcp', 9096, '172.17.13.66', 88]
[13259]34- ['tcp', 9097, '172.16.3.190', 8080]
35- ['tcp', 9098, '172.16.3.134', 8080]
[10729]36release : "9.0-RELEASE"
[12470]37remote_access: "riff.vanderzwet.net:1022"
[10729]38service_accesspoint: True
[12208]39service_concentrator: False
[10881]40service_incoming_rdr: True
[10729]41service_proxy_ileiden: True
42service_proxy_normal: True
43status : "up"
[11053]44wl_release: 11047
[10059]45
46
47iface_ath0:
[10116]48 comment : "Internal Wireless"
[10769]49 ip : "172.17.34.1/26"
[10116]50 sdesc : "binnen"
[10703]51 mode : "ap"
[11737]52 type : "11g"
[11738]53 channel : 1
[13122]54 ssid : "WiFi-Leiden-2"
55 wlan_mac : "00:80:48:7e:1e:3a"
[10116]56 dhcp : "10-60"
57 status : "up"
[10059]58
59
60iface_vr0:
[10885]61 comment : "External Link"
[12314]62 ip : "192.168.42.20/24"
[10452]63 sdesc : "2external"
[10116]64 type : "eth"
[12314]65 dhcp : False
[10116]66 status : "up"
[10059]67
[10688]68
[10685]69iface_vr1:
[10875]70 comment : "Link naar RickRing"
71 ip : "172.16.6.114/28"
72 sdesc : "2ring"
[10685]73 type : "eth"
[10688]74 dhcp : False
[10685]75 status : "up"
[10116]76
[10688]77
[10685]78iface_vr2:
[10688]79 comment : "Lokaal Dev Netwerk"
80 ip : "172.17.36.1/24"
[10685]81 sdesc : "2dev"
[10116]82 type : "eth"
[10685]83 dhcp : "10-20"
[10116]84 status : "up"
85
[10701]86
[12809]87iface_vr2_alias0:
88 comment : "Link naar Ed"
89 ip : "172.17.2.250/29"
90 sdesc : "2ed"
91 type : "eth"
92 dhcp : False
93 status : "up"
94
Note: See TracBrowser for help on using the repository browser.