HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: [HP-UX] - Dynamically Block Ping to a IP
Operating System - HP-UX
1830657
Members
28544
Online
110015
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2007 05:19 PM
04-22-2007 05:19 PM
[HP-UX] - Dynamically Block Ping to a IP
Hi,
I would like to be able to dynamically
block Ping to a particular IP.
By "dynamic", I mean that most of the time
that host would be allowed connect, but
occassionaly for a few hours that host would
not be allowed to connect (preferably with
no host response at all).
* something Similar to route reject in Linux
Suggestions? Thanks
I would like to be able to dynamically
block Ping to a particular IP.
By "dynamic", I mean that most of the time
that host would be allowed connect, but
occassionaly for a few hours that host would
not be allowed to connect (preferably with
no host response at all).
* something Similar to route reject in Linux
Suggestions? Thanks
If you are not a part of solution , then you are a part of problem
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2007 06:48 PM
04-22-2007 06:48 PM
Re: [HP-UX] - Dynamically Block Ping to a IP
I'd imagine IPFilter will do what you require. It's freely available here:
http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=B9901AA
I'm afraid you will have to look to other on how to use it.
HTH
Duncan
I am an HPE Employee
http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=B9901AA
I'm afraid you will have to look to other on how to use it.
HTH
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2007 10:04 PM
04-24-2007 10:04 PM
Re: [HP-UX] - Dynamically Block Ping to a IP
Use IPFilter and for exapmle cron or at to "dynamically" add and delete firewall rules
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2007 10:27 PM
04-24-2007 10:27 PM
Re: [HP-UX] - Dynamically Block Ping to a IP
Assuming you want to use IPFilter:
To block ping to the address:
block out quick proto icmp from any to xx.xx.xx.xx/32
To block everything to the address:
block out quick from any to xx.xx.xx.xx/32
But what I assume you are really asking for is to prevent that IP from talking to your server, which makes the rule a little different:
To block ping from the remote IP:
block in quick proto icmp from xx.xx.xx.xx/32 to any
To block everything from the remote IP
block in quick from xx.xx.xx.xx/32 to any
Hope it helps
John
To block ping to the address:
block out quick proto icmp from any to xx.xx.xx.xx/32
To block everything to the address:
block out quick from any to xx.xx.xx.xx/32
But what I assume you are really asking for is to prevent that IP from talking to your server, which makes the rule a little different:
To block ping from the remote IP:
block in quick proto icmp from xx.xx.xx.xx/32 to any
To block everything from the remote IP
block in quick from xx.xx.xx.xx/32 to any
Hope it helps
John
Spoon!!!!
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP