I'm working on a work project and this is the start of my config for a router. I started with a fresh CentOS7 install.
Here we are assuming eth0 is our “public” interface while eth1 is our “private” interface.
1) Install pre-reqs
yum install epel-release
yum install iptables-services
yum...