Client0.Loaner: Difference between revisions

From OCARC
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
[[Category:HamWan Equipment Configurations|Sort]]
[[Category:HamWan Equipment Configurations|Sort]]
<pre>
<pre>
 
[admin@VE7OGO-RADIO0] > /export
# jun/17/2017 13:32:05 by RouterOS 6.35.4
# software id = T3IR-71TU
#
/interface wireless
set [ find default-name=wlan1 ] band=5ghz-a/n channel-width=10mhz disabled=no \
    frequency=5900 frequency-mode=superchannel scan-list=HamWAN ssid=HamWan \
    wireless-protocol=nv2
/ip neighbor discovery
set wlan1 discover=no
/interface wireless channels
/interface wireless channels
add band=5ghz-onlyn comment="Cell sites radiate this at 0 degrees (north)" frequency=5920 list=HamWAN name=Sector1-5 width=5
add band=5ghz-onlyn comment="Cell sites radiate this at 0 degrees (north)" \
add band=5ghz-onlyn comment="Cell sites radiate this at 120 degrees (south-east)" frequency=5900 list=HamWAN name=Sector2-5 width=5
    frequency=5920 list=HamWAN name=Sector1-5 width=5
add band=5ghz-onlyn comment="Cell sites radiate this at 240 degrees (south-west)" frequency=5880 list=HamWAN name=Sector3-5 width=5
add band=5ghz-onlyn comment=\
add band=5ghz-onlyn comment="Cell sites radiate this at 0 degrees (north)" frequency=5920 list=HamWAN name=Sector1-10 width=10
    "Cell sites radiate this at 120 degrees (south-east)" frequency=5900 \
add band=5ghz-onlyn comment="Cell sites radiate this at 120 degrees (south-east)" frequency=5900 list=HamWAN name=Sector2-10 width=10
    list=HamWAN name=Sector2-5 width=5
add band=5ghz-onlyn comment="Cell sites radiate this at 240 degrees (south-west)" frequency=5880 list=HamWAN name=Sector3-10 width=10
add band=5ghz-onlyn comment=\
 
    "Cell sites radiate this at 240 degrees (south-west)" frequency=5880 \
/interface wireless
    list=HamWAN name=Sector3-5 width=5
set [ find default-name=wlan1 ] band=5ghz-onlyn channel-width=10mhz disabled=no \
add band=5ghz-onlyn comment="Cell sites radiate this at 0 degrees (north)" \
     frequency=5920 frequency-mode=superchannel ht-rxchains=0,1 ht-txchains=0,1 l2mtu=\
    frequency=5920 list=HamWAN name=Sector1-10 width=10
     2290 mode=ap-bridge nv2-cell-radius=100 radio-name=VE7OGO/LNR-RADIO0 ssid=HamWAN \
add band=5ghz-onlyn comment=\
     tdma-period-size=4 wireless-protocol=nv2 frequency-mode=superchannel
    "Cell sites radiate this at 120 degrees (south-east)" frequency=5900 \
 
    list=HamWAN name=Sector2-10 width=10
/interface wireless set [ find default-name=wlan1 ] band=5ghz-onlyn channel-width=5mhz disabled=no frequency=5920 mode=ap-bridge nv2-cell-radius=100 radio-name=VA7DIG/LMK-RADIO0 ssid=HamWan tdma-period-size=4 wireless-protocol=nv2
add band=5ghz-onlyn comment=\
 
    "Cell sites radiate this at 240 degrees (south-west)" frequency=5880 \
/interface wireless
    list=HamWAN name=Sector3-10 width=10
set 0 radio-name="VE7OGO/MOBILE-LMK" # For example, set 0 radio-name="AE7SJ/Monroe-Paine"
add band=5ghz-onlyn comment="Cell sites radiate this at 0 degrees (north)" \
/ip address add address=44.135.217.10/24 interface=wlan1 network=44.135.217.0
     frequency=5920 list=HamWAN name=Sector1-5 width=5
 
add band=5ghz-onlyn comment=\
 
    "Cell sites radiate this at 120 degrees (south-east)" frequency=5900 \
/interface wireless
     list=HamWAN name=Sector2-5 width=5
set 0 disabled=no frequency-mode=superchannel band=5ghz-onlyn mode=station scan-list=HamWAN ssid=HamWAN wireless-protocol=nv2
add band=5ghz-onlyn comment=\
 
    "Cell sites radiate this at 240 degrees (south-west)" frequency=5880 \
     list=HamWAN name=Sector3-5 width=5
add band=5ghz-onlyn comment="Cell sites radiate this at 0 degrees (north)" \
    frequency=5920 list=HamWAN name=Sector1-10 width=10
add band=5ghz-onlyn comment=\
    "Cell sites radiate this at 120 degrees (south-east)" frequency=5900 \
    list=HamWAN name=Sector2-10 width=10
add band=5ghz-onlyn comment=\
    "Cell sites radiate this at 240 degrees (south-west)" frequency=5880 \
    list=HamWAN name=Sector3-10 width=10
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/ip pool
add name=dhcp ranges=192.168.88.10-192.168.88.254
/ip dhcp-server
add address-pool=dhcp disabled=no interface=ether1 name=defconf
/interface wireless align
set ssid-all=yes
/ip address
add address=192.168.88.1/24 comment=defconf interface=ether1 network=\
    192.168.88.0
/ip dhcp-client
add comment=defconf dhcp-options=hostname,clientid disabled=no interface=\
    wlan1
/ip dhcp-server network
add address=192.168.88.0/24 comment=defconf gateway=192.168.88.1
/ip dns
set allow-remote-requests=yes servers=8.8.8.8
/ip dns static
add address=192.168.88.1 name=router
/ip firewall filter
add chain=input comment="defconf: accept ICMP" protocol=icmp
add chain=input comment="defconf: accept established,related" \
    connection-state=established,related
add action=drop chain=input comment="defconf: drop all from WAN" \
    in-interface=wlan1
add action=fasttrack-connection chain=forward comment="defconf: fasttrack" \
    connection-state=established,related
add chain=forward comment="defconf: accept established,related" \
    connection-state=established,related
add action=drop chain=forward comment="defconf: drop invalid" \
    connection-state=invalid
add action=drop chain=forward comment=\
    "defconf:  drop all from WAN not DSTNATed" connection-nat-state=!dstnat \
    connection-state=new in-interface=wlan1
/ip firewall nat
add action=masquerade chain=srcnat comment="defconf: masquerade" \
    out-interface=wlan1
/ip route
add disabled=yes distance=1 gateway=44.135.217.1
/system clock
set time-zone-name=America/Vancouver
/system identity
/system identity
set name=VE7OGO-RADIO0
set name=VE7OGO-RADIO0
/system leds
set 0 interface=wlan1
/system routerboard settings
set protected-routerboot=disabled
/tool mac-server
set [ find default=yes ] disabled=yes
add interface=ether1
/tool mac-server mac-winbox
set [ find default=yes ] disabled=yes
add interface=ether1
</pre>
</pre>

Revision as of 20:23, 17 June 2017

[admin@VE7OGO-RADIO0] > /export 
# jun/17/2017 13:32:05 by RouterOS 6.35.4
# software id = T3IR-71TU
#
/interface wireless
set [ find default-name=wlan1 ] band=5ghz-a/n channel-width=10mhz disabled=no \
    frequency=5900 frequency-mode=superchannel scan-list=HamWAN ssid=HamWan \
    wireless-protocol=nv2
/ip neighbor discovery
set wlan1 discover=no
/interface wireless channels
add band=5ghz-onlyn comment="Cell sites radiate this at 0 degrees (north)" \
    frequency=5920 list=HamWAN name=Sector1-5 width=5
add band=5ghz-onlyn comment=\
    "Cell sites radiate this at 120 degrees (south-east)" frequency=5900 \
    list=HamWAN name=Sector2-5 width=5
add band=5ghz-onlyn comment=\
    "Cell sites radiate this at 240 degrees (south-west)" frequency=5880 \
    list=HamWAN name=Sector3-5 width=5
add band=5ghz-onlyn comment="Cell sites radiate this at 0 degrees (north)" \
    frequency=5920 list=HamWAN name=Sector1-10 width=10
add band=5ghz-onlyn comment=\
    "Cell sites radiate this at 120 degrees (south-east)" frequency=5900 \
    list=HamWAN name=Sector2-10 width=10
add band=5ghz-onlyn comment=\
    "Cell sites radiate this at 240 degrees (south-west)" frequency=5880 \
    list=HamWAN name=Sector3-10 width=10
add band=5ghz-onlyn comment="Cell sites radiate this at 0 degrees (north)" \
    frequency=5920 list=HamWAN name=Sector1-5 width=5
add band=5ghz-onlyn comment=\
    "Cell sites radiate this at 120 degrees (south-east)" frequency=5900 \
    list=HamWAN name=Sector2-5 width=5
add band=5ghz-onlyn comment=\
    "Cell sites radiate this at 240 degrees (south-west)" frequency=5880 \
    list=HamWAN name=Sector3-5 width=5
add band=5ghz-onlyn comment="Cell sites radiate this at 0 degrees (north)" \
    frequency=5920 list=HamWAN name=Sector1-10 width=10
add band=5ghz-onlyn comment=\
    "Cell sites radiate this at 120 degrees (south-east)" frequency=5900 \
    list=HamWAN name=Sector2-10 width=10
add band=5ghz-onlyn comment=\
    "Cell sites radiate this at 240 degrees (south-west)" frequency=5880 \
    list=HamWAN name=Sector3-10 width=10
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/ip pool
add name=dhcp ranges=192.168.88.10-192.168.88.254
/ip dhcp-server
add address-pool=dhcp disabled=no interface=ether1 name=defconf
/interface wireless align
set ssid-all=yes
/ip address
add address=192.168.88.1/24 comment=defconf interface=ether1 network=\
    192.168.88.0
/ip dhcp-client
add comment=defconf dhcp-options=hostname,clientid disabled=no interface=\
    wlan1
/ip dhcp-server network
add address=192.168.88.0/24 comment=defconf gateway=192.168.88.1
/ip dns
set allow-remote-requests=yes servers=8.8.8.8
/ip dns static
add address=192.168.88.1 name=router
/ip firewall filter
add chain=input comment="defconf: accept ICMP" protocol=icmp
add chain=input comment="defconf: accept established,related" \
    connection-state=established,related
add action=drop chain=input comment="defconf: drop all from WAN" \
    in-interface=wlan1
add action=fasttrack-connection chain=forward comment="defconf: fasttrack" \
    connection-state=established,related
add chain=forward comment="defconf: accept established,related" \
    connection-state=established,related
add action=drop chain=forward comment="defconf: drop invalid" \
    connection-state=invalid
add action=drop chain=forward comment=\
    "defconf:  drop all from WAN not DSTNATed" connection-nat-state=!dstnat \
    connection-state=new in-interface=wlan1
/ip firewall nat
add action=masquerade chain=srcnat comment="defconf: masquerade" \
    out-interface=wlan1
/ip route
add disabled=yes distance=1 gateway=44.135.217.1
/system clock
set time-zone-name=America/Vancouver
/system identity
set name=VE7OGO-RADIO0
/system leds
set 0 interface=wlan1
/system routerboard settings
set protected-routerboot=disabled
/tool mac-server
set [ find default=yes ] disabled=yes
add interface=ether1
/tool mac-server mac-winbox
set [ find default=yes ] disabled=yes
add interface=ether1