- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Ipfilter ipf.conf file
Categories
Company
Local Language
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
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
Community
Resources
Forums
Blogs
- 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
01-31-2005 07:51 AM
01-31-2005 07:51 AM
Ipfilter ipf.conf file
Using ipfilter what's the correct syntax in the ipf.conf file to allow a range of subnets access to different ip addresses...
>>>>>>>>>>>>>>>>>>>>>>>>>>>.
pass in from 111.111.111.1 to any
pass in from 222.222.222.1 to 333.333.333.3
The goal here is to have half of the subnets entering my server to view webserver A and the other range view webserver B
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2005 08:15 AM
01-31-2005 08:15 AM
Re: Ipfilter ipf.conf file
---------
pass in quick proto tcp from 111.111.111.0/24 to SERVER_A_IP port = 80 keep state
pass in quick proto tcp from 222.222.222.1-333.333.333.3 to SERVER_B_IP port = 80 keep state
block in quick proto tcp from any to any port = 80
-------------
The first rule wil allow all addresses in 111.111.111.0/24
subnet to server A and second rule will allow all addresses
in range 222.222.222.1 to 333.333.333.3 to server B.
Every other source IP will be blocked.
- Biswajit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2005 09:09 AM
01-31-2005 09:09 AM
Re: Ipfilter ipf.conf file
it would be nice to know if that solution worked or not.
If not what was wrong or did I misunderstand the
question completely.
- Biswajit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2005 09:23 AM
01-31-2005 09:23 AM
Re: Ipfilter ipf.conf file
I will be testing this during my maintenace window tonight and I will update you.
Erick
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2005 11:16 AM
01-31-2005 11:16 AM
Re: Ipfilter ipf.conf file
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2005 11:39 AM
01-31-2005 11:39 AM
Re: Ipfilter ipf.conf file
> A side-note - Erick, is this a distribution of IPfilter for HPUX?
I would guess so. The IP range solution (with a '-'
between two IP addresses) is supported only in HP's
IPFilter and not supported in the public domain
version.
- Biswajit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2005 12:38 AM
02-01-2005 12:38 AM