Ok I'm a little baffled, and I must be configuring something wrong.
I have a Routerboard 411 running RouterOS v4.5 (level 3) and I am trying to setup a static IP to get to it via SSH. If I set it up using DHCP, it works fine. The only way I can currently get to it is via Winbox/MAC address method.
I have the following set:
[admin@MikroTik] > /ip address print
Flags: X - disabled, I - invalid, D - dynamic
ADDRESS NETWORK BROADCAST INTERFACE
0 192.168.1.16/24 192.168.1.0 192.168.1.255 ether1
[admin@MikroTik] > /ip route print
Flags: X - disabled, A - active, D - dynamic, C - connect, S - static, r - rip, b - bgp, o - ospf, m - mme,
B - blackhole, U - unreachable, P - prohibit
DST-ADDRESS PREF-SRC GATEWAY DISTANCE
0 S 0.0.0.0/0 192.168.1.1 1
So my assumption is that everything is set correctly? I run a simple 192.168.1.x network, with the router being at 192.168.1.1. I can not ping in either direction.....
Any ideas?