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
RevLine 
[10676]1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
[10701]6gateway : "172.17.160.66"
[11013]7ileiden : True
[10881]8latitude : "52.16114"
[10676]9location : "Dirk-Willem, Jan Vossensteeg/Rundermakt, 2312 WC, Leiden"
[10881]10longitude : "4.49224"
[10676]11masterip : "172.17.160.1"
[11325]12monitoring_group: "wleiden"
[10676]13nodename : "Rund"
[10678]14nodetype : "Hybrid"
[10676]15rdnap_x : 93763
16rdnap_y : 464042
17release : "9.0-RELEASE"
[10701]18service_accesspoint: True
[11554]19service_concentrator: False
[12421]20service_incoming_rdr: False
[10760]21service_proxy_ileiden: False
22service_proxy_normal: False
[12238]23status : "down"
[10676]24
25
26iface_ath0:
[10884]27 comment : "Ap"
[10686]28 ip : "172.17.161.1/24"
[10676]29 sdesc : "ap"
30 mode : "ap"
[11737]31 type : "11g"
[11738]32 channel : 11
[10676]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"
[10679]42 type : "eth"
[10676]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
[10729]57 compass : "w"
[10676]58 ns_ip : "172.16.4.211/29"
59 ns_mac : "00:27:22:8a:3d:a7"
[10892]60 bridge_type: "NanoStation M5"
[10676]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
[10729]74 compass : "zw"
[10676]75 ns_ip : "172.16.17.155/29"
76 ns_mac : "00:27:22:10:d8:43"
[10892]77 bridge_type: "NanoStation M5"
[10676]78 status : "up"
79
80
Note: See TracBrowser for help on using the repository browser.