RB750 Route

Hi all,
I configured the DHCP Server correctly (10.10.10.2-10.10.10.254) on VLAN10 (10.10.10.1) in eth2, also I assign address 192.168.1.199/24 to eth1.
I make a new route with dst address 0.0.0.0/0 with gateway 192.168.1.1 and also masqerading rule with src address 10.10.10.0/24 and dst address 0.0.0.0/0.
The Mikrotik eth1 is linked to my LAN 192.168.1.x (gateway 192.168.1.1–>internet) and the eth2 to another switch with port in trunk mode and a port on that switch with vlan 10 untagged, if I connect a PC to that port it get correctly 10.10.10.x address but is not able to ping IP on LAN 192.168.1.X and subsequently no exit to internet.
Is a route problem? Where I fail?

If you need additional info please ask me.

Thank you for support
Alex
network.jpg
route list.jpg

From PC1 I was able to ping the default gateway of VLAN10 (10.10.10.1) but not 192.168.1.199 (eth1) or other IP on 192.168.1.x.
In the image below the IP route print.

Any idea??

Regards
Alex
ip route print.jpg

Post up “ip firewall nat export” and “ip firewall filter export”.

Tnx for support!!! :slight_smile:

Regards
Alex
IP firewall.jpg

Can you ping to the internet from the MTK?

Do a tracert from your host to something on the internet.

Give me an ip add export.

Please don’t kill me!!! :frowning:
Was only a DNS problem!!!
Do not know why, but the system still had this setting:

/ip dns
set allow-remote-requests=no cache-max-ttl=1w cache-size=2048KiB
max-udp-packet-size=512 servers=192.168.88.1

I didn’t find it with winbox but only by CLI, I set the correct DNS by CLI and now all works.

Sorry again & thank you for support

Regards
Alex