„README.md“ ändern
This commit is contained in:
@@ -3,31 +3,18 @@
|
|||||||
Using openconnect with gp-okta and vpn-slice
|
Using openconnect with gp-okta and vpn-slice
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
Annahme: die 4 erhaltenen Dateien liegen im Downloads-Ordner
|
```bash
|
||||||
### Commands
|
chmod a+x install.sh && ./install.sh
|
||||||
```
|
````
|
||||||
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:
|
## Anpasung:
|
||||||
in .gp-okta.conf den richtigen User-Namen einsetzen (Zeile 11)
|
in [.gp-okta.conf](.gp-okta.conf) den richtigen User-Namen einsetzen (Zeile 12)
|
||||||
|
|
||||||
## Benutzung:
|
## Benutzung:
|
||||||
```
|
```bash
|
||||||
vpn start
|
vpn start
|
||||||
vpn stop
|
vpn stop
|
||||||
vpn status
|
vpn status
|
||||||
vpn restart
|
vpn restart
|
||||||
```
|
```
|
||||||
### Nach vielen Starts/Stops kann die Routing-Konfiguration in einen verärgerten Status kommen. Dann hilft ein Reboot.
|
### Nach vielen Starts/Stops kann die Routing-Konfiguration in einen verärgerten Status kommen. Dann hilft ein Reboot.
|
||||||
|
|||||||
Reference in New Issue
Block a user