Is it possible to build VPN remote access environment without VPN server? [closed]Redirecting remote-access VPN traffic to BlueCoat web proxyIs “Partial Connection” without VPN possible?Change RADIUS auth method for remote access ipsec vpnVyatta/EdgeOS remote access VPN without NAT?How is user gaining Remote access via SonicWall without VPNConnecting multiple remote networks to one main network through VPNredundant vpn to remote location with redundant linksqos inside vpn, possible or not ? I read yes and noRemote access to the network without port forwarding (blocked by ISP) - VPN
How long is it safe to leave marker on a Chessex battle map?
Why is Na5 not played in this line of the French Defense, Advance Variation?
Why am I getting a strange double quote (“) in Open Office instead of the ordinary one (")?
Why did Intel abandon unified CPU cache?
Java Servlet & JSP simple login
Should I refuse to be named as co-author of a low quality paper?
Can you make an identity from this product?
Why was this person allowed to become Grand Maester?
Getting UPS Power from One Room to Another
What would prevent chimeras from reproducing with each other?
Origin of "boor"
What STL algorithm can determine if exactly one item in a container satisfies a predicate?
CircuiTikZ: How to draw contactor coil?
What would be the way to say "just saying" in German? (Not the literal translation)
Teaching a class likely meant to inflate the GPA of student athletes
Why we don’t make use of the t-distribution for constructing a confidence interval for a proportion?
Is Lambda Calculus purely syntactic?
C++ logging library
Does the new finding on "reversing a quantum jump mid-flight" rule out any interpretations of QM?
Is there a set of positive integers of density 1 which contains no infinite arithmetic progression?
Do you have to have figures when playing D&D?
Should I put programming books I wrote a few years ago on my resume?
How do we say "within a kilometer radius spherically"?
Does putting salt first make it easier for attacker to bruteforce the hash?
Is it possible to build VPN remote access environment without VPN server? [closed]
Redirecting remote-access VPN traffic to BlueCoat web proxyIs “Partial Connection” without VPN possible?Change RADIUS auth method for remote access ipsec vpnVyatta/EdgeOS remote access VPN without NAT?How is user gaining Remote access via SonicWall without VPNConnecting multiple remote networks to one main network through VPNredundant vpn to remote location with redundant linksqos inside vpn, possible or not ? I read yes and noRemote access to the network without port forwarding (blocked by ISP) - VPN
Is it possible to build VPN remote access environment without VPN server?
In this case, only VPN router on top of LAN is sufficient?
If not, why is the server needed in general?
vpn
closed as too broad by Mike Pennington, Ron Maupin♦ Jun 2 at 2:46
Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
add a comment |
Is it possible to build VPN remote access environment without VPN server?
In this case, only VPN router on top of LAN is sufficient?
If not, why is the server needed in general?
vpn
closed as too broad by Mike Pennington, Ron Maupin♦ Jun 2 at 2:46
Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
3
what difference do you make between a VPN router and a VPN server?
– JFL
May 25 at 12:10
voting to close as too broad, since we don't know anything about your VPN requirements (such as client OS, protocol preferences, etc...)
– Mike Pennington
Jun 1 at 14:56
add a comment |
Is it possible to build VPN remote access environment without VPN server?
In this case, only VPN router on top of LAN is sufficient?
If not, why is the server needed in general?
vpn
Is it possible to build VPN remote access environment without VPN server?
In this case, only VPN router on top of LAN is sufficient?
If not, why is the server needed in general?
vpn
vpn
asked May 25 at 12:06
malleamallea
1133
1133
closed as too broad by Mike Pennington, Ron Maupin♦ Jun 2 at 2:46
Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
closed as too broad by Mike Pennington, Ron Maupin♦ Jun 2 at 2:46
Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
3
what difference do you make between a VPN router and a VPN server?
– JFL
May 25 at 12:10
voting to close as too broad, since we don't know anything about your VPN requirements (such as client OS, protocol preferences, etc...)
– Mike Pennington
Jun 1 at 14:56
add a comment |
3
what difference do you make between a VPN router and a VPN server?
– JFL
May 25 at 12:10
voting to close as too broad, since we don't know anything about your VPN requirements (such as client OS, protocol preferences, etc...)
– Mike Pennington
Jun 1 at 14:56
3
3
what difference do you make between a VPN router and a VPN server?
– JFL
May 25 at 12:10
what difference do you make between a VPN router and a VPN server?
– JFL
May 25 at 12:10
voting to close as too broad, since we don't know anything about your VPN requirements (such as client OS, protocol preferences, etc...)
– Mike Pennington
Jun 1 at 14:56
voting to close as too broad, since we don't know anything about your VPN requirements (such as client OS, protocol preferences, etc...)
– Mike Pennington
Jun 1 at 14:56
add a comment |
3 Answers
3
active
oldest
votes
VPN server
is a function (or a role) that can be builtin in a router software or installed on a more generic purpose operating system (linux, windows, etc...)
It is a matter of choice wether to use the VPN function that may be available on a router or to use another device to perform this role.
Since it is highly related to pure networking, and you usually want to configure some fire-walling on the traffic that goes through the connection, it makes sense to use a VPN-capable router that also provide advanced fire-walling and other security functions, but once again it is a choice, and there's no hard rule here.
add a comment |
A VPN tunnel requires a tunnel endpoint or termination - where packets are encapsulated or extracted.
Whether you call that endpoint server or router or if it's integrated in some device doesn't matter, but you can't do without.
add a comment |
Purely as a response to the title. You can setup a VPN without a sever if you'd setup a SSH tunnel. Second option would be using wireguard (experimental).
Both protocols have a more peer to peer nature than classic VPN and don't require you to install, secure and maintain a full blown VPN server.
Personaly I've used the SSH option quite a few times to jump over a firewall or connectivity to the home network.
add a comment |
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
VPN server
is a function (or a role) that can be builtin in a router software or installed on a more generic purpose operating system (linux, windows, etc...)
It is a matter of choice wether to use the VPN function that may be available on a router or to use another device to perform this role.
Since it is highly related to pure networking, and you usually want to configure some fire-walling on the traffic that goes through the connection, it makes sense to use a VPN-capable router that also provide advanced fire-walling and other security functions, but once again it is a choice, and there's no hard rule here.
add a comment |
VPN server
is a function (or a role) that can be builtin in a router software or installed on a more generic purpose operating system (linux, windows, etc...)
It is a matter of choice wether to use the VPN function that may be available on a router or to use another device to perform this role.
Since it is highly related to pure networking, and you usually want to configure some fire-walling on the traffic that goes through the connection, it makes sense to use a VPN-capable router that also provide advanced fire-walling and other security functions, but once again it is a choice, and there's no hard rule here.
add a comment |
VPN server
is a function (or a role) that can be builtin in a router software or installed on a more generic purpose operating system (linux, windows, etc...)
It is a matter of choice wether to use the VPN function that may be available on a router or to use another device to perform this role.
Since it is highly related to pure networking, and you usually want to configure some fire-walling on the traffic that goes through the connection, it makes sense to use a VPN-capable router that also provide advanced fire-walling and other security functions, but once again it is a choice, and there's no hard rule here.
VPN server
is a function (or a role) that can be builtin in a router software or installed on a more generic purpose operating system (linux, windows, etc...)
It is a matter of choice wether to use the VPN function that may be available on a router or to use another device to perform this role.
Since it is highly related to pure networking, and you usually want to configure some fire-walling on the traffic that goes through the connection, it makes sense to use a VPN-capable router that also provide advanced fire-walling and other security functions, but once again it is a choice, and there's no hard rule here.
answered May 25 at 12:37
JFLJFL
13.1k11443
13.1k11443
add a comment |
add a comment |
A VPN tunnel requires a tunnel endpoint or termination - where packets are encapsulated or extracted.
Whether you call that endpoint server or router or if it's integrated in some device doesn't matter, but you can't do without.
add a comment |
A VPN tunnel requires a tunnel endpoint or termination - where packets are encapsulated or extracted.
Whether you call that endpoint server or router or if it's integrated in some device doesn't matter, but you can't do without.
add a comment |
A VPN tunnel requires a tunnel endpoint or termination - where packets are encapsulated or extracted.
Whether you call that endpoint server or router or if it's integrated in some device doesn't matter, but you can't do without.
A VPN tunnel requires a tunnel endpoint or termination - where packets are encapsulated or extracted.
Whether you call that endpoint server or router or if it's integrated in some device doesn't matter, but you can't do without.
answered Jun 1 at 13:49
Zac67Zac67
36.1k22672
36.1k22672
add a comment |
add a comment |
Purely as a response to the title. You can setup a VPN without a sever if you'd setup a SSH tunnel. Second option would be using wireguard (experimental).
Both protocols have a more peer to peer nature than classic VPN and don't require you to install, secure and maintain a full blown VPN server.
Personaly I've used the SSH option quite a few times to jump over a firewall or connectivity to the home network.
add a comment |
Purely as a response to the title. You can setup a VPN without a sever if you'd setup a SSH tunnel. Second option would be using wireguard (experimental).
Both protocols have a more peer to peer nature than classic VPN and don't require you to install, secure and maintain a full blown VPN server.
Personaly I've used the SSH option quite a few times to jump over a firewall or connectivity to the home network.
add a comment |
Purely as a response to the title. You can setup a VPN without a sever if you'd setup a SSH tunnel. Second option would be using wireguard (experimental).
Both protocols have a more peer to peer nature than classic VPN and don't require you to install, secure and maintain a full blown VPN server.
Personaly I've used the SSH option quite a few times to jump over a firewall or connectivity to the home network.
Purely as a response to the title. You can setup a VPN without a sever if you'd setup a SSH tunnel. Second option would be using wireguard (experimental).
Both protocols have a more peer to peer nature than classic VPN and don't require you to install, secure and maintain a full blown VPN server.
Personaly I've used the SSH option quite a few times to jump over a firewall or connectivity to the home network.
answered Jun 1 at 13:01
TimTim
101
101
add a comment |
add a comment |
3
what difference do you make between a VPN router and a VPN server?
– JFL
May 25 at 12:10
voting to close as too broad, since we don't know anything about your VPN requirements (such as client OS, protocol preferences, etc...)
– Mike Pennington
Jun 1 at 14:56