Skip to main content

with {csf -a “tcp|in|d=3306|s=<IP address>”} we authorize ONE IP, with which command we reverter?

Comments

5 comments

  • ankeshanand
    To remove the IP Address from allowed list: csf -ar "tcp|in|d=3306|s="
    Could you elaborate on whats BD as I could not understand that part?
    0
  • cPRex Jurassic Moderator
    I'm wondering if he meant DBs for "databases" and that is a typo.
    0
  • 000
    To remove the IP Address from allowed list: csf -ar "tcp|in|d=3306|s="
    Could you elaborate on whats BD as I could not understand that part?

    Thanks master @ankeshanand just as say the master @cPRex, BD (in Spanish) = DB. My question is becouse the cmmand csf -a "tcp|in|d=3306|s=" add access to port 3306 (MySQL) for only one IP, then: which is the command to remove the IP QQQ not from access to server!, only from list white to connect to port 3306, again: "not BLOCK ip from server/host, only delete permission to connet in port 3306" regards masters!
    0
  • ankeshanand
    By Default, no IP Address is remotely allowed to access or authenticate to MySQL even if they try. Though, the ports will be open, but only the Internal Websites who has localhost access can connect to the Databases. For any Other IP addresses to access any Databases, You need to login to respective cPanel account, Go to Remote MySQL and Allow Access of that specific or Subnet IP address. That too will only allow access of those databases belonging to that cPanel Account, Not the whole MySQL access.
    0
  • 000
    thanks master @ankeshanand :-)
    0

Please sign in to leave a comment.