- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to change MTU settings in HPUX 11i
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
09-22-2006 09:15 AM
09-22-2006 09:15 AM
Am I missing something?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2006 11:14 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2006 12:45 PM
09-22-2006 12:45 PM
Re: How to change MTU settings in HPUX 11i
FWIF, while they are related, MSS != MTU - the MSS will only (in theory) change the MSS negotiated by TCP, not the MTU of the link.
It might be possible to set a smaller MTU to specific destinations with the route command.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2006 12:57 AM
09-25-2006 12:57 AM
Re: How to change MTU settings in HPUX 11i
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2006 02:25 AM
09-25-2006 02:25 AM
Re: How to change MTU settings in HPUX 11i
# lanadmin -M 1440 0
To make the change permanent:
# ls -l /etc/rc.config.d/*lanconf
to get a listing of conf files for your lan interfaces. Then modify the appropriate config for your card.
PCS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2006 02:47 AM
09-25-2006 02:47 AM
Re: How to change MTU settings in HPUX 11i
The command I used was lanadmin -M 1440 0 which set the MTU and also kept this setting after I rebooted the machine. I did check all the /etc/rc.config.d/*lanconf files and none were modified after I ran the above command. I am not sure where this change is stored at but as long as the settings remain after a restart it doesn't matter.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2006 03:55 AM
09-25-2006 03:55 AM
Re: How to change MTU settings in HPUX 11i
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2006 04:57 AM
09-25-2006 04:57 AM
Re: How to change MTU settings in HPUX 11i
(Sorry if ANX implies the answer, it is to me an unfamiliar TLA)