Setting up OpenVPN for reverse VPN gateway
Clash Royale CLAN TAG#URR8PPP
up vote
1
down vote
favorite
So I'm trying to configure an openvpn server to work as a reverse vpn tunnel as explained in this Hak5 video. I'm using an AWS instance, and I have the VPN part working, in that I can tunnel into the VPN server from my laptop and use it as a regular VPN. I already have the client files generated, and now I only need to set up the rest for the reverse VPN part. I'd highly recommend watching the video, because it explains what I want to do better than I can, but in essence I'm building a "dropbox" or a device I'd drop on a network, and when connected to an ethernet port, it would give me access to that network. I'd then tunnel into the vpn server from my laptop, and the vpn server would act as a bridge between the two, allowing the packets to 'flow' from my laptop --> the dropbox.
I'm using a VPN 'road warrior' setup script (found here) by Nyr, which configured everything I needed for the normal VPN setup. As a result, my .ovpn files for both my laptop and the dropbox are generated, and would need to be modified manually, unless there is some other way I'm not aware of. They both connect using certificates, but I'm going to list everything I need to do. These are the steps taken in the video through the Access Server UI, but since I don't have that and am rather confused, I'm going to list them here.
I need to:
- Allow auto login on the dropbox device
- For dropbox: Enable VPN Gateway, set ip subnet of client lan or enable for all lans (if possible)
- Allow access from both all server side private subnets and all other VPN clients for the dropbox
If you read through all this, thank you. I appreciate any help I can get, as I've been working on this for over a month now and have been consistently rather stuck. If you need any other info, leave a comment and I'll add it in. Thanks.
ubuntu openvpn vpn aws
add a comment |Â
up vote
1
down vote
favorite
So I'm trying to configure an openvpn server to work as a reverse vpn tunnel as explained in this Hak5 video. I'm using an AWS instance, and I have the VPN part working, in that I can tunnel into the VPN server from my laptop and use it as a regular VPN. I already have the client files generated, and now I only need to set up the rest for the reverse VPN part. I'd highly recommend watching the video, because it explains what I want to do better than I can, but in essence I'm building a "dropbox" or a device I'd drop on a network, and when connected to an ethernet port, it would give me access to that network. I'd then tunnel into the vpn server from my laptop, and the vpn server would act as a bridge between the two, allowing the packets to 'flow' from my laptop --> the dropbox.
I'm using a VPN 'road warrior' setup script (found here) by Nyr, which configured everything I needed for the normal VPN setup. As a result, my .ovpn files for both my laptop and the dropbox are generated, and would need to be modified manually, unless there is some other way I'm not aware of. They both connect using certificates, but I'm going to list everything I need to do. These are the steps taken in the video through the Access Server UI, but since I don't have that and am rather confused, I'm going to list them here.
I need to:
- Allow auto login on the dropbox device
- For dropbox: Enable VPN Gateway, set ip subnet of client lan or enable for all lans (if possible)
- Allow access from both all server side private subnets and all other VPN clients for the dropbox
If you read through all this, thank you. I appreciate any help I can get, as I've been working on this for over a month now and have been consistently rather stuck. If you need any other info, leave a comment and I'll add it in. Thanks.
ubuntu openvpn vpn aws
Terminology. You plug a 'backdoor' to the network to get a tunnel that is unforseen/uncontrolled by admins. You plug a 'dropbox' to the network so users there can put (drop) some files into the box.
â kubanczyk
Feb 16 at 8:17
I meant dropbox as in a box, or machine, that you 'drop' on a network. It would act as a backdoor into the network, so I suppose it could be either one.
â GarrukApex
Feb 16 at 23:34
Why won't you just use the Lan Turtle from Hak5?
â Rob
Jun 9 at 5:36
add a comment |Â
up vote
1
down vote
favorite
up vote
1
down vote
favorite
So I'm trying to configure an openvpn server to work as a reverse vpn tunnel as explained in this Hak5 video. I'm using an AWS instance, and I have the VPN part working, in that I can tunnel into the VPN server from my laptop and use it as a regular VPN. I already have the client files generated, and now I only need to set up the rest for the reverse VPN part. I'd highly recommend watching the video, because it explains what I want to do better than I can, but in essence I'm building a "dropbox" or a device I'd drop on a network, and when connected to an ethernet port, it would give me access to that network. I'd then tunnel into the vpn server from my laptop, and the vpn server would act as a bridge between the two, allowing the packets to 'flow' from my laptop --> the dropbox.
I'm using a VPN 'road warrior' setup script (found here) by Nyr, which configured everything I needed for the normal VPN setup. As a result, my .ovpn files for both my laptop and the dropbox are generated, and would need to be modified manually, unless there is some other way I'm not aware of. They both connect using certificates, but I'm going to list everything I need to do. These are the steps taken in the video through the Access Server UI, but since I don't have that and am rather confused, I'm going to list them here.
I need to:
- Allow auto login on the dropbox device
- For dropbox: Enable VPN Gateway, set ip subnet of client lan or enable for all lans (if possible)
- Allow access from both all server side private subnets and all other VPN clients for the dropbox
If you read through all this, thank you. I appreciate any help I can get, as I've been working on this for over a month now and have been consistently rather stuck. If you need any other info, leave a comment and I'll add it in. Thanks.
ubuntu openvpn vpn aws
So I'm trying to configure an openvpn server to work as a reverse vpn tunnel as explained in this Hak5 video. I'm using an AWS instance, and I have the VPN part working, in that I can tunnel into the VPN server from my laptop and use it as a regular VPN. I already have the client files generated, and now I only need to set up the rest for the reverse VPN part. I'd highly recommend watching the video, because it explains what I want to do better than I can, but in essence I'm building a "dropbox" or a device I'd drop on a network, and when connected to an ethernet port, it would give me access to that network. I'd then tunnel into the vpn server from my laptop, and the vpn server would act as a bridge between the two, allowing the packets to 'flow' from my laptop --> the dropbox.
I'm using a VPN 'road warrior' setup script (found here) by Nyr, which configured everything I needed for the normal VPN setup. As a result, my .ovpn files for both my laptop and the dropbox are generated, and would need to be modified manually, unless there is some other way I'm not aware of. They both connect using certificates, but I'm going to list everything I need to do. These are the steps taken in the video through the Access Server UI, but since I don't have that and am rather confused, I'm going to list them here.
I need to:
- Allow auto login on the dropbox device
- For dropbox: Enable VPN Gateway, set ip subnet of client lan or enable for all lans (if possible)
- Allow access from both all server side private subnets and all other VPN clients for the dropbox
If you read through all this, thank you. I appreciate any help I can get, as I've been working on this for over a month now and have been consistently rather stuck. If you need any other info, leave a comment and I'll add it in. Thanks.
ubuntu openvpn vpn aws
asked Feb 16 at 3:48
GarrukApex
198210
198210
Terminology. You plug a 'backdoor' to the network to get a tunnel that is unforseen/uncontrolled by admins. You plug a 'dropbox' to the network so users there can put (drop) some files into the box.
â kubanczyk
Feb 16 at 8:17
I meant dropbox as in a box, or machine, that you 'drop' on a network. It would act as a backdoor into the network, so I suppose it could be either one.
â GarrukApex
Feb 16 at 23:34
Why won't you just use the Lan Turtle from Hak5?
â Rob
Jun 9 at 5:36
add a comment |Â
Terminology. You plug a 'backdoor' to the network to get a tunnel that is unforseen/uncontrolled by admins. You plug a 'dropbox' to the network so users there can put (drop) some files into the box.
â kubanczyk
Feb 16 at 8:17
I meant dropbox as in a box, or machine, that you 'drop' on a network. It would act as a backdoor into the network, so I suppose it could be either one.
â GarrukApex
Feb 16 at 23:34
Why won't you just use the Lan Turtle from Hak5?
â Rob
Jun 9 at 5:36
Terminology. You plug a 'backdoor' to the network to get a tunnel that is unforseen/uncontrolled by admins. You plug a 'dropbox' to the network so users there can put (drop) some files into the box.
â kubanczyk
Feb 16 at 8:17
Terminology. You plug a 'backdoor' to the network to get a tunnel that is unforseen/uncontrolled by admins. You plug a 'dropbox' to the network so users there can put (drop) some files into the box.
â kubanczyk
Feb 16 at 8:17
I meant dropbox as in a box, or machine, that you 'drop' on a network. It would act as a backdoor into the network, so I suppose it could be either one.
â GarrukApex
Feb 16 at 23:34
I meant dropbox as in a box, or machine, that you 'drop' on a network. It would act as a backdoor into the network, so I suppose it could be either one.
â GarrukApex
Feb 16 at 23:34
Why won't you just use the Lan Turtle from Hak5?
â Rob
Jun 9 at 5:36
Why won't you just use the Lan Turtle from Hak5?
â Rob
Jun 9 at 5:36
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f424523%2fsetting-up-openvpn-for-reverse-vpn-gateway%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Terminology. You plug a 'backdoor' to the network to get a tunnel that is unforseen/uncontrolled by admins. You plug a 'dropbox' to the network so users there can put (drop) some files into the box.
â kubanczyk
Feb 16 at 8:17
I meant dropbox as in a box, or machine, that you 'drop' on a network. It would act as a backdoor into the network, so I suppose it could be either one.
â GarrukApex
Feb 16 at 23:34
Why won't you just use the Lan Turtle from Hak5?
â Rob
Jun 9 at 5:36