Help with route!!!

Hello.

I’m new there.
Somebody can help me please with RB800 routing I have v4.14
I don’t know how to route as i say I’m new there.
I need setup DSL modem with mikrotik and from mikrotik i need connect two PC’s
how to do this?
Thank you!
Sorry for bad English
route.jpg

Please delete this topic
I know how to route…
Thank you

Ok…

How is your provider giving you ip address? through DHCP?..if this would be your option, you would have to configure into your wireless or ethernet interface a DHCP CLIENT like this

/ip dhcp-client add interface=ether2

If you have to provide statically an ip address this should be your configuration

/ip address add address=192.168.1.244/24 interface=ether2

After this you would have to creat an static route to route all the traffic to your gateway

/ip route add gateway=192.168.1.245

then you would have to setup your DNS

/ip dns set servers=8.8.8.8

I am taking the google dns for this example

try with either one of those configuration and from the router New Terminal ping http://www.mikrotik.com and see if that resolves

check that out and first get connectivity inside your router and then we will procceed with the rest of it

Thank you very much