[FSG-public] Startup issues with DynaDish 5

Bryan Fields bryan at flscg.org
Mon Jan 2 10:41:11 EST 2017


On 1/2/17 8:30 AM, Edward Erny wrote:
> [admin at MikroTik] > /interface wireless
> [admin at MikroTik] /interface wireless> set [ find default-name=wlan1 ] band=5ghz-onlyn channel-width=10m
> hz disabled=no \
> \... frequency=5180 frequency-mode=superchannel ht-rxchains=0,1 ht-txchains=0,1 \                      
> expected end of command (line 2 column 44)
> [admin at MikroTik] /interface wireless> l2mtu=2290 mode=station-bridge radio-name=$NZ1Q-StPete scan-list=
> HamWAN ssid=HamWAN \
> syntax error (line 1 column 6)
> [admin at MikroTik] /interface wireless> wireless-protocol=nv2
> syntax error (line 1 column 18)

Try putting this all on one line.  It should work.
Take the '$' out of radio-name, just make it NZ1Q-StPete
/interface wireless
set [ find default-name=wlan1 ] band=5ghz-onlyn channel-width=10mhz
disabled=no frequency=5180 frequency-mode=superchannel ht-rxchains=0,1
ht-txchains=0,1 l2mtu=2290 mode=station-bridge radio-name=NZ1Q-StPete
scan-list=HamWAN ssid=HamWAN wireless-protocol=nv2


> [admin at MikroTik] /interface wireless> /interface vlan
> [admin at MikroTik] /interface vlan> add interface=wlan1 l2mtu=2286 name=MGMT-20 vlan-id=20

Not sure why this didn't work.  take out the l2mtu command and try it.
Mikrotik loves to change up their cli between platforms without documenting it.

/interface vlan
add interface=wlan1 name=MGMT-20 vlan-id=20

> expected end of command (line 1 column 21)
> [admin at MikroTik] /ip dhcp-client> add default-route-distance=0 dhcp-options=hostname,clientid disabled=
> no interface=MGMT-20
> input does not match any value of interface

This is cuz of the first vlan issue.  Add it after you fix the 20 vlan.

> [admin at MikroTik] /system identity> set name=$NZ1Q
> failure: empty identity string

Take the '$' out of it, just make it NZ1Q-StPete

BTW, you're 5 miles from St Pete, and 11 miles from Tampa.
The Tampa shot is basically all over water, so try both and see what is better

73's
-- 
Bryan Fields, W9CR
Florida Simulcast Group, Inc.


More information about the FSG-public mailing list