1 Answer
At first you need to check that port where it is assigned. Delete that port and retry.
For example, If 23456 is assigned to ssh then do the below command,
# semanage port -d -t ssh_port_t -p tcp 23456
And then follow your command
Your Answer
x