I am beginner in Mikrotik, my Supervisor want migrate previous ROS (ROS v3) to new ROS which is CCR1009. I try to adapt the all firewall rule (filter , nat, mangle) from previous ROS to the new one.
My question I enable connection tracking in CCR, but it only show my local address as src.address to public dst.address, which different with the old one (ROSv3) connection tracking show all ip in src.address information (Local IP , NAT IP, and Public IP)
My question , how to configure connection tracking so it display all my IP ?
Hi Normis, thank you for your reply. I had tried your suggestion.
Maybe with pict , it will more clear.
FYI, we also prepare for ISP migration. The old routerOS for ISP A and the CCR for ISP B .
Old ROS
— Local IP = 192.168.0.0/16
— NAT IP = 222.124.x.x/29
*CCR
—Local IP = 192.168.0.0/16
—NAT IP = 103.9.x.x/24
As we can see from the picture , that connection tracking information are different from both ROS. The new CCR only show local IP not NAT IP or Public IP in src.address column. I hope new CCR give same information as the old one.