- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Set the PMTU
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
06-24-2008 07:10 AM
06-24-2008 07:10 AM
Set the PMTU
I have read some of the threads on this but still I'm not sure. My network team has ask me to set the PMTU to 1460 on a specific IP. I check the MTU in lanadmin and it is set to 1500 for the NIC which is default. I need the correct syntax using route command to achieve this. I also need to know where in the nddconf file I can set this so on reboot the config will stay. When I issue the command below I get a " network not reachable" but I can ping both the IP and the Gateway.
route -p 1460 add host (IP) (gateway)
HPUX 11.23
ia64
Thanks in advance,
sp
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2008 07:24 AM
06-24-2008 07:24 AM
Re: Set the PMTU
I believe this network parameter is set by the command ndd
It can be edited in /etc/rc.config.d/nddconf
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2008 07:34 AM
06-24-2008 07:34 AM
Re: Set the PMTU
When I do a man on route it shows a switch "-p" which can set the PMTU. I understand I will need to use the ndd command to make it stick. Also, Will I need to modify the nddconf file? I need the route syntax that I can test it before using the ndd command.
Thanks,
sp
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2008 07:39 AM
06-24-2008 07:39 AM
Re: Set the PMTU
Jeff Traigle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2008 08:57 AM
06-24-2008 08:57 AM
Re: Set the PMTU
Thanks for the help!
sp,