Networking Forums

Networking Forums > Computer Networking > Linux Networking > Help with connecting WinXP to RedHat Linux

Reply
Thread Tools Display Modes

Help with connecting WinXP to RedHat Linux

 
 
Menhir
Guest
Posts: n/a

 
      03-10-2005, 04:21 AM
Pardon me if I am asking in the wrong place. I am looking for help
connecting from my XP system to a Linux machine using ssh on a
home network. I have included below a little text diagram of my
network and a rundown of test I have performed to try and solve
this problem. I want to sit at my XP machine and do some PHP
programming on my Linux machine in another room. I would prefer
not to have to sit at the Linux machine as it's in an inconvenient
place. Any help would be appreciated.


The problem: Cannot connect from the XP machine
to the Linux machine using PuTTY ssh client.
Cannot view web pages served by the Linux machine
on either of the other systems.

My network topology:
(switching hub)
---------
{ internet }--> 192.168.1.1 <-+ |
(Linksys router) | |
| s |
192.168.1.100 <-+ w |
(Win98 SE) | i |
| t |
192.168.1.101 <-+ c |
(Win XP) | h |
| |
192.168.1.102 <-+ |
(Redhat Linux) ---------


Linksys router: Pingable from all other nodes.
Win98 SE: Pingable from all other nodes.
Win XP: Not pingable except from itself.
Redhat Linux: Pingable from all other nodes.


All systems get their IP addresses from the Linksys
router (DHCP server). All systems can access the
Internet and browse freely on the Web.

ssh connects from the Linux machine to itself. The
key downloads and login proceeds. The default page
for Apache httpd is visible from the Linux machine.

PuTTY on the WinXP machine cannot make a connection
to the Linux machine. It can make a connection to
another Linux machine over the Internet.

The default Apache web page is not visible from
either the Win XP machine or the Win 98 machine.

Thanks for your time.




 
Reply With Quote
 
 
 
 
Jack Knight
Guest
Posts: n/a

 
      03-10-2005, 08:54 PM
Menhir wrote:
> Pardon me if I am asking in the wrong place. I am looking for help
> connecting from my XP system to a Linux machine using ssh on a
> home network. I have included below a little text diagram of my
> network and a rundown of test I have performed to try and solve
> this problem. I want to sit at my XP machine and do some PHP
> programming on my Linux machine in another room. I would prefer
> not to have to sit at the Linux machine as it's in an inconvenient
> place. Any help would be appreciated.


You don't say what version your rh linux is.

From a root shell, try

iptables -L

Is ssh allowed in from anywhere apart from localhost?

If not sure, you can temporarily disable the firewall with:

iptables -F

then try ssh. If this fixes it then you need some work on your iptables
firewalling.

Good luck.
>
>
> The problem: Cannot connect from the XP machine
> to the Linux machine using PuTTY ssh client.
> Cannot view web pages served by the Linux machine
> on either of the other systems.
>
> My network topology:
> (switching hub)
> ---------
> { internet }--> 192.168.1.1 <-+ |
> (Linksys router) | |
> | s |
> 192.168.1.100 <-+ w |
> (Win98 SE) | i |
> | t |
> 192.168.1.101 <-+ c |
> (Win XP) | h |
> | |
> 192.168.1.102 <-+ |
> (Redhat Linux) ---------
>
>
> Linksys router: Pingable from all other nodes.
> Win98 SE: Pingable from all other nodes.
> Win XP: Not pingable except from itself.
> Redhat Linux: Pingable from all other nodes.
>
>
> All systems get their IP addresses from the Linksys
> router (DHCP server). All systems can access the
> Internet and browse freely on the Web.
>
> ssh connects from the Linux machine to itself. The
> key downloads and login proceeds. The default page
> for Apache httpd is visible from the Linux machine.
>
> PuTTY on the WinXP machine cannot make a connection
> to the Linux machine. It can make a connection to
> another Linux machine over the Internet.
>
> The default Apache web page is not visible from
> either the Win XP machine or the Win 98 machine.
>
> Thanks for your time.
>
>
>
>

 
Reply With Quote
 
Menhir
Guest
Posts: n/a

 
      03-11-2005, 05:46 AM
Thank you for the reply. I tried your suggestion and it failed to find the
file iptables (command not found). But that set me off poking around
and I found a GUI app that managed the firewall settings and I set ssh
as a trusted app. That immediately did the trick. I can now connect
using PuTTY, and I'm on my way. Thanks again for answering a newbie's
question

"Jack Knight" <(E-Mail Removed)> wrote in message
newsm3Yd.2651$(E-Mail Removed)...
> Menhir wrote:
>> Pardon me if I am asking in the wrong place. I am looking for help
>> connecting from my XP system to a Linux machine using ssh on a
>> home network. I have included below a little text diagram of my
>> network and a rundown of test I have performed to try and solve
>> this problem. I want to sit at my XP machine and do some PHP
>> programming on my Linux machine in another room. I would prefer
>> not to have to sit at the Linux machine as it's in an inconvenient
>> place. Any help would be appreciated.

>
> You don't say what version your rh linux is.
>
> From a root shell, try
>
> iptables -L
>
> Is ssh allowed in from anywhere apart from localhost?
>
> If not sure, you can temporarily disable the firewall with:
>
> iptables -F
>
> then try ssh. If this fixes it then you need some work on your iptables
> firewalling.
>
> Good luck.
>>
>>
>> The problem: Cannot connect from the XP machine
>> to the Linux machine using PuTTY ssh client.
>> Cannot view web pages served by the Linux machine
>> on either of the other systems.
>>
>> My network topology:
>> (switching hub)
>> ---------
>> { internet }--> 192.168.1.1 <-+ |
>> (Linksys router) | |
>> | s |
>> 192.168.1.100 <-+ w |
>> (Win98 SE) | i |
>> | t |
>> 192.168.1.101 <-+ c |
>> (Win XP) | h |
>> | |
>> 192.168.1.102 <-+ |
>> (Redhat Linux) ---------
>>
>>
>> Linksys router: Pingable from all other nodes.
>> Win98 SE: Pingable from all other nodes.
>> Win XP: Not pingable except from itself.
>> Redhat Linux: Pingable from all other nodes.
>>
>>
>> All systems get their IP addresses from the Linksys
>> router (DHCP server). All systems can access the
>> Internet and browse freely on the Web.
>>
>> ssh connects from the Linux machine to itself. The
>> key downloads and login proceeds. The default page
>> for Apache httpd is visible from the Linux machine.
>>
>> PuTTY on the WinXP machine cannot make a connection
>> to the Linux machine. It can make a connection to
>> another Linux machine over the Internet.
>>
>> The default Apache web page is not visible from
>> either the Win XP machine or the Win 98 machine.
>>
>> Thanks for your time.
>>
>>
>>


 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Redhat Linux 8 and Redhat Enterprise Linux 4 printer not configure Niraj Linux Networking 0 12-06-2006 04:51 AM
Redhat 9 and winxp networking Neo Linux Networking 1 06-07-2005 04:31 PM
How to Connecting two different network in redhat linux 9 visu Linux Networking 3 11-28-2004 12:03 AM
Red Hot Linux v9.0 [2 DVDs]. Red Hot Linux v9.0 [3 CDs]. Redhat Enterprise Linux ES v3.0 REPACK [4 CDs]. Mandrake Linux 9.2 [3 CDs] -new ! TEL Linux Networking 0 12-01-2003 12:06 PM
Red Hot Linux v9.0 [2 DVDs]. Red Hot Linux v9.0 [3 CDs]. Redhat Enterprise Linux ES v3.0 REPACK [4 CDs]. Mandrake Linux 9.2 [3 CDs] - new ! TEL Linux Networking 0 11-29-2003 11:27 AM



1 2 3 4 5 6 7 8 9 10 11