Hi all,
I’ve “configured” a mikrotik router and I’ve some issues.
lan interface: eth2 ip address 192.168.1.167/24
wan interface: eth9 ip address 192.168.2.49/24
When I ping with my pc (192.168.1.180, gw 192.168.1.167) i can ping lan interface, wan interface and gateway wan interface (192.168.2.1) but i can’t access Internet.
When i ping from the mikrotik router with lan interface i can’t ping wan interface
When I ping with wan interface to lan interface I can ping 192.168.2.1 but no 192.168.1.167 and Internet.
IP / Routes
Dst. Address Gateway Pref. Source
DAC 192.168.2.0/24 WAN reachable 192.168.2.49
DAC 192.168.1.0/24 LAN reachable 192.168.1.167
AS 0.0.0.0/0 WAN reachable 192.168.2.49
Firewall / NAT
Action Chain
masquerade srcnat
Firewall / Filter Rules
Action Chain Dst.Address Out.Interface
accept forward 192.168.2.0/24 WAN
accept forward 192.168.1.0/24 LAN
Thanks in advance