How to remove a IP from the APF Firewall: Difference between revisions
Jump to navigation
Jump to search
Docs admin (talk | contribs) 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')}} ..." |
Docs admin (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
How to remove a IP from the APF Firewall: | How to remove a IP from the APF Firewall: | ||
1. | 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 13: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!