- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- change of ip_pmtu_strategy value
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
03-28-2003 11:39 PM
03-28-2003 11:39 PM
change of ip_pmtu_strategy value
When changing ip_pmtu_strategy value from 1 to 0, is the change effected immediately?
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2003 11:56 PM
03-28-2003 11:56 PM
Re: change of ip_pmtu_strategy value
yes, it should
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2003 12:03 AM
03-29-2003 12:03 AM
Re: change of ip_pmtu_strategy value
how come the sniffer trace shows that it is still 1?
here's how i changed it:
ndd -set /dev/ip ip_pmtu_strategy 0
is this correct or have i missed something?
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2003 12:43 AM
03-29-2003 12:43 AM
Re: change of ip_pmtu_strategy value
After changing PMTU strategy.
#route -f
Then
#/sbin/init.d/net start
Try again the sniffing
regards,
U.SivAKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2003 07:57 AM
03-29-2003 07:57 AM
Re: change of ip_pmtu_strategy value
ndd -get /dev/ip ip_pmtu_strategy
to check up the value.
These changes do not persist after reboot so make the appropriate changes in the /etc/rc.config.d/nddconf
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2003 09:12 PM
03-30-2003 09:12 PM
Re: change of ip_pmtu_strategy value
Switched to the proper sniffing location and saw the changes.
But the changes was not effected immediately, the routes have to be deleted and re-added for the changes to effect.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2003 10:34 AM
03-31-2003 10:34 AM
Re: change of ip_pmtu_strategy value
Of course, one might ask why the change to zero in the first place since it will cripple your TCP connections with a smaller MSS than they could otherwise use.