- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- slow networking when add default route
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-27-2003 02:07 PM
02-27-2003 02:07 PM
slow networking when add default route
Got a RH Linux AS 2.1 system on a Dell Poweredge.
The system is in the DMZ with another RH Linux system. I can talk between systems w/o the default route. But their are certain services than need it, i.e., ntp. So I added the default route to the systems.
When I add the default route to the systems, the network reponse times to the systems becomes painfully slow. What is happening?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2003 02:23 PM
02-27-2003 02:23 PM
Re: slow networking when add default route
See if they are consistent.
Also, try traceroute and see if there is hangup between you and the route destination.
If so, contact network administration.
I've had similar problems that had nothing to do with default routes.
I had inconsistent and conflicting data in these files..
/etc/sysconfig/network-scripts
the ifcfg-eth0,ifcfg-eth0:1 etc.
If you are running multiple interfaces like I do to run my web hosting business, consistency issues there can really slow you down.
Does the gnome or kde environment run very slow on the console when this symptom shows itself. Its a sign of network issues.
take a look at the files, make sure everything in there is right and consistent(netrwork address, subnet mask).
then
service network restart
I'd also make sure the addresses on the two interface cards(if the machine is acting as a router) aren't the same subnet or anything like that. Again inconsistencies can lead to performance problems.
Lastly, does sendmail start very slow. Its anohter pointer to the issues I describe above.
netstat -an
netstat -rn
if it works netstat -I eth# 3
replace pound with the number of the nic interface.
if that last command, stolen from HP-UX works it will give you a packet/network traffic snapshot every three seconds with summary tables every minute or so. Slow number here point to network configuration issues.
good luck
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
02-27-2003 03:38 PM
02-27-2003 03:38 PM
Re: slow networking when add default route
Things appear to be OK yet it is very slow in doing various commands such as route, netstat -nr, ntpq -p, etc...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2003 04:05 PM
02-27-2003 04:05 PM
Re: slow networking when add default route
If seems to be your box, but the whole thing is suspicious.
I use a Poweredge for my web hosting business, and have overcome such issues.
If your NIC is a buildin, have you checked for current drivers?
I'm going to look through my Linux Admin book tonight and post anything that seems familiar.
You might want to cruise the red hat forums and see what you find there. More users. I bet Stuart Brown, Cheif guru might think of something when he comes online in Australia later tonight(morning there).
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
02-28-2003 07:05 AM
02-28-2003 07:05 AM
Re: slow networking when add default route
These systems are in the DMZ and I haven't placed a system in the DMZ for some time now.
My typical installs include setting up the DNS info on the systems as well so I configured the resolv.conf file - not think (at that time) that it would have trouble looking back through the DMZ to the network.
Ahhh... what wonders a bottle of rot gut will do, it clears the mind ...
Many thanks!