Jeffery:
What I suspect you did during your Fedora Core installation is accept
the default configuration for networks and firewalls. This will open
some ports like ssh (port 22) and http (80), but not "odd ports" like
for CPRS.
To confirm this, from the command line as either "root" (the user) or
via a sudoer, type in "iptables -L" which will list your current
iptables (the Linux "firewall" basically). If you see a ton of stuff
here, then my assumption is correct.
To remedy this with Fedora (or RHEL or CentOS) there is the "system-
config-securitylevel-tui" package which I believe will allow you to go
through and re-configure this like the install. Plan B is "iptables -
F" which will "flush" the iptables until a reboot is performed of the
main policies are changed (i.e., INPUT, OUTPUT, and FORWARD are not
"ACCEPT" for full access).
HTH.
--- Crawford
The Linux ETC Company
10121 Yates Court
Westminster, CO 80031 USA
voice:
+1.303.604.2550
web:
http://www.linux-etc.com
On Nov 9, 8:14 am, Jeffrey Fu <
gsb...@gmail.com> wrote:
> Hi, IV
> When I start putty from windows, it printed the following message:
>
> Using username "clientEHR"
> Last login: Tue Nov 10 01:55:18 2009 from 192.168.0.102
> Astonaut VistA SSH Tunnel...Minimize, do not exit or close.
>
> it seems the SSH Tunnel had successfully established, but when I start
> TMG-CPRS, it said "connection lost" and terminated.
>
> When I use Linux to command
>
> ssh -p 9260 localhost
>
> It respond with some SSH_KEY_EXCHANGE problem message
> "ssh_exchange_identification: Connection closed by remote host"
>
> Is there some things incorrect or I run the false command?
> I use the default rpm installation settings
> with GT.M in /opt/lsb-gtm/
> and WV in /opt/worldvista/EHR/
>
> thanks,
> Jeffrey Fu
>