Network problem


 
Thread Tools Search this Thread
Special Forums IP Networking Network problem
# 1  
Old 06-23-2008
Power Network problem

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>

Any help will be very much appreciated rolleyes

Last edited by DukeNuke2; 06-28-2008 at 04:12 AM.. Reason: add code tags
# 2  
Old 06-23-2008
Both your traceroute outputs don't list the gateway (192.168.157.1) I'd be looking at 10.140.200.101 routing table if I were you.

It's odd that you can get a response from wither server, do you have multiple IPs on the one router perhaps?
# 3  
Old 06-28-2008
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.
# 4  
Old 06-28-2008
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.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Android

Problem with wireless network

Good day, everybody! I have a mobile phone (LG Optimus L5) with Android 4.0.3 and a tablet (PocketBook SurfPad 2) with Android 4.1.1 and I have problem with wireless network on these devices. Laptops don't have such problem. My wireless network organisation is a modem connected with an access point... (11 Replies)
Discussion started by: qzxcvbnm
11 Replies

2. Debian

/etc/network/interfaces problem

Hello i am configuring a debian lenny sever ,/etc/network/interfaces is modified so that eth1 takes a static IP address then i save it wq! then i restart the networking , /etc/init.d/networking restart . but after reboot ,the file is reset ,note that the interfaces had by defauklt IPv6 address... (5 Replies)
Discussion started by: learn82
5 Replies

3. AIX

Network Problem

Hi everbody; I have 2 p520 machines and created a vio server for each one (vio01 - vio02). I created 3 AIX 5.3 lpars on vio02 and 3 AIX 6.1 lpars on vio01. The problem is when 2 lpars are activated, i can ping gateway from both lpars and vio; but when i activate 3rd lpar, network downs and none of... (2 Replies)
Discussion started by: lordofdarkness
2 Replies

4. Solaris

Network interface problem

Hi i have replace a NIC card on solaris 10 when i give the following command ifconfig -a it just show the lo0 (only loop back with inet 127.0.0.1) when i give the following command to config the interface, ifconfig elxl0 plumb ifconfig: plumb: elxl0: no such interface please help... (11 Replies)
Discussion started by: malikshahid85
11 Replies

5. AIX

AIX OS problem? network problem?

Dear ALL. I installed AIX OS on customer sites. but Only one site is too slow when I connected telnet, ftp.. Ping is too fast. but telnet and FTP is not connected.. of course i check the configuration file on aix but it's normal. Do any Idea?? thanks in advance. - Jun - (3 Replies)
Discussion started by: Jeon Jun Seok
3 Replies

6. Solaris

Problem in network configuration

Hi everybody, I have a very strange problem ; if somebody could help me it would be very kind. I'll try to explain my problem. I have 2 unix machines absolutely identical running solaris 9. For network reasons I need to change the IP address of the 2 machines. I proceed exactly the same on the... (11 Replies)
Discussion started by: aribault
11 Replies

7. AIX

network printer problem

I have AIX 5.3 OS. After issuing the print command, the printer state immediately goes down. I have checked the /etc/qconfig flle, resatrted the qdaemon but again same problem is occuring. I am using HP 5100 connected to jetdirect. what is the problem and it's solution? (4 Replies)
Discussion started by: prashantchavan
4 Replies

8. SCO

Network interfaces problem

Hi, I have problems with my SCO unix network interfaces. Intel integrated adapter was failing, so I installed new one - 3COM adapter into free PCI slot. Installed driver using SCO Software manager - successfully Added new Network adapter using SCO Network configuration manager - successfully... (0 Replies)
Discussion started by: vilius
0 Replies

9. Solaris

Network problem.

Hi All, This is regarding problem with two servers... EX:- server1(HP) is not able to connect with proxy server server2(SUN BOX) But we can able to login.... server1 is not able to pickup any data from the proxy server... checked in the sunbox... # ping bdhp5050 server1 is alive ... (1 Reply)
Discussion started by: jeelans
1 Replies

10. UNIX for Advanced & Expert Users

Network problem Unix

Changed from a broken Switch to a working HUB everyting else in my network is ok after the change but not my RS/6000! It refuses to get connected, get time out on Pings both ways - strange? Could it be some problem with ARP?:confused: (2 Replies)
Discussion started by: jolun
2 Replies
Login or Register to Ask a Question