I have small business internet. Currently the modem they have given me has 4 ethernet ports on it. I would like to get a block of 4 or 5 static IP's from them but I'm wondering what kind of equipment do I need to do the NAT to have one internal network. I have a linksys router with DD-WRT on it but it seems incapable of performing this task. If anyone has done this or something similar I am open to all suggestions.
|
feedback
|
migrated from stackoverflow.com Feb 13 '11 at 18:09
This question came from our site for professional and enthusiast programmers.
|
I would suggest checking out PFSense. I have used this firewall quite a bit and it always seems to handle everything I throw at it. It runs very well on an old pc or the ALIX platform of embedded devices. With PFSense, you will be able to assign all of your IPs to the firewall. From the firewall to can: port-forward to hosts in the internal network from external IPs, setup 1:1 NAT, or assign IPs to other networks attached to the firewall. Also, there is lots of community support for PFSense. | |||
feedback
|
|
Assuming that that modem acts only as a switch then you plug up the WRT into it configure the WAN for static IP and your set. I am also going to guess the rest will be for servers, all you have to do for them is plug them into the other ports and configure them with the other static IPs. | |||
feedback
|