Is it possible to tell your router to redirect specific domains to a specific IP? The router is an Airport Extreme, unfortunately. If it cant be done with this specific router, are there any routers that can do this?
|
feedback
|
migrated from serverfault.com Dec 9 '11 at 11:32
This question came from our site for system administrators and desktop support professionals.
|
I have configured many routers and have never seen a feature like this in off the shelf routers. As far as I know you only get these types of features on high-end enterprise routers like SonicWall and Cisco routers. These range in prices, but the SonicWall I used had this feature and was about a $3,000 router. This is really an advanced task your trying to accomplish. If your up for it you can buy a router compatible with DD-WRT or OpenWRT and get that type of feature for under $200 buck. you gotta flash it and then go from there. @Dan offers another option which is software based, which may be the easiest method depending on how large of a network and how many servers you have behind that router. You may be able to configure Apache as a proxy and forward request to other internal Apache servers. Apache mod_proxy - http://httpd.apache.org/docs/2.0/mod/mod_proxy.html | |||||
feedback
|
|
No, to be frank. Definitely not with an Airport Extreme, and I doubt with any other kind of consumer or prosumer router. This isn't what routers are designed for - that kind of 'routing' needs to be done by software on an Operating System. To be honest, I'm not even sure if there's ANY router that would do - but I'm always happy to be shown. Edit: Wait, I assume you're talking about redirecting INCOMING connections? What is it you're trying to achieve exactly? | |||||
feedback
|
|
No, routers don't support redirecting on domain names since they work on layer 3 of the OSI model. That means that they route network traffic based on IP-adresses and IP-adresses don't contain host-names nor domain-names since that's done on layer 5 (session) of the OSI model, see: http://en.wikipedia.org/wiki/OSI_model If you want to route to domains you probable have to think of using a vlan or subnet. Those settings you likely don't find on cheap routers. | |||
|
feedback
|