I am having an issue pinging the default gateway on my network.
If I configure the interface using DHCP, I can ping the default gateway telling me that it is connected properly. If I remove DHCP and configure it manually, I can no longer ping the default gateway. When I configure a laptop with the same static IP details using the same cable as plugged into the Mikrotik, I am able to ping the default gateway. When adding the new IP address to the IP address list, I also have been changing the routing and nat information.
1.1.1.1 -> IP address of external interface
2.2.2.2 -> Broadcast IP of external interface
3.3.3.3 -> IP address of telco gateway
/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 A S 0.0.0.0/0 1.1.1.1 3.3.3.3 1
1 ADC 10.1.1.0/24 10.1.1.253 bridge-local 0
2 DC 10.2.10.0/24 10.2.10.1 wlan1 255
3 ADC 2.2.2.2/29 1.1.1.1 ether1-gateway 0
/ip address> print
Flags: X - disabled, I - invalid, D - dynamic
ADDRESS NETWORK INTERFACE
0 ;;; Inside
10.1.1.253/24 10.1.1.0 ether6-master-local
1 ;;; Outside
1.1.1.1/29 2.2.2.2 ether1-gateway
3 ;;; DMZ
10.2.10.1/24 10.2.10.0 wlan1
/ip firewall nat> print
Flags: X - disabled, I - invalid, D - dynamic
0 ;;; Nat
chain=srcnat action=src-nat to-addresses=3.3.3.3 src-address=10.1.1.0/24
1 chain=srcnat action=src-nat to-addresses=3.3.3.3 src-address=10.2.10.0/24
/ip arp> print
Flags: X - disabled, I - invalid, H - DHCP, D - dynamic, P - published
ADDRESS MAC-ADDRESS INTERFACE
0 D 10.1.1.136 X:X:X:X:X:X bridge-local
1 D 192.168.0.1 Y:Y:Y:Y:Y:Y ether1-gateway
2 D 3.3.3.3 Y:Y:Y:Y:Y:Y ether1-gateway
Would someone be able to provide me with a little direction as to what might be the issue?
Thanks,
Dan