I setup:
/ip/address:
# ADDRESS NETWORK BROADCAST INTERFACE
0 192.168.1.1/24 192.168.1.0 192.168.1.255 Local
1 D 92.52.11.46/24 92.52.11.0 92.52.11.255 Internet
/ip/route/print detail:
[admin@MikroTik] /ip route> print detail
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
0 DS dst-address=0.0.0.0/0 gateway=92.52.11.1 interface="" gateway-state=unreachable distance=0 scope=30
target-scope=10
1 ADC dst-address=92.52.11.0/24 pref-src=92.52.11.46 interface=Internet distance=0 scope=200
2 ADC dst-address=192.168.1.0/24 pref-src=192.168.1.1 interface=Local distance=0 scope=10
/ip/firewall/nat/print:
Flags: X - disabled, I - invalid, D - dynamic
0 chain=srcnat action=accept src-address=192.168.1.0/24
1 chain=srcnat action=masquerade src-address=192.168.1.0/24
Internet doesnt work on my pc with ip: 192.168.1.5 and also doesnt work pinging/in winbox - tools- ping/ from mikrotik/192.168.1.1 to my PC/192.168.1.5.
I dont understand why.
It is first time I use dhcp-client, on other routers I use static ip and there there is no problem to nat that, but with dynamic ip of my internet provider I have problem.
Please could you help what is the problem?