How To Fix “Could Not Bind to Address: Permission Denied” Errors on CentOS/Amazon Linux
erics, Posted October 16th, 2014 at 10:02:35am
Permission denied: could not bind to address
To disable on the fly:
# getenforce
Enforcing
# setenforce 0
# getenforce
Permissive
# sestatus
To survive a reboot:
# vi /etc/sysconfig/selinux
Change:
SELINUX=enforcing
to
SELINUX=disabled
~or~
SELINUX=permissive
Leave Your Comment
All fields marked with "*" are required.