Creating VPN tunnel using sshutle with the help of ssh
1. Install shuttle
$ sudo apt-get install sshuttle -y
$ sudo yum install sshuttle
$ sudo dnf install sshuttle
2. Start the connection
$ sudo sshutle -r jay@192.168.10.20 -x 192.168.10.20 0/0 -vv
user name is the user id on remote system.
IP address is the ip of remove host.
$ curl ipinfo.io
Press CTRL+C to break the VPN connection. within short time, the tunnel will be broken.
Friday, March 12, 2021
Creating VPN tunnel using sshutle with the help of ssh
Subscribe to:
Post Comments (Atom)
Git branch show detached HEAD
Git branch show detached HEAD 1. List your branch $ git branch * (HEAD detached at f219e03) 00 2. Run re-set hard $ git reset --hard 3. ...
-
snmpconfig command allow you to managge snmpv1/v3 agent configuration on SAN switch. Event trap level is mapped with event severity level....
-
Git branch show detached HEAD 1. List your branch $ git branch * (HEAD detached at f219e03) 00 2. Run re-set hard $ git reset --hard 3. ...
-
SQS Simple Queue Service - 2-28-2021 Class Notes Tightly couple A (Program) --> data info ---> B (Program) tightly coupled (sync( A --...
No comments:
Post a Comment