source: genesis/nodes/HybridHuub/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: 2.7 KB
RevLine 
[10542]1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
[10544]4board : "ALIX2"
[10542]5comment : "None"
[12343]6externalif: "vr0"
[12344]7gateway : "192.168.3.254"
[10881]8latitude : "52.15685"
[10542]9location : "Huub, Rapenburg 62, 2311 EZ, Leiden"
[10881]10longitude : "4.48626"
[10542]11masterip : "172.17.16.1"
[11325]12monitoring_group: "wleiden"
[10542]13nodename : "Huub"
14nodetype : "Hybrid"
[10701]15rdnap_x : "093348"
[10542]16rdnap_y : 463569
17release : "9.0-RELEASE"
18remote_access: "huubs.xs4all.nl:1022"
[10701]19service_accesspoint: True
[11634]20service_concentrator: False
[12421]21service_incoming_rdr: False
[12343]22service_proxy_ileiden: False
[12419]23service_proxy_normal: False
[10542]24status : "up"
[10881]25
[11731]26
[10542]27iface_ath0:
28 comment : "Ap"
29 ip : "172.17.16.1/26"
30 sdesc : "ap"
[10675]31 mode : "ap"
[11737]32 type : "11g"
[11738]33 channel : 6
[10542]34 ssid : "ap-WirelessLeiden-Huub"
35 dhcp : "10-60"
36 status : "up"
37
[11657]38
[12276]39iface_sis0:
[11657]40 comment : "Local ethernet naar extra ap2"
[10701]41 ip : "172.17.16.129/26"
42 sdesc : "2ap2"
43 mode : "ap"
44 type : "eth"
45 dhcp : "140-180"
46 ns_ip : "172.17.16.130/26"
47 ns_mac : "00:15:6d:d4:f8:24"
[10892]48 bridge_type: "Bullet2"
[10701]49 status : "up"
50
[11731]51
[12276]52iface_sis1:
[11657]53 comment : "Local ethernet naar extra ap3"
54 ip : "172.17.65.1/24"
55 sdesc : "2ap3"
56 mode : "ap"
57 type : "eth"
58 dhcp : "10-250"
59 ns_ip : "172.17.65.2/24"
[11733]60 ns_mac : "00:15:6d:e8:f9:c0"
[11657]61 bridge_type: "Bullet2"
62 status : "up"
63
[11731]64
[11667]65iface_ue0:
66 comment : "Link naaar Huub2"
67 ip : "172.16.3.21/30"
68 sdesc : "2huub2"
69 type : "eth"
70 dhcp : False
[12192]71 status : "down"
[11667]72
73
[10545]74iface_vr0:
[12343]75 comment : "External Link"
[12328]76 ip : "192.168.3.32/24"
[12343]77 sdesc : "2external"
[10542]78 type : "eth"
[12328]79 dhcp : False
[10542]80 status : "up"
81
[11731]82
[11641]83iface_vr1:
84 comment : "Link naar Vosko2"
85 ip : "172.16.4.124/29"
86 sdesc : "2vosko2"
[10542]87 mode : "station-wds"
88 type : "eth"
89 extra_type : "eth2wifibridge"
[11641]90 channel : "64"
91 ssid : "il-w.vosko2.wleiden.net"
[10542]92 dhcp : False
[11641]93 compass : "no"
94 ns_ip : "172.16.4.123/29"
[11732]95 ns_mac : "00:15:6d:d6:33:35"
[11731]96 bridge_type: "NanoStation5"
[10542]97 status : "up"
98
[11731]99
[10545]100iface_vr2:
[10884]101 comment : "Link naar Cetim2"
[11657]102 ip : "172.16.4.28/29"
[10542]103 sdesc : "2cetim2"
104 mode : "station-wds"
105 type : "eth"
106 extra_type : "eth2wifibridge"
107 channel : "36"
108 ssid : "il-zw.cetim2.wleiden.net"
109 dhcp : False
[10729]110 compass : "o"
[11657]111 ns_ip : "172.16.4.27/29"
[11732]112 ns_mac : "00:15:6d:f2:1f:7f"
[11731]113 bridge_type: "NanoStation5"
[10542]114 status : "up"
115
[11731]116
[12305]117iface_vr3:
118 comment : "External Link"
119 ip : "172.16.3.85/30"
120 sdesc : "2external"
121 type : "eth"
122 dhcp : False
[12343]123 status : "down"
[10542]124
[11641]125
Note: See TracBrowser for help on using the repository browser.