stanford-rc / globus.stanford.edu

globus.stanford.edu — The Globus @ Stanford web site
https://globus.stanford.edu/
Other
3 stars 4 forks source link

Server: Firewall rule examples for ufw #33

Closed akkornel closed 5 years ago

akkornel commented 5 years ago

@aseishas sent me UFW rules, so I should put those into the Initial Configuration page! These are used in Ubuntu 18.04 LTS.


$ sudo ufw allow in from 54.237.254.192/29 to any port 7512 proto tcp
$ sudo ufw allow proto tcp to any port 50000:51000
$ sudo ufw allow proto udp to any port 50000:51000```