![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| IP Networking Questions involving TCP/IP, Routers, Hubs, Network protocols, etc go here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Network interfaces problem | vilius | SCO | 0 | 09-19-2007 04:47 AM |
| Network interfaces problem | vilius | IP Networking | 0 | 09-19-2007 04:45 AM |
| Network problem. | jeelans | SUN Solaris | 1 | 07-25-2006 11:49 AM |
| Network problem en0 - en1 !!! | johhny_bravo | AIX | 8 | 07-24-2006 12:40 PM |
| network card problem | q30 | UNIX for Advanced & Expert Users | 1 | 06-11-2003 11:15 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
Folks;
I have 2 SUSE servers (192.168.157.100 & 192.168.157.101) both are similar and has the same gateway 192.168.157.1 I can connect to the second one from my PC just fine (192.168.157.101). The problem is i couldn't connect to the first one using SSH even after i disabled the firewall. when i ran tracert on both from my PC, i saw that (see below). From the output of the tracert I believe this is a gateway related. i checked every thing and i see the gateway defined the same on both servers. Code:
C:\Documents and Settings\me>tracert -d 192.168.157.101 Tracing route to 192.168.157.101 over a maximum of 30 hops 1 <1 ms <1 ms <1 ms 10.140.100.1 2 <1 ms <1 ms <1 ms 10.140.200.101 3 <1 ms <1 ms <1 ms 192.168.157.101 Trace complete. C:\Documents and Settings\me>tracert -d 192.168.157.100 Tracing route to 192.168.157.100 over a maximum of 30 hops 1 <1 ms <1 ms <1 ms 10.140.100.1 2 <1 ms <1 ms <1 ms 10.140.200.101 3 * * * Request timed out. 4 * * * Request timed out. 5 * * * Request timed out. 6 ^C C:\Documents and Settings\me> Last edited by DukeNuke2; 06-28-2008 at 12:12 AM. Reason: add code tags |
| Forum Sponsor | ||
|
|
|
|||
|
hmmm... are you sure your route is set right?
Smiling Dragon is correct on the point that you do not see your gateway in the traceroute, however since the servers are on the same subnet you might not. What you SHOULD see is that the first or second hop is the target. issue the command "route" and take a look at the "default" line. |
|
|||
|
OK, two things here:
1. I'm not sure about the "hop the target" part. could you please explain a little more? -The second thing is i had some doubts about my SSH package so i reinstalled it. After that i was able to ssh between both for a little while, then it went back to the same issue. Now this is to me is very strange & i don't understand this behavior. |
|||
| Google The UNIX and Linux Forums |
| Thread Tools | |
| Display Modes | |
|
|