- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- do not fragment ping hpux hp ux
Operating System - HP-UX
1822356
Members
5472
Online
109642
Solutions
Forums
Categories
Company
Local Language
юдл
back
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
Forums
Discussions
юдл
back
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
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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-17-2008 09:50 AM
тАО09-17-2008 09:50 AM
do not fragment ping hpux hp ux
Hello,
I need to ping a large packet from an HPUX system (11.11) and set the 'do not fragment' bit.
How can I accomplish this?
I see that windows and linux have options for this but I can find nothing in hpux.
Thanks
I need to ping a large packet from an HPUX system (11.11) and set the 'do not fragment' bit.
How can I accomplish this?
I see that windows and linux have options for this but I can find nothing in hpux.
Thanks
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-17-2008 09:55 AM
тАО09-17-2008 09:55 AM
Re: do not fragment ping hpux hp ux
Not that this is the only answer but from the hpux side..
Stuff like this is typically controlled by ndd.
ndd -h supported|grep -i frag
shows nothing relevant.
Stuff like this is typically controlled by ndd.
ndd -h supported|grep -i frag
shows nothing relevant.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-17-2008 10:25 PM
тАО09-17-2008 10:25 PM
Re: do not fragment ping hpux hp ux
Hello,
Several possibilities:
a) Check Porting and Archiving Centre for HP-UX http://hpux.cs.utah.edu/ and install:
echoping (option "-s size")
fping (option "-b bytes")
b) You can also use HP-UX port of mtr (should be available at Porting and
Archiving Centre for HP-UX).
mtr is a network diagnostics tool that
unifies ping and traceroute. IT has
options:
-s size
--psize bytes
c) Get Linux sources for ping and compile them yourself. They have options:
-M hint
-s size
Both very useful.
d) The ip_pmtu_strategy kernel parameter
enables or disables path maximum
transmission unit (PMTU) discovery.
When PMTU discovery is disabled, IP sends
packets with the "Don't Fragment" bit
cleared. This prevents intermediate nodes
from fragmenting IP packets, and IP
generally selects conservative (small)
values for the MTU, which can decrease IP
throughput.
e) Write a C program, Perl script, or similar.
Hint: Perl module Net::Ping. I use it
to test tree types of ICMP in my Operations
Acceptance Testings:
http://www.circlingcycle.com.au/Unix-sources/
As you can see, Unix and Linux about freedom
to choose.
Cheers,
VK2COT
Several possibilities:
a) Check Porting and Archiving Centre for HP-UX http://hpux.cs.utah.edu/ and install:
echoping (option "-s size")
fping (option "-b bytes")
b) You can also use HP-UX port of mtr (should be available at Porting and
Archiving Centre for HP-UX).
mtr is a network diagnostics tool that
unifies ping and traceroute. IT has
options:
-s size
--psize bytes
c) Get Linux sources for ping and compile them yourself. They have options:
-M hint
-s size
Both very useful.
d) The ip_pmtu_strategy kernel parameter
enables or disables path maximum
transmission unit (PMTU) discovery.
When PMTU discovery is disabled, IP sends
packets with the "Don't Fragment" bit
cleared. This prevents intermediate nodes
from fragmenting IP packets, and IP
generally selects conservative (small)
values for the MTU, which can decrease IP
throughput.
e) Write a C program, Perl script, or similar.
Hint: Perl module Net::Ping. I use it
to test tree types of ICMP in my Operations
Acceptance Testings:
http://www.circlingcycle.com.au/Unix-sources/
As you can see, Unix and Linux about freedom
to choose.
Cheers,
VK2COT
VK2COT - Dusan Baljevic
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-18-2008 07:02 AM
тАО09-18-2008 07:02 AM
Re: do not fragment ping hpux hp ux
Be aware that some routers and firewalls may choke on non-standard packets.
Bill Hassell, sysadmin
Bill Hassell, sysadmin
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP