source: genesis/nodes/HybridRund/wleiden.yaml@ 10715

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

Denk je net alles gehad te hebben, komt er iemand die UDP wilt ;-).

Tevens de reeds bekende redirects in de config files gezet.

Related-To: nodefactory#152

File size: 2.0 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6gateway : "172.17.160.66"
7ileiden : False
8latitude : "52.16114"
9location : "Dirk-Willem, Jan Vossensteeg/Rundermakt, 2312 WC, Leiden"
10longitude : "4.49224"
11masterip : "172.17.160.1"
12nodename : "Rund"
13nodetype : "Hybrid"
14rdnap_x : 93763
15rdnap_y : 464042
16release : "9.0-RELEASE"
17service_accesspoint: True
18service_proxy_ileiden: True
19service_proxy_normal: True
20status : "up"
21rdr_host: "83.163.239.115"
22rdr_rules :
23- ['tcp', 9080, '172.17.0.41', 80]
24- ['tcp', 9081, '172.17.0.42', 80]
25- ['tcp', 9082, '172.17.0.43', 80]
26- ['tcp', 9083, '172.17.0.44', 80]
27
28
29iface_ath0:
30 comment : "ap"
31 interface : "ath0"
32 ip : "172.17.161.1/24"
33 desc : "AP"
34 sdesc : "ap"
35 mode : "ap"
36 type : "11b"
37 channel : "3"
38 ssid : "ap-WirelessLeiden-Rund"
39 dhcp : "10-250"
40 compass : "None"
41 status : "up"
42
43
44iface_vr0:
45 comment : "Link to external interface"
46 interface : "vr0"
47 ip : "172.17.160.65/28"
48 desc : "External Link"
49 sdesc : "2external"
50 type : "eth"
51 dhcp : False
52 compass : "None"
53 status : "up"
54
55
56iface_vr1:
57 comment : "Link naar Geluidsnet2"
58 interface : "vr1"
59 ip : "172.16.4.212/29"
60 desc : "link naar Geluidsnet2"
61 sdesc : "2geluidsnet2"
62 mode : "station-wds"
63 type : "eth"
64 extra_type : "eth2wifibridge"
65 channel : "64"
66 ssid : "il-o.geluidsnet2.wleiden.net"
67 dhcp : False
68 compass : "e"
69 ns_ip : "172.16.4.211/29"
70 ns_mac : "00:27:22:8a:3d:a7"
71 status : "up"
72
73
74iface_vr2:
75 comment : "Link naar vosko2"
76 interface : "vr2"
77 ip : "172.16.17.156/29"
78 desc : "Link naar vosko2"
79 sdesc : "2vosko2"
80 mode : "station-wds"
81 type : "eth"
82 extra_type : "eth2wifibridge"
83 channel : "44"
84 ssid : "il-no.vosko2.wleiden.net"
85 dhcp : False
86 compass : "ne"
87 ns_ip : "172.16.17.155/29"
88 ns_mac : "00:27:22:10:d8:43"
89 status : "up"
90
91
Note: See TracBrowser for help on using the repository browser.