- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- MTU Setting
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
02-04-2002 02:03 PM
02-04-2002 02:03 PM
OS 10.20
lanadmin -M 1006 #works fine.
Now, how do I make it remain after a reboot?
Do I need make a new startup script, or is there an entry I can add to hpetherconf, hpbase100conf or netconf to maintain this setting?
...jcd...
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2002 02:15 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2002 02:17 PM
02-04-2002 02:17 PM
Re: MTU Setting
I think you need to create a script to change it forever.
This Thread might help
http://us-support2.external.hp.com/cki/bin/doc.pl/sid=55c3a9f21536027f3f/screen=ckiDisplayDocument?docId=200000051478772
-USA..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2002 12:05 PM
02-06-2002 12:05 PM
Re: MTU Setting
Another thing?????
After changing the MTU setting, I put a sniffer on the network. This system is still sending out with a MTU of 1500. Is there something else I need to change?
...jcd...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2002 12:18 PM
02-06-2002 12:18 PM
Re: MTU Setting
you can edit the netconf file in /etc/rc.config.d to make the change permanent. the option should be added to ROUTE_ARGS as,
ROUTE_ARGS[0]="-p 1006"
To do it on the fly,
# lanadmin -M 1006 2
(2 above is the PPA number of the LAN interface)
# ifconfig lan2 down
# ifconfig lan2 up
Hope this helps.
regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2002 12:19 PM
02-06-2002 12:19 PM
Re: MTU Setting
Just out of curiosity why exactly 1006?
Ron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2002 01:29 PM
02-06-2002 01:29 PM
Re: MTU Setting
Thanks for the help/ideas.
Ron,
We are running through a vpn that is adding to the packets, and we are attemping to cut down on the fragmentation.
...jcd...