Difference between revisions of "How to remove a IP from the APF Firewall"

From Acenet Knowledgebase
Jump to: navigation, search
(Created page with "How to remove a IP from the APF Firewall: 1. Use this command to remove the IP from the APF Firewall. Command {{note|apf -u 'IP ADDRESS' (Example: apf -u '10.00.000.000')}} ...")
 
 
Line 1: Line 1:
 
How to remove a IP from the APF Firewall:
 
How to remove a IP from the APF Firewall:
  
1. Use this command to remove the IP from the APF Firewall. Command
+
1. Login to server via SSH
  
{{note|apf -u 'IP ADDRESS' (Example: apf -u '10.00.000.000')}}
+
Use this command to remove the IP from the APF Firewall:
 +
 
 +
{{note|apf -u 'IP ADDRESS'}}
 +
 
 +
(Example: apf -u '10.00.000.000')
  
 
You will receive a message similar to:
 
You will receive a message similar to:
Line 9: Line 13:
 
{{note|root@serv1 [~]# apf -u 10.00.000.000
 
{{note|root@serv1 [~]# apf -u 10.00.000.000
 
apf(28177): {trust} removed 10.00.000.000 from trust system}}
 
apf(28177): {trust} removed 10.00.000.000 from trust system}}
 +
 +
Congratulations, you have just removed a IP address from the APF Firewall!

Latest revision as of 17:19, 7 March 2013

How to remove a IP from the APF Firewall:

1. Login to server via SSH

Use this command to remove the IP from the APF Firewall:

apf -u 'IP ADDRESS'

(Example: apf -u '10.00.000.000')

You will receive a message similar to:

root@serv1 [~]# apf -u 10.00.000.000 apf(28177): {trust} removed 10.00.000.000 from trust system

Congratulations, you have just removed a IP address from the APF Firewall!