Recently received a new Mikro Tik DynaDish 5 and have not been able to bring up the configuration page via browser at 192.168.88.1 as the instructions recommend. With Bryan's help, I have WinBOX connected via mac address. In loading the config data, it appears the data is loaded, however several errors are kicked back, which appear to be systax errors. File attached. The above two problems might be caused by my unfamiliarity with Mikro Tik and how it works. Any ideas or comments would be helpful on getting this antenna/router working on HamWAN. Ed Erny Amateur Radio Call Sign: NZ1Q St Petersburg Amateur Radio Club <https://www.facebook.com/sparcw4gac/> on Facebook
Ed, How did you run the commands? Did you run them one at a time, or all at once? In winbox box you have to run them one at a time in the terminal. Ryan Owens, KJ4SHL
On Jan 2, 2017, at 5:30 AM, Edward Erny <edwerny@gmail.com> wrote:
Recently received a new Mikro Tik DynaDish 5 and have not been able to bring up the configuration page via browser at 192.168.88.1 as the instructions recommend.
With Bryan's help, I have WinBOX connected via mac address. In loading the config data, it appears the data is loaded, however several errors are kicked back, which appear to be systax errors. File attached.
The above two problems might be caused by my unfamiliarity with Mikro Tik and how it works. Any ideas or comments would be helpful on getting this antenna/router working on HamWAN.
Ed Erny
Amateur Radio Call Sign: NZ1Q St Petersburg Amateur Radio Club on Facebook
<dd5 errors-1.txt> _______________________________________________ FSG-public mailing list FSG-public@lists.keekles.org http://lists.keekles.org/cgi-bin/mailman/listinfo/fsg-public
On 1/2/17 8:30 AM, Edward Erny wrote:
[admin@MikroTik] > /interface wireless [admin@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@MikroTik] /interface wireless> l2mtu=2290 mode=station-bridge radio-name=$NZ1Q-StPete scan-list= HamWAN ssid=HamWAN \ syntax error (line 1 column 6) [admin@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@MikroTik] /interface wireless> /interface vlan [admin@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@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@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.
participants (3)
-
Bryan Fields -
Edward Erny -
Ryan Owens