tunneling a web application thru a VPN to localnetwork devices
Posted: Sat Oct 15, 2022 4:12 am
Alright this might be a really basic problem but im newb and dumb

I need to connect a pos printer in local network, to a web application hosted on a VPN, ideally i should be opening ports on my router, but thats not possible with my isp (cant change it) since the isp have me in proxy.
The current configuration is simply, a pos printer and a local machine where the web app is used client side, all connected to a router obviously

Researching a little bit more on the matter, i see i have two options,
1) one of those is using an ssh tunnel and a socket v5, with firefox.
this one makes me able to navigate with the same ip of the VPS like a vpn, but i cannot access to nothing in my local network, so the printer wont do
2) hosting a VPN in the VPS so i can connect with my local machine, and printer.
now my questions are.
first of all, is it possible?
second, what should be the ideal to configuration of the vpn server or client, so the vps can access to my local network devices (the pos printer).
i have hosted open vpn servers before, using the road warrior installation script https://github.com/Nyr/openvpn-install is this proper to the application of this i posted?
thanks in advance to any of yall super pros helping


I need to connect a pos printer in local network, to a web application hosted on a VPN, ideally i should be opening ports on my router, but thats not possible with my isp (cant change it) since the isp have me in proxy.
The current configuration is simply, a pos printer and a local machine where the web app is used client side, all connected to a router obviously

Researching a little bit more on the matter, i see i have two options,
1) one of those is using an ssh tunnel and a socket v5, with firefox.
this one makes me able to navigate with the same ip of the VPS like a vpn, but i cannot access to nothing in my local network, so the printer wont do
2) hosting a VPN in the VPS so i can connect with my local machine, and printer.
now my questions are.
first of all, is it possible?
second, what should be the ideal to configuration of the vpn server or client, so the vps can access to my local network devices (the pos printer).
i have hosted open vpn servers before, using the road warrior installation script https://github.com/Nyr/openvpn-install is this proper to the application of this i posted?
thanks in advance to any of yall super pros helping