Operating System - HP-UX
1753765 Members
5771 Online
108799 Solutions
New Discussion

How can block specific ip on hp ux

 
aamir4u
Regular Advisor

How can block specific ip on hp ux

Hi all,

 

How can block specific ip on hp ux 11.31 or network.

Example = 192.168.100.11

 

.how can configured ip tables in hp ux.

 

Thanks
aamir uddin
1 REPLY 1
basant
Frequent Advisor

Re: How can block specific ip on hp ux

Hi

 

make entry of ip address in /etc/host.allow  & /etc/host.deny

 

or

     

Use  ip filter to block a particular ip in HPUX. if  not installed download & install to your hpux server .

 

 

To configure IPFilter to pass or block packets based on their source IP

address, use the

from ip_address keyword. For example:

block in quick from 192.168.0.0 to any

 

for details refer this link

http://bizsupport2.austin.hp.com/bc/docs/support/SupportManual/c02033615/c02033615.pdf

Basant Sharma