- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How can I LIMIT the LAN speed?
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
12-23-2003 08:04 AM
12-23-2003 08:04 AM
How can I LIMIT the LAN speed?
I only have a 544kbs internet connection wich wirks out at about 50kbs normal speed, and basicaly it not enough. I need a way to Limit or somehow stop internet connection sharing from letting the network have more than 20kbs or so... can it be done?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-27-2003 07:38 PM
12-27-2003 07:38 PM
Re: How can I LIMIT the LAN speed?
it has only 10hd 10fd 100hd 100fd auto_on options for land card in host end.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2003 03:53 AM
12-28-2003 03:53 AM
Re: How can I LIMIT the LAN speed?
You are concerned with load balancing and don't need to.
If there is one connection, its okay to give them max band width on the NIC card, because thats not faster than what the machine can do internally.
As new connections come in, the band witch will be handed out just like anything else the OS time slices.
You best bet to keep the machine from being overloaded is to limit the number of simultaneous connections.
This can be done with the kernel parameters controlling how many telnet devices are enabled. The default is 60, and that may be too high.
If its not telnet you could limit sessions with parameters in the apache server, database or back end application. This will limit sessions and therfore bandwidth degradation.
Tell me about the app and I'll tell you how to handle the limitation.
If you are trying to reserve some bandwidth for the machine to use itself, say for Internet downloads, don't worry about that. If you are set up for full duplex, you can go full speed on upload and download at the same time with out much degradation.
None of this is going to overwhelm the CPU in any recent HP-UX server/workstation.
SEP
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
12-28-2003 11:23 PM
12-28-2003 11:23 PM
Re: How can I LIMIT the LAN speed?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2003 11:58 PM
12-28-2003 11:58 PM
Re: How can I LIMIT the LAN speed?
Andy