Require Routing Help!!

Hello Everyone!

I’ve been provided by RIR a /22 ip pool, i.e. 192.168.1.0/22. And I’ve a RoutrOS X86 installed on my computer for BGP communication with my upstream provider. What I need to do is, add one more router before RouterOS in my LAN network, & use public IPs on hosts in LAN. I know, this is a very basic thing. But, I’m very new to RouterOS & Routing. So, please help me.

For your reference, I’ve attached example network diagram.

Thank you in advance. :slight_smile:

Rahul
net-dia.JPG

Configure routes on /ip routes

and make a netmap or a nat rule to assign each IP to the private network machine you need.

something like:

/ip firew nat add action=netmap chain=dstnat comment="public_IPs" disabled=no \
    dst-address=public protocol=tcp to-addresses=192.168.1.x(private) \
    to-ports=0-65535

i suggest to use ospf