Jump to content

This is the support site for Andrews & Arnold Ltd, a UK Internet provider. Information on these pages is generally for our customers but may be useful to others, enjoy!

Router - RouterOS and Routerboard: Difference between revisions

Content deleted Content added
NAB (talk | contribs)
NAB (talk | contribs)
Line 23: Line 23:
Define which services we want to run:
Define which services we want to run:
<pre>/ip service
<pre>/ip service
set telnet disabled=yes
set telnet disabled=yes
set ftp disabled=yes
set ftp disabled=yes
set www disabled=yes
set www disabled=yes
set ssh disabled=no port=22
set ssh disabled=no port=22
set www-ssl disabled=yes
set www-ssl disabled=yes
set api disabled=yes
set api disabled=yes
set winbox disabled=no port=8291</pre>
set winbox disabled=no port=8291</pre>
And then which helpers we want. Usually you want none as they tend to get in the way!
And then which helpers we want. Usually you want none as they tend to get in the way!
<pre>/ip firewall service-port
<pre>/ip firewall service-port
set ftp disabled=yes
set ftp disabled=yes
set tftp disabled=yes
set tftp disabled=yes
set irc disabled=yes
set irc disabled=yes
set h323 disabled=yes
set h323 disabled=yes
set sip disabled=yes
set sip disabled=yes
set pptp disabled=yes</pre>
set pptp disabled=yes</pre>
Set IP addresses on LAN
Set IP addresses on LAN
<pre>/ip address add \
<pre>/ip address add \