Connect to SoftEther server via SSH after connected to VPN
Posted: Mon Apr 21, 2014 9:30 pm
I use SoftEther on RaspberryPi's to allow VPN access to my family member's homes. However, I do not seem to be able to VPN to the IP address of the host running the VPN while I am connected to the VPN. If I VPN to another server on the network, I can then VPN back to the server. Is there a configuration I need to change to allow this? This would allow me to minimize the number of external ports I need to open!
I set the SoftEther servers up with the following command sequence:
ServerPasswordSet ADMINPASSWORD
HubCreate VPN /PASSWORD:
hubdelete default
Hub VPN
UserCreate USERNAME /GROUP:none /REALNAME:none /NOTE:none
UserPasswordSet USERNAME /PASSWORD:TESTPASS
OpenVPNEnable no /PORTS:1194
sstpenable no
bridgecreate VPN /DEVICE:eth0 /TAP:no
ipsecenable /L2TP:yes /L2TPRAW:no /ETHERIP:no /PSK:TESTSECRET /DEFAULTHUB:VPN
keepdisable
vpnovericmpdnsenable /ICMP:no /DNS:no
listenerdelete 1194
listenerdelete 5555
listenerdelete 992
ServerCipherset AES256-SHA
flush
exit
Thanks.
I set the SoftEther servers up with the following command sequence:
ServerPasswordSet ADMINPASSWORD
HubCreate VPN /PASSWORD:
hubdelete default
Hub VPN
UserCreate USERNAME /GROUP:none /REALNAME:none /NOTE:none
UserPasswordSet USERNAME /PASSWORD:TESTPASS
OpenVPNEnable no /PORTS:1194
sstpenable no
bridgecreate VPN /DEVICE:eth0 /TAP:no
ipsecenable /L2TP:yes /L2TPRAW:no /ETHERIP:no /PSK:TESTSECRET /DEFAULTHUB:VPN
keepdisable
vpnovericmpdnsenable /ICMP:no /DNS:no
listenerdelete 1194
listenerdelete 5555
listenerdelete 992
ServerCipherset AES256-SHA
flush
exit
Thanks.