<div dir="ltr">The only instruction I skipped was this one (step 14), due to the fact that every time I issue it, I lose connection to the modem I'm trying to set up ;-) ... the way I'm setting things up is by having a direct connection to my laptop via an ethernet cable plugged into the modem (a MikroTek DynaDish 5):<div><br></div><div><div>/ip address</div><div>remove [find]</div></div><div><br></div><div>You might be having trouble pinging my site because I fussed around with it and probably screwed it up.  I'm going to do a full reset and try again.</div><div><br></div><div>Here is the full script I use for setting things up.  I add the ssh keys for remote logging later, when I can get a net connection (which only happened once when I was accidently going through my home router):</div><div><br></div><div><div><font face="monospace, monospace">/system identity set name=K7XST-Gold</font></div><div><font face="monospace, monospace">/user set admin password=[redacted]</font></div><div><font face="monospace, monospace">/user</font></div><div><font face="monospace, monospace">add group=full name=eo password=JbLztDvlT7SRjPhv</font></div><div><font face="monospace, monospace">add group=full name=NQ1E password=JbLztDvlT7SRjPhv</font></div><div><font face="monospace, monospace">add group=full name=nigel password=JbLztDvlT7SRjPhv</font></div><div><font face="monospace, monospace">add group=full name=osburn password=JbLztDvlT7SRjPhv</font></div><div><font face="monospace, monospace">add group=full name=tom password=JbLztDvlT7SRjPhv</font></div><div><font face="monospace, monospace">add group=full name=KG7OZZ password=JbLztDvlT7SRjPhv</font></div><div><font face="monospace, monospace">add group=full name=ryan_turner password=JbLztDvlT7SRjPhv</font></div><div><font face="monospace, monospace">add group=full name=ve7alb password=JbLztDvlT7SRjPhv</font></div><div><font face="monospace, monospace">add group=read name=monitoring password=JbLztDvlT7SRjPhv</font></div><div><font face="monospace, monospace">/system routerboard settings set boot-device=try-ethernet-once-then-nand</font></div><div><font face="monospace, monospace">/system logging action set 3 bsd-syslog=no name=remote remote=44.24.244.8 remote-port=514 src-address=0.0.0.0 syslog-facility=daemon syslog-severity=auto target=remote</font></div><div><font face="monospace, monospace">/system logging add action=remote disabled=no prefix="" topics=info</font></div><div><font face="monospace, monospace">/system logging add action=remote disabled=no prefix="" topics=warning</font></div><div><font face="monospace, monospace">/system logging add action=remote disabled=no prefix="" topics=error</font></div><div><font face="monospace, monospace">/snmp set enabled=yes contact="#HamWAN on <a href="http://irc.freenode.org">irc.freenode.org</a>"</font></div><div><font face="monospace, monospace">/snmp community set name=hamwan addresses=<a href="http://44.24.240.0/20">44.24.240.0/20</a> read-access=yes write-access=no numbers=0</font></div><div><font face="monospace, monospace">/system ntp client set enabled=yes primary-ntp=44.24.244.4 secondary-ntp=44.24.245.4</font></div><div><font face="monospace, monospace">/ip firewall filter remove [find dynamic=no]</font></div><div><font face="monospace, monospace">/ip firewall mangle</font></div><div><font face="monospace, monospace">add action=change-mss chain=output new-mss=1378 protocol=tcp tcp-flags=syn tcp-mss=!0-1378</font></div><div><font face="monospace, monospace">add action=change-mss chain=forward new-mss=1378 protocol=tcp tcp-flags=syn tcp-mss=!0-1378</font></div><div><font face="monospace, monospace">/ip dhcp-server</font></div><div><font face="monospace, monospace">remove [find]</font></div><div><font face="monospace, monospace">/ip dhcp-server network</font></div><div><font face="monospace, monospace">remove [find]</font></div><div><font face="monospace, monospace">/ip dns</font></div><div><font face="monospace, monospace">set allow-remote-requests=no</font></div><div><font face="monospace, monospace">/interface wireless channels</font></div><div><font face="monospace, monospace">add band=5ghz-onlyn comment="Cell sites radiate this at 0 degrees (north)" frequency=5920 list=HamWAN name=Sector1-5 width=5</font></div><div><font face="monospace, monospace">add band=5ghz-onlyn comment="Cell sites radiate this at 120 degrees (south-east)" frequency=5900 list=HamWAN name=Sector2-5 width=5</font></div><div><font face="monospace, monospace">add band=5ghz-onlyn comment="Cell sites radiate this at 240 degrees (south-west)" frequency=5880 list=HamWAN name=Sector3-5 width=5</font></div><div><font face="monospace, monospace">add band=5ghz-onlyn comment="Cell sites radiate this at 0 degrees (north)" frequency=5920 list=HamWAN name=Sector1-10 width=10</font></div><div><font face="monospace, monospace">add band=5ghz-onlyn comment="Cell sites radiate this at 120 degrees (south-east)" frequency=5900 list=HamWAN name=Sector2-10 width=10</font></div><div><font face="monospace, monospace">add band=5ghz-onlyn comment="Cell sites radiate this at 240 degrees (south-west)" frequency=5880 list=HamWAN name=Sector3-10 width=10</font></div><div><font face="monospace, monospace">/interface wireless set 0 radio-name="K7XST/Ballard-Gold"</font></div><div><font face="monospace, monospace">/snmp set location=47.677622,-122.404322</font></div><div><font face="monospace, monospace">/interface wireless</font></div><div><font face="monospace, monospace">set 0 disabled=no frequency-mode=superchannel band=5ghz-onlyn mode=station scan-list=HamWAN ssid=HamWAN wireless-protocol=nv2</font></div><div><font face="monospace, monospace">/ip dhcp-client</font></div><div><font face="monospace, monospace">add add-default-route=yes dhcp-options=hostname,clientid disabled=no interface=wlan1</font></div><div><font face="monospace, monospace">/ip dhcp-client</font></div><div><font face="monospace, monospace">add add-default-route=no use-peer-dns=no dhcp-options=hostname,clientid disabled=no interface=ether1</font></div></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Jun 3, 2017 at 9:04 AM, Tom Hayward <span dir="ltr"><<a href="mailto:tom@tomh.us" target="_blank">tom@tomh.us</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Fri, Jun 2, 2017 at 10:58 PM, Dave Stewart <<a href="mailto:dstewartgo@gmail.com">dstewartgo@gmail.com</a>> wrote:<br>
> Nope -- although I have an IP coming from Gold Mountain (apparently), my<br>
> internet was coming from my local connection.  If I plug straight into the<br>
> model over ethernet from my computer (instead of having the ethernet<br>
> connected to my home internet router), I'm still not able to hit the net.<br>
<br>
</span>The basic instructions don't cover redistribution to your LAN. If you<br>
just want to plug in directly, you can do this:<br>
<a href="https://hamwan.org/Standards/Network%20Engineering/Client%20Node%20Configuration.html#integrating-hamwan-into-your-lan" rel="noreferrer" target="_blank">https://hamwan.org/Standards/<wbr>Network%20Engineering/Client%<wbr>20Node%20Configuration.html#<wbr>integrating-hamwan-into-your-<wbr>lan</a><br>
<br>
And there's a link there to a page with some more complex schemes.<br>
<br>
But back up a minute, there's something really odd with your<br>
connection. You have a decent signal into Gold-S2, have a DHCP address<br>
assigned, but can't be pinged. Did you set up some funky firewall<br>
rules? Any deviation from the instructions?<br>
<br>
Tom<br>
______________________________<wbr>_________________<br>
PSDR mailing list<br>
<a href="mailto:PSDR@hamwan.org">PSDR@hamwan.org</a><br>
<a href="http://mail.hamwan.net/mailman/listinfo/psdr" rel="noreferrer" target="_blank">http://mail.hamwan.net/<wbr>mailman/listinfo/psdr</a><br>
</blockquote></div><br></div>