- Community Home
- >
- Servers and Operating Systems
- >
- Operating System - HP-UX
- >
- System Administration
- >
- Re: IPFILTER auto logout
-
- Forums
-
Blogs
- Hybrid Cloud
- Edge
- Data & AI
- Working in Tech
- AI Insights
- Alliances
- Around the Storage Block
- Behind the scenes at Labs
- Careers in Tech
- HPE Storage Tech Insiders
- Inspiring Progress
- IoT at the Edge
- My Learning Certification
- OEM Solutions
- Servers: The Right Compute
- Shifting to Software-Defined
- Telecom IQ
- Transforming IT
- HPE Blog, Austria, Germany & Switzerland
- Blog HPE, France
- HPE Blog, Italy
- HPE Blog, Japan
- HPE Blog, Russia
- HPE Blog, UK & Ireland
- Blogs
-
Quick Links
- Community
- Getting Started
- FAQ
- Ranking Overview
- Rules of Participation
- Contact
- Email us
- Tell us what you think
- Information Libraries
- Integrated Systems
- Networking
- Servers
- Storage
- Other HPE Sites
- Support Center
- Aruba Airheads Community
- Enterprise.nxt
- HPE Dev Community
- Cloud28+ Community
- Marketplace
-
Forums
-
Blogs
-
Information
-
English
- 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
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
03-04-2010 12:15 AM
03-04-2010 12:15 AM
IPFILTER auto logout
i'm currently configuring ipfilter in my hpux 11.23 RP8420 server...i have created some rules and rules are working... but after 3 mins my session and ping will automatically logout..my problem is how can i turn off the auto logout?
Below is my rules...
block in all
pass in quick on lo0 from 10.123.45.47/32 to any
pass out quick on lo0 from 10.123.45.47/32 to any
Thanks,
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
03-04-2010 12:20 AM
03-04-2010 12:20 AM
Re: IPFILTER auto logout
If you are talking about session idle timeout, there is a shell variable that controls that.
See:
http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=197701
Horia.
Horia.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
03-04-2010 12:26 AM
03-04-2010 12:26 AM
Re: IPFILTER auto logout
but this is IPFILTER related when i activate/loaded ng rules in /etc/opt/ipf/ipf.conf config and will it works and accessible for a while but after 3 mins.. may session were killed and automatically logout.. please take noted this only happens when i acivate the ipfilter...
any body knows on how to disable autologout? at the same i need the ipfilter still activated/enable.
Thanks,
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
03-04-2010 01:20 AM
03-04-2010 01:20 AM
Re: IPFILTER auto logout
You should check what it is happening when you enable ipf. Watch for rejected packets on lo0 (try to understand what services generated those packets).
Horia.
Horia.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
03-04-2010 03:53 PM
03-04-2010 03:53 PM
Re: IPFILTER auto logout
Do you not mean to put this rule on lan0?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
03-04-2010 06:05 PM
03-04-2010 06:05 PM
Re: IPFILTER auto logout
# cat /etc/opt/ipf/ipf.conf
block in all
pass in from 10.123.45.47/32 to any
pass out from 10.123.45.47/32 to any
Is this correct or do i need to put any parameters?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
03-05-2010 02:51 AM
03-05-2010 02:51 AM
Re: IPFILTER auto logout
>block in all
>pass in from 10.123.45.47/32 to any
>pass out from 10.123.45.47/32 to any
Like this you are blocking all inbound/oubound traffic except for this host 10.123.45.47/32
You can activate logging (man ipf.conf) by using log option on your block action.
You can use ipmon to read the log.
Horia.
Horia.
Hewlett Packard Enterprise International
- Communities
- HPE Blogs and Forum
© Copyright 2019 Hewlett Packard Enterprise Development LP