- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Don't fragment bit in ip header set in 11.00
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
Discussions
Discussions
Discussions
Forums
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
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
тАО09-12-2000 05:42 AM
тАО09-12-2000 05:42 AM
"don't fragment bit" in the ip header is now set under 11.00. This is causing a problem
at one of our sites which has their mtu set to 1480 (for reasons I don't really understand). None of my 11.00 machines can send packets greater that 1480 via
a ping while all of my 10.20 machines can. Does anyone know how to change
this behaviour? I.e., I would like to turn this "don't fragment" bit off.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-12-2000 05:47 AM
тАО09-12-2000 05:47 AM
SolutionThe variable ip_pmtu_strategy controls the setting of the DF bit. When enabled
(1), all TCP datagrams will be transmitted with the DF bit set and this will
start the PMTU Discovery process. When disabled(0), the DF bit is not set. The
default is enabled(1).
On 11.0 the parameter is
ip_pmtu_strategy :
For Details regarding the parameter enter the following ndd command:
ndd -h ip_pmtu_strategy
To view the current setting or ip_pmtu_strategy:
ndd -get /dev/ip ip_pmtu_strategy
Default is 2
To disable the use of the DF flag and thus disable the path MTU
discovery, set ip_pmtu_strategy to 0.
ndd -set /dev/ip ip_pmtu_strategy 0
ndd settings will not survive a reboot, you will need to include
the parameters in the /etc/rc.config.d/nddconf file.
See man 1m ndd and the /etc/rc.config.d/nddconf file for more
information.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-12-2000 05:54 AM
тАО09-12-2000 05:54 AM
Re: Don't fragment bit in ip header set in 11.00
To set if off in HP-UX 11 you can either modify /etc/rc.config.d/nddconf or use the ndd command to set ip_pmu_strategy to 0 (no Path MTU discovery)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-12-2000 06:02 AM
тАО09-12-2000 06:02 AM
Re: Don't fragment bit in ip header set in 11.00
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-12-2000 06:33 AM
тАО09-12-2000 06:33 AM
Re: Don't fragment bit in ip header set in 11.00
but it doesn't appear to work on a couple of others! Anybody have a clue as to
why this works on some but not others?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-12-2000 07:28 AM
тАО09-12-2000 07:28 AM
Re: Don't fragment bit in ip header set in 11.00
Having set ip_pmu_strategy to 0, I wonder whether you need to reconfigure the LAN card?
Try 'ifconfig lan? 0.0.0.0'
then 'ifconfig lan?
Or amend nddconf and reboot.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-02-2001 05:41 AM
тАО11-02-2001 05:41 AM
Re: Don't fragment bit in ip header set in 11.00
the ndd settings have 'stuck' so far (I would have preferred option '2' instead of zero but evidently that is not allowed anymore).
any more suggestions here? want to get on the new hardware we paid for!
would adjusting mtu on client end help? it is a character-oriented ap over a telnet type session.
also, if these particular users connect to the 'k/1020' box and then telnet over to the N-class their performance is good!
any help appreciated.
ip_pmtu_strategy was changed from 1 to zero with no help.
nrf