Re: can't see a tomcat installation on home network

2005-04-20 Thread Hassan Schroeder
Nikola Milutinovic wrote: Try SSH, instead of Telnet. Download PuTTY and install it. Sheesh, no, don't confuse the issue. This is not about the OP trying to open a shell on a remote system, it's about *using telnet* as a command-line tool to try to connect to an arbitrary remote port -- in this

RE: can't see a tomcat installation on home network

2005-04-20 Thread Raghupathy,Gurumoorthy
Yes, this is what I wanted to convey telnet to linux mahcine on port 8080 to check if it responding -Original Message- From: Hassan Schroeder [mailto:[EMAIL PROTECTED] Sent: 20 April 2005 15:00 To: Tomcat Users List Subject: Re: can't see a tomcat installation on home

RE: can't see a tomcat installation on home network

2005-04-20 Thread Greg Baynham
wanted to convey telnet to linux mahcine on port 8080 to check if it responding -Original Message- From: Hassan Schroeder [mailto:[EMAIL PROTECTED] Sent: 20 April 2005 15:00 To: Tomcat Users List Subject: Re: can't see a tomcat installation on home network Nikola

Re: can't see a tomcat installation on home network

2005-04-19 Thread Gurumoorthy
First try to ping to your tomcat machine from xp machine Then try to telnet to your tomcat machine from xp machine c:\telnet machineip 8080 See if you can connect. To cross check send me the output of following details ON xp Machine :ipconfig ON linux Machine:

Re: can't see a tomcat installation on home network

2005-04-19 Thread Parsons Technical Services
: can't see a tomcat installation on home network First try to ping to your tomcat machine from xp machine Then try to telnet to your tomcat machine from xp machine c:\telnet machineip 8080 See if you can connect. To cross check send me the output of following details ON xp Machine

Re: can't see a tomcat installation on home network

2005-04-19 Thread Greg Baynham
I can ping to the Linux box, but not telnet. here is the ifconfig: [EMAIL PROTECTED] ~]# ifconfig eth0 Link encap:Ethernet HWaddr 00:01:02:01:31:03 inet addr:192.168.2.188 Bcast:192.168.2.255 Mask:255.255.255.0 inet6 addr: fe80::201:2ff:fe01:3103/64 Scope:Link

Re: can't see a tomcat installation on home network

2005-04-19 Thread Greg Baynham
I do not see iptables running under either my acount or root. On Tue, 2005-04-19 at 15:43 -0400, Parsons Technical Services wrote: Is iptables running? ps ax If yes your firewall may be blocking the port. You will need to add port 8080 to the firewall. Doug

Re: can't see a tomcat installation on home network

2005-04-19 Thread Jason Bainbridge
On 4/19/05, Greg Baynham [EMAIL PROTECTED] wrote: I've installed Tomcat on a Linux fedora box but am unable to access it from a windows xp home edition box. I've found the IP address for the Linux box but when I type that in with the :8080 at the end of the address on the XP box it eventually

RE: can't see a tomcat installation on home network

2005-04-19 Thread Jay Burgess
Vertical Technology Group Essential Technology Links http://www.vtgroup.com/ -Original Message- From: Jason Bainbridge [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 19, 2005 5:01 PM To: Tomcat Users List Subject: Re: can't see a tomcat installation on home network On 4/19/05, Greg

Re: can't see a tomcat installation on home network

2005-04-19 Thread Nikola Milutinovic
Greg Baynham wrote: I can ping to the Linux box, but not telnet. Nowdays NOBODY enables Telnet, unless they are totally sure the network is safe. And with the presence of freeware SSH clients, like OpenSSH on Linux and PuTTY on Windows, nobody has to run Telnet, even on safe networks. Try