HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- IPfilter on DNS server---help needed
Operating System - HP-UX
1832413
Members
2899
Online
110042
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
Go to solution
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
10-06-2003 06:19 AM
10-06-2003 06:19 AM
Hi All,
On my DNS server( BIND 9.20+ 11i), I have install IPfilter. I like to open only tcp/udp port 53 for name server related querries/requests for all IP addresses. For that, what rule I have to implement, I need step by step procedure, as I don't have much time to go through the doc.
Please also put your recommendation.
Thanks in advance,
Richard
On my DNS server( BIND 9.20+ 11i), I have install IPfilter. I like to open only tcp/udp port 53 for name server related querries/requests for all IP addresses. For that, what rule I have to implement, I need step by step procedure, as I don't have much time to go through the doc.
Please also put your recommendation.
Thanks in advance,
Richard
Solved! Go to Solution.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2003 07:23 AM
10-06-2003 07:23 AM
Solution
If you only want allow DNS to the box add the following to your /etc/opt/ipf/ipf.conf file. Restart ipfilters and you should be good to go.
pass in quick proto udp from any to w.x.y.z/32 port = 53 keep state
pass out quick on ppp0 proto udp from a.b.c.d/32 to any port = 53 keep state
--Jim
pass in quick proto udp from any to w.x.y.z/32 port = 53 keep state
pass out quick on ppp0 proto udp from a.b.c.d/32 to any port = 53 keep state
--Jim
"Everyone can be taught to sculpt: Michelangelo would have had to be taught how not to. So it is with the great programmers."
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2003 06:03 PM
10-06-2003 06:03 PM
Re: IPfilter on DNS server---help needed
Hi JAmes,
Thanks for your mail.
I forgot to add, I have to open ssh port also( tcp/udp 22).
For that, what it would be look like then?
Thanks
Richard
Thanks for your mail.
I forgot to add, I have to open ssh port also( tcp/udp 22).
For that, what it would be look like then?
Thanks
Richard
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