----
It sounds like the 8200 has bad routing table info.
Run "netstat -r" to see what is going on. You might want to use the
"route"
command to manually flush the tables or add a static route to the 3000.
Craig Biggerstaff
----
Try /usr/bin/traceroute hostname on all machines and see
what systems are in the path. Also check your default
route netstat -rn | grep default to see if your network
gateway is correct.
If using DNS then check /etc/resolv.conf for correct domain
and nameserver.
Roger Picard
The views expressed are mine and not my employer.
----------
Check your default interface settings on the command prom
mode.
Also..check your network card manual and double check the
speed at which your interface is running.
I installed an Alpha 1000 and had a similar problem, the
default was 100 base T on a 10 base T network.
The problem sounds familiar.
Also check your /etc/rc.config and you resolv.conf
Our final problem was the following:
The router was blocking all incoming and outgoing
IP traffic from the specific IP number the new
system was running.
So, it wasn't the Alpha at all but those other items
were checked as possible solutions.
Later.
--
Phil Poole | Unix Systems Administrator
---------
Since a ping is a two-way communication, there is either a hostname/IP
address mismatch or you're using more than one interface (e.g. the 8200
has a route that prevents it from seeing the IP address of the 3000,
but the 3000 can ping one of the 8200's interfaces, or something like
that).
Check your route tables, make sure they're correct; also make sure
subnet masks are all correct.
----------
Can you ping the IP address directly (ie dont ping via name)? This
might help you determine if it is a DNS problem. Could also be
duplicate IP address problem.
Good luck, Jon.
_________
Hi Susan -
Do you have your /etc/routes file with your default route? It's in the
form:
default xxx.xxx.xxx.xxx
- Brian
_________
Hello:
I think that you need an static route, because your machines should be
in different networks.
Your 8000 should have this route added, you should check it with netstat
-nr or edit /etc/routes file.
Then you m8ust figure out which is your gateway and add a route to it.
Review command route.
Bye
-------------
Received on Tue Oct 21 1997 - 22:00:55 NZDT
This archive was generated by hypermail 2.4.0 : Wed Nov 08 2023 - 11:53:37 NZDT