We have a Linksys wireless G router and a BT connection with 5 IPs.

I have no idea how to set this up. Can this router take 5 IPs? I can't see anywhere on the admin panel to configure this. I have also searched Google but no joy.

Do I need a better router to handle the multiple IPs?

link|improve this question
feedback

migrated from serverfault.com May 18 '11 at 8:10

This question came from our site for system administrators and desktop support professionals.

3 Answers

up vote 2 down vote accepted

Most consumer routers are only capable of a single WAN IP address. You will need to use DD-WRT or something stronger if you want to use more than one WAN IP address and route them appropriately.

link|improve this answer
what would be a recommended router that can handle this natively to use for this scenario? – cvista May 18 '11 at 8:18
Something running DD-WRT or stronger. – Ignacio Vazquez-Abrams May 18 '11 at 8:20
so if i download one of the builds from dd-wrt.com/site/support/router-database whcih is for the wrt54g and upgrade the firmware on the current panel i will be able to run multiple IPs? – cvista May 18 '11 at 8:25
Yes, but it will take a little more than that to actually use them, since the default configuration still assumes a single address. Unless you have experience configuring Linux to have and route multiple addresses on a single interface, I wouldn't worry terribly about it. – Ignacio Vazquez-Abrams May 18 '11 at 8:28
so - what router should i be using that will have multiple IP support? without messing about with linux? – cvista May 18 '11 at 8:30
show 1 more comment
feedback

The regular LinkSys home routers typically don't support having more than one IPv4 address (and most don't support IPv6 yet either). You may have better luck with a custom third-party firmware (which could void your warranty, just in case you weren't aware) or set up a Unix/Linux box with a proper firewall to do the same thing.

  DD-WRT (third-party firmware for routers)
  http://www.dd-wrt.com/

link|improve this answer
feedback

Yes and no...

As both the other answers say, typically with home routers, the answer is NO, they use NAT and it only supports a single IP address.

What you can do however is turn NAT off and using direct routing/bridging, giving each machine you want to have a static IP its own, then also if you wish, you can get a different router behind that and assigning that a static IP, then machines behind that can use NAT as standard.

link|improve this answer
It's important to note that this configuration idea (although it is a very interesting one) could introduce some serious security risks since these machines (hosts) would be directly accessible from the internet without even the basic protection that NAT provides. – Randolf Richardson May 18 '11 at 9:03
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.