Skip to content

Instantly share code, notes, and snippets.

@duboisf
Last active January 18, 2024 19:05
Show Gist options
  • Save duboisf/40fa6f4036f708d32dd1c34a3af6805a to your computer and use it in GitHub Desktop.
Save duboisf/40fa6f4036f708d32dd1c34a3af6805a to your computer and use it in GitHub Desktop.
ufw rules to get zscaler working on linux
sudo ufw allow in on zcctun0 proto any from 10.0.0.0/8 to 100.64.0.1 port 9000
sudo ufw allow in on zcctun0 proto any from 100.64.0.0/16 to 100.64.0.1 port 9000
sudo ufw allow in on zcctun0 proto any from 100.64.0.0/16 to 100.64.0.1 port 9010
sudo ufw allow in on zcctun0 proto udp from 100.64.0.0/16 to 100.64.0.1
@duboisf
Copy link
Author

duboisf commented Feb 1, 2022

Had to uppate the ufw rules as the interface name is now zcctun0, used to be tun0.

@LyndonArmitage
Copy link

This solved the Endpoint FW/AV Error issue I was having on Manjaro with ZScaler 1.4.1.41, thanks!

@MaxymVlasov
Copy link

Works perfectly on Ubuntu 22.04 with ZScaler 1.5.0.37. Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment