Tell me more ×
Server Fault is a question and answer site for professional system and network administrators. It's 100% free, no registration required.

I have a small network with a single LinkSys router connected to broadband in US via Comcast. I have a VPN proxy server account that I can use with a standard Windows connection, allowing me to have a geographic IP fingerprint in Europe, this is useful for a number of purposes.

I want to setup a 2nd router that automatically connects via VPN to this proxy service, so any hardware that is connected to router 2 looks as though it is originating network requests in Europe, and any hardware connected to my main router has normal Comcast traffic (all requests are originating from USA).

My 2nd router is a LinkSys WRT54G2, I'm having trouble getting this configured. Question, is what I'm trying to do even feasible? Should the WRT54G2 be able to do this with native functionality? Would flashing it with DD-WRT allow me to achieve my objectives?

share|improve this question
Some more details. What type of VPN. DD-WRT does SSL only. What type of proxy is this you are talking about - HTTP, or are you using it via the VPN to actually create a gateway in Europe for your subnet... – ColtonCat Sep 13 '09 at 23:21
I'm using the service offered at hidemynet.com I want to be careful about my technical language here, I'm more of a software person than hardware. But I believe that my desire is to use the VPN connection to create a gateway into Europe. In effect, any appliance physically connected to the router would automatically be routed through the 'hidemynet' service. In terms of what type of VPN, HideMyNet doesn't elaborate, I've simply created a standard Windows Connection using VPN. their setup page explains the process: hidemynet.com/?a=setup&t=1 – NKimber Sep 14 '09 at 14:42

1 Answer

Yes, flashing the router with DD-WRT should work.

You also need to make sure that the two routers are not trying to work on the same subnet - eg 192.168.1.0/24 and 192.168.2.0/24.

I've used tiered routers such as you're describing before, but getting them to cascade properly is a bit of a pain - especially if their subnets aren't configurable :)

If they're both WRT54G units, however, you should be good :)

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.