Operating System - Linux
1753440 Members
4719 Online
108794 Solutions
New Discussion юеВ

Re: Linux 7.3 Not able to connect

 
Sunil Sharma_1
Honored Contributor

Linux 7.3 Not able to connect

Hi,
I am facing a strange problem, i installed Red hat Linux 7.3 on 2 Compaq Prolient server, these server are able to talk each other but no other node (Windows/Sun) able to connect or reach to these nodes(nither ping nor telnet).

It's very urgent ..
please help...
Sunil
*** Dream as if you'll live forever. Live as if you'll die today ***
7 REPLIES 7
Claudio Cilloni
Honored Contributor

Re: Linux 7.3 Not able to connect

the other windows/sun nodes are on the same subnet? if no, the gateway is set correctly on the linux machines?

Massimo Bianchi
Honored Contributor

Re: Linux 7.3 Not able to connect

Hi Sunil,
first thing to check:

- ip configuration/gateway configuration
- firewall configuration
- on switch/router: vlan configuration

Massimo
Sunil Sharma_1
Honored Contributor

Re: Linux 7.3 Not able to connect

Hi,
No Firewall
all are in same subnet

Sunil
*** Dream as if you'll live forever. Live as if you'll die today ***
Vitaly Karasik_1
Honored Contributor

Re: Linux 7.3 Not able to connect

- which driver do you use? if you have Broadcom gigabit chip, try to dw from HP site and install bcm5700 driver instead of tg3


- could you please send us output of ifconfig?

Vitaly
Stuart Browne
Honored Contributor

Re: Linux 7.3 Not able to connect

Routing tables from all boxes, 'ifconfig -a' from linux and sun boxes, and an 'ipconfig' from the windows boxes so we can see what's going on.

I'd also like to see the output of these two commands on the linux boxen:

iptables -nvL
ipcahisn -nvL

Atleast one of these should fail with errors.

Are you sure it isn't affected by tcp wrappers, and thus require correct entries in the /etc/hosts.{allow,deny} files, so the contents of them as well if you could.

You've also verified that they are all on the same PHYISCAL segment of the network?

Now, what service are you trying to connect to? Are you sure this service is running on the linux boxes?
One long-haired git at your service...
Steven E. Protter
Exalted Contributor

Re: Linux 7.3 Not able to connect

You need a test

As root, both boxes

service iptables stop

Test connectivity.

If it suddenly comes on, you are in the right ballpark, if not move on to other causes.

Same goes if ipchains if you are using that firewall.

sEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Sunil Sharma_1
Honored Contributor

Re: Linux 7.3 Not able to connect

Thanks to all of you.
My problem got resolved.

Sunil
*** Dream as if you'll live forever. Live as if you'll die today ***