„README.md“ ändern

This commit is contained in:
2022-11-11 11:22:01 +01:00
parent 93a6a15044
commit 6c9bee7a0f
+30
View File
@@ -1,3 +1,33 @@
# gp-okta
Using openconnect with gp-okta and vpn-slice
## Installation
Annahme: die 4 erhaltenen Dateien liegen im Downloads-Ordner
### Commands
```
cd
mkdir bin
mkdir .openconnect
cp Downloads/AdobeCorp.hosts .openconnect/
cp Downloads/anleitung .openconnect/
cp Downloads/vpn bin/
cp Downloads/gp-okta bin/
cp Downloads/.gp-okta.conf ./
brew install openconnect
brew install vpn-slice
pip3 install requests
pip3 install --no-binary :all: lxml
sudo echo '%admin ALL=(ALL) NOPASSWD: /opt/homebrew/bin/openconnect' > /private/etc/sudoers.d/openconnect.conf
```
## Anpasung:
in .gp-okta.conf den richtigen User-Namen einsetzen (Zeile 11)
## Benutzung:
```
vpn start
vpn stop
vpn status
vpn restart
```
### Nach vielen Starts/Stops kann die Routing-Konfiguration in einen verärgerten Status kommen. Dann hilft ein Reboot.