Can not open Port 43?
Posted: 22 Apr 2016, 00:58
Hello,
I have a same problem with csf, i try all option to open port 43 buy still have a status close.
I do all what need.
Login with ssh to server , edit
Found line
And for all 4 i add port 43 .
After save change and restart
But i check again after restart i still have close port 43.
Any help to do this ?
Thank you,
I have a same problem with csf, i try all option to open port 43 buy still have a status close.
I do all what need.
Login with ssh to server , edit
Code: Select all
nano etc/csf/csf.conf
Code: Select all
# Allow incoming TCP ports
TCP_IN = "20,21,22,25,26,37,43,53,80,110,113,443,465,873,2087,2089,2703"
Code: Select all
# Allow outgoing TCP ports
TCP_OUT = "20,21,22,25,26,37,43,53,80,110,113,443,465,873,2087,2089,2703"
Code: Select all
# Allow incoming UDP ports
UDP_IN = "20,21,43,53,465,6277,24441"
Code: Select all
# Allow outgoing UDP ports
UDP_OUT = "20,21,43,53,113,123,465,873,6277,24441,33434:33523"
After save change and restart
Code: Select all
service csf restart
Any help to do this ?
Thank you,