Skip to content

script to fix the connection for docker and localhost on GlobalProtect

Notifications You must be signed in to change notification settings

RakanD/vpn-fix-localhost

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

vpn-fix-localhost

How to use

nano ~/fix-localhost-lan-docker.sh # paste the script

chmod +x ~/fix-localhost-lan-docker.sh

Run it (does NOT change default route)

./fix-localhost-lan-docker.sh

If GP forced full-tunnel and you want LAN as default again:

./fix-localhost-lan-docker.sh --restore-default

Custom interface/gateway (if yours differ):

LAN_IF=enp5s0 LAN_GW=192.168.1.1 ./fix-localhost-lan-docker.sh

About

script to fix the connection for docker and localhost on GlobalProtect

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages