SINGAPORE EXPATS FORUM
Singapore Expat Forum and Message Board for Expats in Singapore & Expatriates Relocating to Singapore
Any VPN experts here ???
-
- Regular
- Posts: 52
- Joined: Wed, 23 Mar 2016 3:22 pm
Any VPN experts here ???
Hi,
Here's what I would ideally like to do ---
I would like to force all outgoing connections from my home through a VPN. I understand that my access will most probably slow down but I accept that downside.
I believe there is some hardware available that will sit between my incoming fibre box and the router to do this job.
Can anyone advise? Or point me in the right direction?
Thanks in advance.
- John
Here's what I would ideally like to do ---
I would like to force all outgoing connections from my home through a VPN. I understand that my access will most probably slow down but I accept that downside.
I believe there is some hardware available that will sit between my incoming fibre box and the router to do this job.
Can anyone advise? Or point me in the right direction?
Thanks in advance.
- John
Re: RE: Any VPN experts here ???
Low end firewall appliances like sonic wall or fortigate can accomplish that, forcing all traffic via secure network.Bigjohn32819 wrote:Hi,
Here's what I would ideally like to do ---
I would like to force all outgoing connections from my home through a VPN. I understand that my access will most probably slow down but I accept that downside.
I believe there is some hardware available that will sit between my incoming fibre box and the router to do this job.
Can anyone advise? Or point me in the right direction?
Thanks in advance.
- John
What router are you using ?
Do some search to see if it's really worthwhile.
-
- Regular
- Posts: 52
- Joined: Wed, 23 Mar 2016 3:22 pm
Re: RE: Any VPN experts here ???
the router is zhone ... as supplied by viewquest ...ecureilx wrote:Low end firewall appliances like sonic wall or fortigate can accomplish that, forcing all traffic via secure network.
What router are you using ?
Do some search to see if it's really worthwhile.
the online search seems to only throw up results pertaining to creating vpn on individual computers ... which isn't what i'm looking for ...
thanks for your input mate.
Re: RE: Any VPN experts here ???
Is the VPN set up on the ZHONE router ? if so, if you can, set 0.0.0.0 to be routed via VPNBigjohn32819 wrote:the router is zhone ... as supplied by viewquest ...ecureilx wrote:Low end firewall appliances like sonic wall or fortigate can accomplish that, forcing all traffic via secure network.
What router are you using ?
Do some search to see if it's really worthwhile.
the online search seems to only throw up results pertaining to creating vpn on individual computers ... which isn't what i'm looking for ...
thanks for your input mate.

- Strong Eagle
- Moderator
- Posts: 11504
- Joined: Sat, 10 Jul 2004 12:13 am
- Location: Off The Red Dot
- Contact:
Re: Any VPN experts here ???
I don't understand what you mean when you say you want to "force all outgoing connections" to run through a VPN. Outgoing to where? Every VPN connection requires a server to make the VPN connections and a client that requests and processes them. The VPN connection is secure between the VPN server and the VPN client, nowhere else.
So... this works great if you are in a Starbucks with an open connection. Without VPN, you connect to the internet with the Starbucks wifi and if you bring up a banking page, everyone can see it.
So, you fire up your VPN client and make connection with the VPN server. Your data is now tunneled and encrypted. Now, it doesn't matter if Starbucks is open and sniffable... your data is encrypted between the server and the client, and your internet connection to your bank is actually from the VPN server now, which is presumably a more secure, hard wired connection.
So again, I say, "Outgoing to where?" If a website uses http protocol and you access it, there is nothing that you can do to prevent that connection from potentially being sniffed somewhere along the network path.
If you want all your computers to go through VPN when you are not inside your home network, then you must either have a server with VPN services enabled (ie - Windows Server 2012 R2), and operate your PC's and users on a domain with active directory control, or you must have a hardware appliance that supports the same. An example of such a box is the Netgear FVS318 ProSafe VPN/Firewall... http://www.amazon.com/NETGEAR-FVS318-Pr ... B00006B9HC
Or, if you want the cat's meow in firewwall appliances, you'll want to get the Cisco Meraki brand... pricey but very capable and very easy to use. https://www.meraki.com/products/appliances In all these cases, the PC making the connection requires software to make the connection... Windows VPN, Cisco AnyConnect, etc.
The point is, though, that you VPN a VPN client TO a VPN server. For example, employees in my company use our VPN to access the company network when traveling. They use the client's VPN when accessing the client's network. Or, we can really stretch things. The employee uses our VPN to connect to our network, then uses remote desktop (RDP) to access their workstation in the office, then uses the client VPN setup on the workstation to access the client network.
Maybe you can tell me more about what you are trying to achieve?
So... this works great if you are in a Starbucks with an open connection. Without VPN, you connect to the internet with the Starbucks wifi and if you bring up a banking page, everyone can see it.
So, you fire up your VPN client and make connection with the VPN server. Your data is now tunneled and encrypted. Now, it doesn't matter if Starbucks is open and sniffable... your data is encrypted between the server and the client, and your internet connection to your bank is actually from the VPN server now, which is presumably a more secure, hard wired connection.
So again, I say, "Outgoing to where?" If a website uses http protocol and you access it, there is nothing that you can do to prevent that connection from potentially being sniffed somewhere along the network path.
If you want all your computers to go through VPN when you are not inside your home network, then you must either have a server with VPN services enabled (ie - Windows Server 2012 R2), and operate your PC's and users on a domain with active directory control, or you must have a hardware appliance that supports the same. An example of such a box is the Netgear FVS318 ProSafe VPN/Firewall... http://www.amazon.com/NETGEAR-FVS318-Pr ... B00006B9HC
Or, if you want the cat's meow in firewwall appliances, you'll want to get the Cisco Meraki brand... pricey but very capable and very easy to use. https://www.meraki.com/products/appliances In all these cases, the PC making the connection requires software to make the connection... Windows VPN, Cisco AnyConnect, etc.
The point is, though, that you VPN a VPN client TO a VPN server. For example, employees in my company use our VPN to access the company network when traveling. They use the client's VPN when accessing the client's network. Or, we can really stretch things. The employee uses our VPN to connect to our network, then uses remote desktop (RDP) to access their workstation in the office, then uses the client VPN setup on the workstation to access the client network.
Maybe you can tell me more about what you are trying to achieve?
- Strong Eagle
- Moderator
- Posts: 11504
- Joined: Sat, 10 Jul 2004 12:13 am
- Location: Off The Red Dot
- Contact:
Re: RE: Any VPN experts here ???
Secure to where? Every VPN requires a client and a server to make the connection. If the OP wants to make secure inbound connections to his home network then see my other post. But you can't just have a one sided VPN connection.ecureilx wrote:Low end firewall appliances like sonic wall or fortigate can accomplish that, forcing all traffic via secure network.
Re: RE: Any VPN experts here ???
He just wants to route everything to whatever VPN the Fibre provider does.Strong Eagle wrote:Secure to where? Every VPN requires a client and a server to make the connection. If the OP wants to make secure inbound connections to his home network then see my other post. But you can't just have a one sided VPN connection.ecureilx wrote:Low end firewall appliances like sonic wall or fortigate can accomplish that, forcing all traffic via secure network.
I left it with my suggestion as I don't have time to go after his requirements

I have done such VPN set ups, for clients in SG who want all internet to go via their HQ network in US or Europe. Route 0.0.0.0 to secure network, and secure network would be the remote server. Provided, "PROVIDED" the remote side routes all of 0.0.0.0 via the remote gateway.
In theory and practice, it's possible, but with Fibre, no, I don't know yet.
Re: Any VPN experts here ???
I am not sure if you will manage to find such router and the reason I think so, is, you need a pair client server. Although there are some standardised protocols I believe, normally the server needs a match with dedicated client so you would need a specific client software (or proprietary protocol) on your router to connect to a specific VPN server. Normally people are pretty happy using software clients without channeling the whole traffic via the VPN link what combined with the client-server matchmaking gives rather limited market.Bigjohn32819 wrote:Hi,
Here's what I would ideally like to do ---
I would like to force all outgoing connections from my home through a VPN. I understand that my access will most probably slow down but I accept that downside.
I believe there is some hardware available that will sit between my incoming fibre box and the router to do this job.
Can anyone advise? Or point me in the right direction?
Thanks in advance.
- John
Having said that, if you are sufficiently skilled and still insist on such solution, I would look if anything is available under openwrt and similar software router platforms. For example, I see no reason why such strategy could be not implemented with a router running the openwrt with an openvpn client and a vpn server running the openvpn server.
- Strong Eagle
- Moderator
- Posts: 11504
- Joined: Sat, 10 Jul 2004 12:13 am
- Location: Off The Red Dot
- Contact:
Re: RE: Any VPN experts here ???
Then the OP needs two things.ecureilx wrote:He just wants to route everything to whatever VPN the Fibre provider does.
a) Needs to know the brand, protocol, and type of VPN server the fibre provider is using
b) Needs to find a router with a compatible built in client
The second one won't be so easy. Asus provides routers with clients. Or, the OP can flash a router with DD-WRT and set it up himself. The router then negotiates the VPN connection with the fibre provider.
I really don't see the point, though. This is all hard wired (in this case, at least partly fiber optic) data transmission. One would need to have direct access to connection points... routers, bridges, etc... to be able to intercept the stream, then identify the packets belonging to the OP.
Sure... the NSA has this backdoor capability and the computing power to extract individual data streams... but the average hacker? I don't think so.
-
- Regular
- Posts: 52
- Joined: Wed, 23 Mar 2016 3:22 pm
Re: RE: Any VPN experts here ???
i honestly do not know enough about it but if i recall correctly, this router doesn't have that feature.ecureilx wrote:Is the VPN set up on the ZHONE router ? if so, if you can, set 0.0.0.0 to be routed via VPNIt should do the trick ?
-
- Regular
- Posts: 52
- Joined: Wed, 23 Mar 2016 3:22 pm
Re: Any VPN experts here ???
to prevent local sniffing ...Strong Eagle wrote:I don't understand what you mean when you say you want to "force all outgoing connections" to run through a VPN. Outgoing to where? Every VPN connection requires a server to make the VPN connections and a client that requests and processes them. The VPN connection is secure between the VPN server and the VPN client, nowhere else.
So... this works great if you are in a Starbucks with an open connection. Without VPN, you connect to the internet with the Starbucks wifi and if you bring up a banking page, everyone can see it.
So, you fire up your VPN client and make connection with the VPN server. Your data is now tunneled and encrypted. Now, it doesn't matter if Starbucks is open and sniffable... your data is encrypted between the server and the client, and your internet connection to your bank is actually from the VPN server now, which is presumably a more secure, hard wired connection.
So again, I say, "Outgoing to where?" If a website uses http protocol and you access it, there is nothing that you can do to prevent that connection from potentially being sniffed somewhere along the network path.
If you want all your computers to go through VPN when you are not inside your home network, then you must either have a server with VPN services enabled (ie - Windows Server 2012 R2), and operate your PC's and users on a domain with active directory control, or you must have a hardware appliance that supports the same. An example of such a box is the Netgear FVS318 ProSafe VPN/Firewall... http://www.amazon.com/NETGEAR-FVS318-Pr ... B00006B9HC
Or, if you want the cat's meow in firewwall appliances, you'll want to get the Cisco Meraki brand... pricey but very capable and very easy to use. https://www.meraki.com/products/appliances In all these cases, the PC making the connection requires software to make the connection... Windows VPN, Cisco AnyConnect, etc.
The point is, though, that you VPN a VPN client TO a VPN server. For example, employees in my company use our VPN to access the company network when traveling. They use the client's VPN when accessing the client's network. Or, we can really stretch things. The employee uses our VPN to connect to our network, then uses remote desktop (RDP) to access their workstation in the office, then uses the client VPN setup on the workstation to access the client network.
Maybe you can tell me more about what you are trying to achieve?

so create a tunnel between my connection and say a server in the US or wherever ...
so effectively have a US IP address ...
hope this is clearer
-
- Regular
- Posts: 52
- Joined: Wed, 23 Mar 2016 3:22 pm
Re: Any VPN experts here ???
i've heard and read of this and am trying to understand it more since it appears to do what i want since all traffic will go through it.x9200 wrote:Having said that, if you are sufficiently skilled and still insist on such solution, I would look if anything is available under openwrt and similar software router platforms. For example, I see no reason why such strategy could be not implemented with a router running the openwrt with an openvpn client and a vpn server running the openvpn server.
- Strong Eagle
- Moderator
- Posts: 11504
- Joined: Sat, 10 Jul 2004 12:13 am
- Location: Off The Red Dot
- Contact:
Re: Any VPN experts here ???
Again, it's very difficult to sniff a hard wired connection, from your house to anywhere. Companies insist on VPN connections not because they are concerned about a hard wired connection being breached but because they cannot guarantee that a remote PC doesn't have an open wireless connection.Bigjohn32819 wrote:to prevent local sniffing ...![]()
so create a tunnel between my connection and say a server in the US or wherever ...
so effectively have a US IP address ...
hope this is clearer
Unless you are paying hard money for a VPN service, it's hard to tell what the dodgy buggers at the free services are doing with your connection and your supposedly secure data.
More and more companies (aka Netflix) are onto the VPN thing and are now blocking access.
And, of course, you are totally reliant upon your VPN provider's bandwidth.
If you Google 'router VPN client' there is lots of information on creating one.
-
- Regular
- Posts: 52
- Joined: Wed, 23 Mar 2016 3:22 pm
Re: Any VPN experts here ???
thanks for this ... appreciate it ...Strong Eagle wrote:Again, it's very difficult to sniff a hard wired connection, from your house to anywhere. Companies insist on VPN connections not because they are concerned about a hard wired connection being breached but because they cannot guarantee that a remote PC doesn't have an open wireless connection.Bigjohn32819 wrote:to prevent local sniffing ...![]()
so create a tunnel between my connection and say a server in the US or wherever ...
so effectively have a US IP address ...
hope this is clearer
Unless you are paying hard money for a VPN service, it's hard to tell what the dodgy buggers at the free services are doing with your connection and your supposedly secure data.
More and more companies (aka Netflix) are onto the VPN thing and are now blocking access.
And, of course, you are totally reliant upon your VPN provider's bandwidth.
If you Google 'router VPN client' there is lots of information on creating one.
Re: Any VPN experts here ???
Unless the sniffer is a gov agency.Strong Eagle wrote:Again, it's very difficult to sniff a hard wired connection, from your house to anywhere.Bigjohn32819 wrote:to prevent local sniffing ...![]()
so create a tunnel between my connection and say a server in the US or wherever ...
so effectively have a US IP address ...
hope this is clearer
-
- Similar Topics
- Replies
- Views
- Last post
-
-
"We associate your Google Account with a country"; do I need a VPN and why?
by musical box » Thu, 12 Jan 2023 12:28 pm » in Computer, Internet, Phone & Electronics - 3 Replies
- 3553 Views
-
Last post by Danial Braine
Sat, 04 Feb 2023 4:25 pm
-
-
-
Need experts view for my profile
by Jovile » Fri, 31 Jan 2020 11:17 am » in PR, Citizenship, Passes & Visas for Foreigners - 27 Replies
- 6904 Views
-
Last post by Jovile
Fri, 14 Aug 2020 9:39 am
-
-
-
To all East Coast experts - best condos?
by nasenbaer1221 » Wed, 11 Mar 2020 5:45 am » in Property Talk, Housing & Rental - 1 Replies
- 2162 Views
-
Last post by Nia0903
Mon, 16 Mar 2020 1:28 am
-
-
-
Any game table entusiast here? Air hockey to be exact
by AdamSC » Mon, 14 Jan 2019 10:56 pm » in Leisure Chat, Jokes, Rubbish - 0 Replies
- 3622 Views
-
Last post by AdamSC
Mon, 14 Jan 2019 10:56 pm
-
-
- 0 Replies
- 1694 Views
-
Last post by scrupine
Sun, 20 Jan 2019 7:15 pm
Who is online
Users browsing this forum: No registered users and 9 guests