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

Last change on this file since 12421 was 12421, checked in by rick, 11 years ago

Disable incoming rdr for time beeing, when using NAT, etc this might come back

File size: 1.8 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 : True
8latitude : "52.16114"
9location : "Dirk-Willem, Jan Vossensteeg/Rundermakt, 2312 WC, Leiden"
10longitude : "4.49224"
11masterip : "172.17.160.1"
12monitoring_group: "wleiden"
13nodename : "Rund"
14nodetype : "Hybrid"
15rdnap_x : 93763
16rdnap_y : 464042
17release : "9.0-RELEASE"
18service_accesspoint: True
19service_concentrator: False
20service_incoming_rdr: False
21service_proxy_ileiden: False
22service_proxy_normal: False
23status : "down"
24
25
26iface_ath0:
27 comment : "Ap"
28 ip : "172.17.161.1/24"
29 sdesc : "ap"
30 mode : "ap"
31 type : "11g"
32 channel : 11
33 ssid : "ap-WirelessLeiden-Rund"
34 dhcp : "10-250"
35 status : "up"
36
37
38iface_vr0:
39 comment : "Link to external interface"
40 ip : "172.17.160.65/28"
41 sdesc : "2external"
42 type : "eth"
43 dhcp : False
44 status : "up"
45
46
47iface_vr1:
48 comment : "Link naar Geluidsnet2"
49 ip : "172.16.4.212/29"
50 sdesc : "2geluidsnet2"
51 mode : "station-wds"
52 type : "eth"
53 extra_type : "eth2wifibridge"
54 channel : "64"
55 ssid : "il-o.geluidsnet2.wleiden.net"
56 dhcp : False
57 compass : "w"
58 ns_ip : "172.16.4.211/29"
59 ns_mac : "00:27:22:8a:3d:a7"
60 bridge_type: "NanoStation M5"
61 status : "up"
62
63
64iface_vr2:
65 comment : "Link naar vosko2"
66 ip : "172.16.17.156/29"
67 sdesc : "2vosko2"
68 mode : "station-wds"
69 type : "eth"
70 extra_type : "eth2wifibridge"
71 channel : "44"
72 ssid : "il-no.vosko2.wleiden.net"
73 dhcp : False
74 compass : "zw"
75 ns_ip : "172.16.17.155/29"
76 ns_mac : "00:27:22:10:d8:43"
77 bridge_type: "NanoStation M5"
78 status : "up"
79
80
Note: See TracBrowser for help on using the repository browser.