- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- ipfilter -e
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
12-16-2017 05:51 AM
12-16-2017 05:51 AM
ipfilter -e
Hi Guys,
Can anyone help , Im trying to enable ipfilter in a default ruleset to block unauthorized incoming connections, I would append the ipf.conf file as below
block in all
pass in from <allowed net>/<mask>
pass in from <allowed net>/<mask>
assuming my ipaddress is 192.168.2.20, subnet 255.255.255.0 gateway 192.168.2.1. How should I input the value to allowed net and mask ??
Regards
Vincent
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2017 07:24 AM
12-16-2017 07:24 AM
Re: ipfilter -e
> assuming my ipaddress is 192.168.2.20, subnet 255.255.255.0 gateway
> 192.168.2.1. How should I input the value to allowed net and mask ??
Did your Web search for "ipf.conf pass from" find no useful
information? I know nothing, but mine found some. To me, it looks as
if the standard notation is used, so your subnet would be
"192.168.2.0/24".