initial commit:
on linux: setup froticlient disable/enable dns
This commit is contained in:
5
linux/linux_network.sh
Normal file
5
linux/linux_network.sh
Normal file
@ -0,0 +1,5 @@
|
||||
#disable/enable dns
|
||||
sudo systemctl stop systemd-resolved
|
||||
sudo systemctl disable systemd-resolved
|
||||
sudo systemctl enable systemd-resolved
|
||||
sudo systemctl start systemd-resolved
|
6
linux/setup forticlient.sh
Normal file
6
linux/setup forticlient.sh
Normal file
@ -0,0 +1,6 @@
|
||||
#wget https://links.fortinet.com/forticlient/deb/vpnagent
|
||||
#wget https://filestore.fortinet.com/forticlient/forticlient_vpn_7.0.7.0246_amd64.deb
|
||||
apt update
|
||||
sudo su
|
||||
apt install openfortivpn
|
||||
openfortivpn vpn.gateway.one:10443 -u 'Dobromir Popov' --trusted-cert bd26362cc802a27102fcdbf7e7e9328f3dede58aa44c125ede4aadb9e39da8c8
|
Reference in New Issue
Block a user