The easiest way would be (other than buy a router

) ...
setup a box with two nics
one nic(a) will be hooked to your WAN connection.
it will have one of your static IPS
the other nic(b) will have a local IP (192.168.x.x)
setup NAT
hook a switch/hub to that interface(b)
and then set ip addresses on the PC' s in the same subnet as the NIC(b) (or setup DHCP)
the system will then translate traffic from IP addy (a) to internal addresses (b)
then you can setup firewall as needed with any rules needed.
soule