I have searched on how to create a router using RL however most of what I find appears to be outdated and/or incomplete.
Have have a Comcast Fiber Internet service that they’ve delivered. Usually any ISP that we’ve worked with hands you your subnet and reserves an address within your subnet as their gateway interface for you. In this case they’ve given the entire subnet and given us and additional /30 WAN subnet for our gateway/router. Since this isn’t something we normally see with Internet service we weren’t prepared with a dedicated router.
As a quick fix for this I would like to create a dedicated Linux router, preferable a Rocky Linux router however I find a lot of old info on how to do this. Some say to enable ipv4 forwarding in sysctl.conf which doesn’t appear to exist in RL9. Other say to use FirewallD/IPTables to forward traffic.
Has anyone done this? We need two way traffic forwarded, both outgoing and incoming. Is this as simple as creating a couple of forwarding rules in IPTables?