first connection

hy, i bought mikrotik router, i have pc with openvpn and webserver and i whant these servers be accessed throught mikrotik.
i connected mikrotik to my isp router with same subnet as isp on port 12. on port 1 i put 10.0.0.1.
now when i connect laptop with mikrotik port 1 i run dhclient and cannot get ip from mikrotik.
second: i whant route trafic from port 12 to port 1 and back so servers on that port can be acceses.
but first i whant get internet from port 1, where my laptop is connected.

ISP(192.168.0.1)----------->mikrotik(port 12 192.168.0.200)--------------->mikrotik(port 1 10.0.0.1)

solved.

i run dhclient on port 12 so port grab ip from isp router.
run dns server on port 1 with ip 10.0.0.0/24. run dhclient from laptop to grab mikrotik ip.
added masquerade on port 12 with source addres 10.0.0.0/24. and got internet.

routes are added automaticly when creating addresses.