How To Fix “Could Not Bind to Address: Permission Denied” Errors on CentOS/Amazon Linux

Published Date Author: , 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

No comments as yet.

Leave Your Comment  Leave a comment

All fields marked with "*" are required.