Basic APF Commands

In this Dedicated Hosting tutorial we will cover basic APF commands. The basic commands include Allowing IP’s, Blocking IP’s, and Unblocking IP’s. After explaining what the command does, we will show you an example of the APF Command.

Note that you will require root access in order to use these commands.

Allowing IP Addresses in APF

  1. Log into your server via SSH.
  2. Here is a breakdown of the the APF command for allowing IP’s in APF:
  3. apf -a

    Below is an example of the command (highlighted in red) in your shell instance:

    [email protected] [~]# apf -a 123.456.789 Allowing Office IP

    Blocking IP Addresses in APF

  4. Log into your server via SSH.
  5. Here is a breakdown of the the APF command for blocking IP’s in APF:
  6. apf -d

    Below is an example of the command (highlighted in red) in your shell instance:

    [email protected] [~]# apf -d 123.456.789 Blocking Office IP

    Unblocking IP Addresses in APF

  7. Log into your server via SSH.
  8. Here is a breakdown of the the APF command for unblocking IP’s in APF:
  9. apf -u

    Below is an example of the command (highlighted in red) in your shell instance:

    [email protected] [~]# apf -u 123.456.789

Congratulations, now you are familiar with the basic APF including Allowing IP’s, Blocking IP’s, and Unblocking IP’s.

JB
John-Paul Briones Content Writer II

John-Paul is an Electronics Engineer that spent most of his career in IT. He has been a Technical Writer for InMotion since 2013.

More Articles by John-Paul

2 Comments

    • We do not have a specific guide for using APF to block countries. However, I will note this as a guide we should create for you. Thanks for your feedback!

Was this article helpful? Let us know!