source: genesis/nodes/HybridHenk/wleiden.yaml@ 13165

Last change on this file since 13165 was 13165, checked in by huub, 10 years ago

HybridHenk nieuw ssid

File size: 1.9 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6gateway : "192.168.0.225"
7latitude : "52.17062"
8location : "Henk, Boddens Hosangweg 24 A, 2481 KZ, Woubrugge"
9longitude : "4.63854"
10masterip : "172.17.28.1"
11monitoring_group: "wleiden"
12nodename : "Henk"
13nodetype : "Hybrid"
14rdnap_x : 103784
15rdnap_y : 464983
16rdr_host : "94.209.113.8"
17rdr_rules :
18- ['tcp', 9080, '172.17.0.41', 80]
19- ['tcp', 9081, '172.17.0.42', 554]
20- ['tcp', 9082, '172.17.0.43', 554]
21- ['tcp', 9083, '172.17.0.44', 80]
22- ['tcp', 9084, '172.17.0.43', 80]
23- ['tcp', 9085, '172.17.0.42', 80]
24- ['tcp', 9086, '172.17.0.45', 21]
25- ['tcp', 9087, '172.17.0.45', 3389]
26- ['tcp', 9092, '172.17.51.5', 80]
27release : "9.0-RELEASE"
28remote_access: ""
29service_accesspoint: True
30service_concentrator: False
31service_incoming_rdr: True
32service_proxy_ileiden: True
33service_proxy_normal: True
34status : "up"
35
36
37iface_ath0:
38 comment : "Internal Wireless"
39 ip : "172.17.28.1/26"
40 sdesc : "binnen"
41 mode : "ap"
42 type : "11g"
43 channel : 1
44 ssid : "WiFi-Woubrugge"
45 wlan_mac : "00:1b:b1:05:02:e6"
46 dhcp : "10-60"
47 status : "up"
48
49
50iface_vr0:
51 comment : "Link to external interface"
52 ip : "0.0.0.0/30"
53 sdesc : "2external"
54 type : "eth"
55 dhcp : "client"
56 status : "up"
57
58
59iface_vr1:
60 comment : "Link naar WBRotary"
61 ip : "172.16.6.76/29"
62 sdesc : "2wbrotary"
63 mode : "station-wds"
64 type : "eth"
65 extra_type : "eth2wifibridge"
66 channel : "120"
67 ssid : "il-n.wbrotary.wleiden.net"
68 dhcp : False
69 compass : "z"
70 ns_ip : "172.16.6.75/29"
71 ns_mac : "00:15:6d:8e:dd:84"
72 bridge_type: "NanoStation M5"
73 status : "up"
74
75
76iface_vr2:
77 comment : "Lokaal Dev Netwerk"
78 ip : "172.17.33.1/24"
79 sdesc : "2dev"
80 type : "eth"
81 dhcp : "10-20"
82 status : "up"
83
84
Note: See TracBrowser for help on using the repository browser.