[8.900][FEATURE] Clientless VPN Idea

Did you have ever heard of Adito, now known as OpenVPN-ALS [SourceForge]?

I have used this one some time, and there were a lot of possibility's. Maybe the devs can look at this one to take inspiration?

And will an OTP login supported on the remote logins? This will be a nice piece of security, especially when you have an OTP-Calculator. And what about SmartCard logins?
Parents Reply Children
  • Any updates on the features? What about the port remapping idea? (Remapping a port to a local client without admin rights)


    I am not sure if I get what you mean. 
    You want to remap a port from a host behind the ASG to your client
    on the outside? In a way like port forwarding with SSH works?

    Cheers,
    Nils
  • I am not sure if I get what you mean. 
    You want to remap a port from a host behind the ASG to your client
    on the outside? In a way like port forwarding with SSH works?

    Cheers,
    Nils


    No. It is -a kind- of local (Java) daemon that remaps a port, without admin rights, even is a firewall is in between.

    Like 192.168.1.56:119  ASG  localhost:59201 {random}

    The same feature is packed into OpenVPN-ALS and I used it quite a lot.
  • No. It is -a kind- of local (Java) daemon that remaps a port, without admin rights, even is a firewall is in between.

    Like 192.168.1.56:119  ASG  localhost:59201 {random}

    The same feature is packed into OpenVPN-ALS and I used it quite a lot.


    Our architecture can't support that. 
    On the client side we only use Javascript, which does not allow opening local sockets.

    Cheers,
    Nils