LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   how to connect two rhel 4.0 computer in lan (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-connect-two-rhel-4-0-computer-in-lan-673447/)

ramanaeee 10-01-2008 12:32 AM

how to connect two rhel 4.0 computer in lan
 
how to connect two RHEL 4.0 computer in lan.
i connected two computers in LAN with cross cable.
given static ip address 192.168.1.1 for one and
192.168.1.2 for another.
it is able to ping both sides but.
i am unable to telnet and ftp it is giving the error
NO route to host.
plz tell me in detail .i am new to this LINUX.

thanks in advance.

jmbrink26 10-01-2008 02:07 AM

One place to start to see if TCP/IP is communicating with each other on both ends of the crossover cable is run nmap on both computers. If you don't have it, download it and install it via yum, and then run a portscan on each system, and see what ports you are finding open.

This will help narrow down if the static ip's are indeed functioning and if all the tcp packets are passing to each other and not being stopped by iptables. Now with this being RHEL, I know Red Hat is notorious for going all crazy on iptables, so if the portscan with nmap doesn't work on either, then check your iptables firewall rules to allow those specific ports be open and/or set both as as DMZ hosts.

Let me know what you find out.


All times are GMT -5. The time now is 12:18 AM.