1

We have a Draytek Vigor 2820 in our office and we have a few servers running websites and email applications. These servers each have their own public ip using WAN aliases that are mapped to their local IP.

I am looking to extend our IP block (from our ISP) from 5 static IP addresses to 15. The problem is, I can't find a medium business type router that supports more than 8 WAN aliases.

Is there an alternative way of routing public IP addresses to local servers that bypasses the 8 alias limit. Or do we need a much more expensive router? Our current router cost about £200. The top Draytek router I found with the same limitation is around £500.

dannymcc
  • 2,717
  • 10
  • 48
  • 72

1 Answers1

3

I've never heard of Draytek. If you get a midrange router from a major vendor like Cisco, Juniper, Extreme, etc, you shouldn't run into these asinine limitations. You get what you pay for.

MDMarra
  • 100,734
  • 32
  • 197
  • 329
  • Do any of those brands have GUI's? I'm not quite ready to control the router using command line only. – dannymcc Dec 13 '11 at 23:25
  • I know that Linksys models have GUIs and you can have 8 *ranges* of IP addresses for 1:1 NAT. So if your internal IP's and external IP's are sequential and all in the right order, you can do it all in one entry. It's a stupid system though. – Mark Henderson Dec 14 '11 at 01:03
  • @dannymcc I don't know. I don't manage any that do. I wouldn't even know where to begin to look for that since its not a requirement of mine. – MDMarra Dec 14 '11 at 01:06
  • Thanks for your help, I've solved the problem by routing the IP's using a second subnet on the router rather than using the 1:1 NAT. Thanks! – dannymcc Dec 14 '11 at 15:20