liam
asked Apr 17 2017
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
jagannatharumugam
asked Apr 18 2017
edited Oct 05 2018
Port tcp/23456 already defined
I tried to add the port for the tcp connection but it says the following error.
How to get rid of that error???