- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- low response after replacing IP and netmask!
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
11-20-2002 03:06 AM
11-20-2002 03:06 AM
I changed the IP and netmask and gateway of an host to reconnect it to a small network within my LAN. Like change it from 135.252.x.x to 172.12.x.x but after that, it was too slowly to telnet to another 172 host, and it took me more than 10 minutes to FTP a 10k file.
What's wrong with it? How to resolve?
Thanks a lot!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2002 03:07 AM
11-20-2002 03:07 AM
SolutionCheck hosts entry in the nsswitch.conf file. If the earlier configuration was using DNS change it to files and then try. Did you update your /etc/hosts file with the new IP?
Karthik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2002 03:15 AM
11-20-2002 03:15 AM
Re: low response after replacing IP and netmask!
What about the dns?
Did you change the /etc/resolv.conf file
after the change in ip.
Is it pointing to the same dns after the ip change.
Probably you can do one thing
1.rename your /etc/resolv.conf file to resolv.conf.old
2.Modify your /etc/nsswitch.conf file like
hosts : files
just to look into files.
Now try ftpying as before and check the speed.
Also I would go about checking your network collisions using lanadmin
#lanadmin
lan
dis
check for the errors and collisions.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2002 04:03 AM
11-20-2002 04:03 AM
Re: low response after replacing IP and netmask!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2002 04:09 AM
11-20-2002 04:09 AM
Re: low response after replacing IP and netmask!
Can you post the output of lanadmin - select lan - select display ??
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2002 04:16 AM
11-20-2002 04:16 AM
Re: low response after replacing IP and netmask!
Another thing is that changing only IP should not have influence on router configuration if there was no physical reconnection (or my knowledge is again not deep enough).
So I would bet routing problem, so the first thing to check are gateways in routing tables.
Good luck
Adam.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2002 04:47 AM
11-20-2002 04:47 AM
Re: low response after replacing IP and netmask!
You are right about DNS - it's used to resolve name to IP then IP is used from there.
He changed the IP and the NETWORK the server USED TO BE ON, therefore the router/switch IS an issue.
Plus the NUMBER of HOPS to the main gateway!
leereg, Try a traceroute to a server and see if the hops are an issue.
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2002 05:15 AM
11-20-2002 05:15 AM
Re: low response after replacing IP and netmask!
I must had let my brains somewhere, while i read this... :)
But if another 172. host were not 172.12. default gateway could be used. And most probabilly the default gateway would be 135.252.x.x, so every datagram could fly into the Universe and then return back.
Or not. :)
traceroute would be the judge.
Good luck
Adam
die as a free man. ;D
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2002 05:50 AM
11-20-2002 05:50 AM
Re: low response after replacing IP and netmask!
FTP, sounds like router or network collisions.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2002 10:54 AM
11-21-2002 10:54 AM
Re: low response after replacing IP and netmask!
Since you changed subnets, you are now likely reaching the 172 hosts through your router - perhaps it is not able to keep-up with the traffic. I would check the netstat -p tcp statistics on the machine sending the data and look for retransmissions. If there are retransmissions and the lanadmin statistics are clean, then you need to check the stats on the router and the receiver.
You should take a snapshot of netstat -p tcp before the transfer and one after, and run them through "beforeafter" from ftp://ftp.cup.hp.com/dist/networking/tools/
and it will subtract the one from the other for you.
I concurr with the other assesments that DNS problems would only manifest themselves as slow session (telnet or FTP) establishment, they would not be causitive of a 10 minute transfer of a 10K file.