Link to home
Start Free TrialLog in
Avatar of niftyhawk
niftyhawk

asked on

ChiliASP and port 5100 access

Hi,

I have RHEL installed and Chili ASP server installed:

Still, when I launch up my firefox and plug in this url:

http://localhost:5100

I get the following error: "The connection was refused when attempting to contact localhost:5100

I dont understand if this is an apache config or a linux firewall issue

Any ideas please?

Thanks
Avatar of Leo Eikelman
Leo Eikelman

I don't have too much knowledge in this field but try running a port scan using

nmap -v devicename

and check that the port is open/available

Also you might want to check if you have access to annonymous logins.

Leo
Avatar of niftyhawk

ASKER

Hi,
Following is the result of the nmap scan.

What do I do now??

Starting nmap 3.70 ( http://www.insecure.org/nmap/ ) at 2006-04-04 12:24 CDT
Initiating SYN Stealth Scan against vrhat2 (127.0.0.1) [1660 ports] at 12:24
Discovered open port 25/tcp on 127.0.0.1
Discovered open port 22/tcp on 127.0.0.1
Discovered open port 443/tcp on 127.0.0.1
Discovered open port 80/tcp on 127.0.0.1
Discovered open port 113/tcp on 127.0.0.1
Discovered open port 10000/tcp on 127.0.0.1
Discovered open port 111/tcp on 127.0.0.1
Discovered open port 445/tcp on 127.0.0.1
Discovered open port 631/tcp on 127.0.0.1
Discovered open port 139/tcp on 127.0.0.1
Discovered open port 1521/tcp on 127.0.0.1
The SYN Stealth Scan took 0.26s to scan 1660 total ports.
Host vrhat2 (127.0.0.1) appears to be up ... good.
Interesting ports on vrhat2 (127.0.0.1):
(The 1649 ports scanned but not shown below are in state: closed)
PORT      STATE SERVICE
22/tcp    open  ssh
25/tcp    open  smtp
80/tcp    open  http
111/tcp   open  rpcbind
113/tcp   open  auth
139/tcp   open  netbios-ssn
443/tcp   open  https
445/tcp   open  microsoft-ds
631/tcp   open  ipp
1521/tcp  open  oracle
10000/tcp open  snet-sensor-mgmt

Nmap run completed -- 1 IP address (1 host up) scanned in 0.474 seconds

Thanks,
Well as you can see the port you specified is not open/available.

Again, I'm not an expert on this, but is SWAT running?

And if it is running, are you accessing from the machine that SWAT is running on or from a machine on the network.

Check the config file in xinetd.d again. Does it say something like:
only_from = localhost
That means you can only access swat from the PC its running on.

also check xinetd.d and check the following line

disable = no

is set to no.


I got this information by goggling your problem so I have not tested any of these suggestions.

Leo


I fixed that file accordingly.. still doesnt work.. Any more ideas?
I will do some more digging once I get some more time today.

Meanwhile, if anyone else reads this thread.  The port niftyhawk is trying to reach is not open/available.  If anyone knows how to make it open/available then let him know please.

Leo
I resolved this, by commenting two lines (the LoadModule xmlbody_module handler and Add Handler ) in /usr/casp/admin/conf/admd.conf

I am able to go to the administration panel now.

Now, I hit with the drivers issue. When I go to Server Management-> Drivers page, I get ODBC errors..

SQLState: IM003 Native Error Code:80 Specified driver could not be loaded

I am running oracle 9i on RHEL. How can I fix this??

Thanks Leo for trying !!
ASKER CERTIFIED SOLUTION
Avatar of GranMod
GranMod

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial