Search 5,000,000+ questions and answers.

Frequently Asked Questions

Why does my mail keep bouncing with the message "Deferred: The connection is refused by host"?

This means that the remote email server is not responding because it has crashed or is too busy. This has nothing to do with the firewall.
Related Questions

Why does ssh loop with "Secure connection refused'?

The Secure Shell (SSH) FAQ - Frequently Asked Questions
SSH1 attempts to fall back to the "r" commands when it cannot connect to an ssh daemon on the remote host. It does this by execing your old rsh to use the old protocol. You probably have installed ssh as rsh, and forgotten to give the --with-rsh=PATH option to configure the second time. When ssh is looking for rsh, it keeps executing itself (or an older version of itself). To solve this, recompile ssh with the correct place for rsh.
Related Questions

What if I get a connection refused message?

FreeTDS Frequently Asked Questions
Try telnet <hostmachine> <port> and see if it's listening. You should get some form of response from the server (actual text varies by vendor & version). That will connect to the server, bypassing the freetds.conf file. If it doesn't work, the problem lies upstream. That will connect to the server using freetds.conf. This allows you to isolate freetds.conf mistakes. man tsql for more. Check your ./configure and environment variables.
Related Questions

I get a "connection refused" message from mail.sca.org. What's wrong?

Society for Creative Anachronism, Inc.
Run this quick test: Bring up a command line on your computer, and type "ping mail.sca.org". You should see output that looks like this: PING mail.sca.org (64.39.30.44) 56(84) bytes of data. 64 bytes from mail.sca.org (64.39.30.44): icmp_seq=0 ttl=64 time=0.093 ms 64 bytes from mail.sca.org (64.39.30.44): icmp_seq=1 ttl=64 time=0.091 ms 64 bytes from mail.sca.org (64.39.30.44): icmp_seq=2 ttl=64 time=0.098 ms 64 bytes from mail.sca.org (64.39.30.44): icmp_seq=3 ttl=64 time=0.
Related Questions

Why do I get 'Connection from host/address refused due to authentication failure'?

Apache JServ Frequently Asked Questions
One common cause for this is people attempting to connect to Apache JServ with their web browser. Apache JServ is not an HTTP server. You cannot connect directly to it with a web browser by adding the Apache JServ port number to the URL. You must configure a web server to relay requests for servlets to the Apache JServ engine.
Related Questions

What does Connection refused mean?

SQUID Frequently Asked Questions: Troubleshooting
This is an error message, generated by your operating system, in response to a connect() system call. It happens when there is no server at the other end listening on the port number that we tried to connect to. Its quite easy to generate this error on your own. Simply telnet to a random, high numbered port: % telnet localhost 12345 Trying 127.0.0.1... telnet: Unable to connect to remote host: Connection refused It happens because there is no server listening for connections on port 12345.
Related Questions

Why do I see the error message: [Minisoft][3kodbc.dll] connect: Connection refused (#10061)?

Minisoft ODBC/32 - Support FAQ
Periodically the demonstration copies and some licensed copies of the ODBC/32 driver expire. Please contact your Minisoft sales representative about getting an extension. The port number specified on the client must match the port number in the MSJOB file for the ODBCSRVR process. As shipped, this number is 30006. The address given in the DSN is not that of the HP 3000 CPU. Most TELNET access to the HP e3000 is via an external box (DTC) and is a separate address from the HP e3000.
Related Questions

I got a Netscape error message "Connection was refused by the server." What should I do?

Untitled Document
If you are at work, check with your system administrator to see if your system has access to all system files. Access to some Web pages can be restricted at the work place by your administrator. If you are still unable to see our Web page, call Access Group toll-free at 800-282-1550, Monday through Friday, 9 a.m. to 8 p.m. ET.
Related Questions

Whenever I setup a domain it says ndc can't connect, connection refused ....what is this?

cPanel - The Leading Control Panel
When I try to change a password in Cpanel, I get an error saying open2: exec of /usr/local/cpanel/bin/securechpass failed at Cpanel/Passwd.pm line 32
Related Questions

What does Network connection was refused by the server mean?

joinnet main
Some servers have limits on the number of people or request they can handle at a time. If you get this message, the server is probably too busy to handle one more user. When the server doesn't create its own message to handle this error, this generic message is displayed instead.
Related Questions

I'm getting a "Connection Refused" error. What does that mean?

FAQ
This usually means that there is a firewall on your network that is blocking the connection to the IRIS server. Depending on the type of firewall that you have deployed on your network, you may need to contact your network administrator to allow IRIS to communicate properly.
Related Questions

My failure log shows "Connection Refused", what does this error mean?

SiteUptime Frequently Asked Questions :: Support
This error means that the connection to your web site or server was denied. This usually happens if a web site or server is protected by a firewall or the server reaches its connections limit and drops or denies the connection from our system.
Related Questions

Why do I keep getting messages about connection refused?

FAQs about the website whois lookups
The website needs to connect to a remote server called a whois server. The connection that is being refused is the webserver connecting to that server. There are two reason why this happens. Some of these servers have a limit on how often you can connect to them. A small subset of these servers have stupidly low limits which this website easily trips. The other reason is that the remote server has died or crashed.
Related Questions

Why do I get Connection Refused after mounting?

FUSEWiki - FAQ
You can check which version of the library is being used by foofs by doing 'ldd path_to_foofs'. It will return something like this libfuse.so.2 => /usr/local/lib/libfuse.so.2 (0xb7fc9000) libpthread.so.0 => /lib/tls/libpthread.so.0 (0xb7fb9000) libglib-2.0.so.0 => /usr/lib/libglib-2.0.so.0 (0xb7f39000) libc.so.6 => /lib/tls/libc.so.6 (0xb7e04000) Then do 'ls -l path_to_libfuse' > ls -l /usr/local/lib/libfuse.so.2 lrwxrwxrwx 1 root root 16 Sep 26 13:41 /usr/local/lib/libfuse.so.
Related Questions

Why does my credit card keep getting refused at the Host-Everything.net shopping cart page?

Host-Everything - FAQ - Billing
Host-Everything.net monitors the performance if its systems 24 hours a day and 7 days a week. The shopping cart in particular is tested every few minutes for response time. On the rare occasions when it has failed the problem has been noticed immediately and dealt with. If your card has been rejected please verify that the information you have entered for it is identical to what appears on the card, including the three digit code from the back.
Related Questions

How can an applet open a network connection to its originating host?

Applet Security
Be sure to name the originating host exactly as it was specified when the applet was loaded into the browser. That is, if you load an HTML page using the URL http://foo.state.edu/~me/appletPage.html then your applet will be able to connect to its host only by using the name foo.state.edu. Using the IP address for foo.state.edu won't work, and using a "shorthand" form of the host name, like foo.state instead of foo.state.edu, won't work.
Related Questions

I want to send a file to the State Department, but my e-mail keeps bouncing back. What can I do?

Frequently Asked Questions (FAQ)
The State Department does not accept e-mail attachments; if you have a question or comment, please use our web mail form at: http://contact-us.state.gov/.
Related Questions

What connection speeds does US Message offer?

US Message - FAQ: Features
US Message offers our services at speeds up to 56k using both V.90 and V.92 compression technology. You may also connect with slower modems at speeds of 28.8k and 33.6k. US Message offers compatibility with Instant Messaging programs such as AIM, ICQ, Yahoo, MSN and Trillian. These programs allow you to chat instantly with friends and family members. As for Newsgroups, US Message does not host its own direct newsgroup servers.
Related Questions

What is bouncing ?

SafeListJunction.com - THE COMPLETE INTERNATIONAL ONLINE SAF...
This happens when your e-mail box is full and can't except anymore emails and why you need a big e-mail box. You should check it regularly. The SafeList owners tend to suspend or delete members who bounce e-mail often and you are no longer part of their membership.
Related Questions

Why do I get "connection refused" when the server isn't running?

Programming UNIX Sockets in C - Frequently Asked Questions: ...
The connect() call will only block while it is waiting to establish a connection. When there is no server waiting at the other end, it gets notified that the connection can not be established, and gives up with the error message you see. This is a good thing, since if it were not the case clients might wait for ever for a service which just doesn't exist.
Related Questions

How does bouncing the light soften the shadow ?

LumiQuest® Photographic Accessories
Essentially, the larger the light source, the "softer" the shadow, given the same lighting source to subject distance. The larger light source makes the transition between the area which is fully illuminated and the area in deep shadow more gradual or "softer". By using a LumiQuest® device, or any bounce surface for that matter, you are making that surface the new light source, thereby increasing the size of the light source.
Related Questions

I have been refused access to post a message on the forum?

The Screen Directory
You are either banned from the forum due to a breach of the forum rules or you are trying to promote someone else who is also banned from the forum, for abusing the forum rules. If you breach the forum rules your message will be deleted and you will be banned from using the forum again. Yes you may, but we recommend that people use The Job Market for general paid job vacancies or the crewing and casting forums for independent recruitment in those areas.
Related Questions

I received a notification e-mail that I have a message, but when I logged in there was no message?

Frequently Asked Questions @ Adpost.com Classifieds > Faq > ...
Please check that you have logged in with the correct Username, as you may have registered for multiple accounts on our system. The correct Username is always sent with the notification e-mail. Our Messenger stores all messages for 30 days, after which they are automatically purged. Otherwise, you should be able to see them in your Inbox.
Related Questions

What does the message ''ahc0: brkadrint, Illegal Host Access at seqaddr 0x0'' mean?

Frequently Asked Questions for FreeBSD 2.X, 3.X and 4.X
During the boot process enter the kernel configuration menu and disable uha0, which is causing the problem.
Related Questions

What does the message " host key not found from the list of known hosts" mean?

NCSA Security FAQ
The first time you use SSH to connect to a host you will get a message that says: host key not found from the list of known hosts do you still want to continue the connection[yes/no]? Answer yes (y-e-s) to this and you will then be connected. You will see this message when you connect to a host for the first time only. ssh will add the host to its list.
Related Questions

Sometimes I get the message "Connection Closed Gracefully". What does this mean?

Storage.com.au - Secure Online Data Storage
This message is displayed when the server has unexpectedly closed the connection. The server may do this because it is too busy to handle additional connections. Try connecting again after several minutes and check the Storage.com.au website for any outage announcements. If you still cannot connect to the server then please contact Storage.com.au by email support@storage.com.au or call 1300 138 236 during business hours.
Related Questions

I was logged out of FRED with a message about my daily connection limit. What does this mean?

FRED F.A.Q.s
All users have a daily connection time of a maximum of 5 hours. If you use up your daily limit, you will have to wait until after midnight to access FRED again. If 5 hours is insufficient for you, contact the LMS Help Desk.
Related Questions

What connection does stress have with IBS?

FAQ
Stress can have a negative influence on the illness. If you suffer from Irritable Bowel Syndrome, an important factor is overcoming stress. There are different methods to do this, e.g. progressive muscle relaxation according to Jacobsen and other relaxation exercises. Make sure you get enough rest and relaxation in your everyday life. A psychotherapeutic therapy by patients with IBS is recommended and is justified through the present standard of knowledge that psychological factors such as e.g.
Related Questions

Got A Question? Ask Our Community!


More Questions >>

© Copyright 2007-2008 QueryCAT
About • Webmasters • Contact