How to set Router?

hi, i have a question here.

I have 1 wan connection (eth1) → x.x.x.25/29
I have 4 usable public ip to designate to specific port…

eth2-eth5 → local dhcp 192.168.1.x
eth6-9 (public ip x.x.x.27 - x.x.x.30)

How do I set them up?

Regards.

Do you truly want the devices plugged into eth 6 - 9 to actually have the public IPs assigned to them? You can use NAT to keep the systems on private IPs like your other systems and forward only the necessary ports to those devices that require public access.

Thank you for your suggestion. I got everything done as well as your suggestion. Thank you again :slight_smile: