diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-05-02 22:32:19 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-05-02 22:32:19 +0200 |
commit | 595d88df8cc39b304951a8e487109e336daaebdf (patch) | |
tree | 1212848fae6deadaf7e2495fa0e2dc4582c64c30 /bin/extra/aivpn | |
parent | 236f6bff4d262e96cd6e07b0ba46908a457860d6 (diff) |
Add more vms
Diffstat (limited to 'bin/extra/aivpn')
-rwxr-xr-x | bin/extra/aivpn | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/bin/extra/aivpn b/bin/extra/aivpn index aab90a8..6fa0783 100755 --- a/bin/extra/aivpn +++ b/bin/extra/aivpn @@ -24,3 +24,13 @@ ssh vm "rasdial \"vpn.student.ehb.be\"" ssh -f -N \ -L 2222:10.2.160.41:22 \ vm + +ssh -f -N \ + -L 2223:10.2.160.9:22 \ + vm +ssh -f -N \ + -L 2224:10.2.160.10:22 \ + vm +ssh -f -N \ + -L 2225:10.2.160.11:22 \ + vm |