Connect to VPN Server through the VPN
-
- Posts: 2
- Joined: Tue Jan 08, 2019 8:22 am
Connect to VPN Server through the VPN
Is it possible to remotely connect to the VPN Server (and change settings) whilst connected through the VPN itself? It seems I cannot ping the server (in this case a raspberry pi) when I am connected to itself through SoftEther. I cant even SSH into the RPi. Is it possible to enable this?
-
- Posts: 477
- Joined: Tue Sep 11, 2018 5:58 pm
Re: Connect to VPN Server through the VPN
For me it works like this:
I connect to server as vpn ....
Then i can ssh on axddess 192.168.4.1 that is my static address on server
I connect to server as vpn ....
Then i can ssh on axddess 192.168.4.1 that is my static address on server
-
- Posts: 223
- Joined: Fri Jul 03, 2015 2:21 pm
Re: Connect to VPN Server through the VPN
You can't access the same IP address which SE listening on on unix-liked kernels. And Raspberry is not an exception to this. You could do it on Windows-based machines.
-
- Posts: 2458
- Joined: Mon Feb 24, 2014 11:03 am
Re: Connect to VPN Server through the VPN
SoftEther VPN Server Manager can connect to the remote VPN server with listening TCP port of the VPN server.
-
- Posts: 125
- Joined: Sun Jul 16, 2017 6:58 pm
Re: Connect to VPN Server through the VPN
Im thinking you need to use the local loopback address (127.0.0.1) to ssh in. You also might need to change a setting in /etc/ssh/sshd_config to accept local loopback. Dont quote me on that though.