Vesta Control Panel - Forum

Community Forum

Skip to content

Advanced search
  • Quick links
    • Main site
    • Github repo
    • Google Search
  • FAQ
  • Login
  • Register
  • Board index Main Section General Discussion Debian/Ubuntu
  • Search

[Solved]Problems while connecting to the whois server on port 43

Debian/Ubuntu related topics
Post Reply
  • Print view
Advanced search
3 posts • Page 1 of 1
mike08
Posts: 160
Joined: Sat Jun 20, 2015 7:12 am

Os: Debian 6x
Web: apache + nginx
[Solved]Problems while connecting to the whois server on port 43
  • Quote

Post by mike08 » Thu Jul 16, 2015 3:37 am

Hello everyone,

Today I just installed WHMCS to my webserver using Vesta, I just successfully installed everything regarding vesta and whmcs, now I'm just testing it out and the domain check availability does not work, it shows this error message after 10 or 15 secs:

Code: Select all

There was a problem connecting to the domain registry. Please try again later.
I was investigating that and I found that the port 43 could be blocked for outgoing connections as stated here:

Code: Select all

http://docs.whmcs.com/Common_Troubleshooting_Tips#There_was_a_problem_connecting_to_the_domain_registry
I tried opening the port 43 as stated below:

Code: Select all

iptables -t filter -A OUTPUT -p tcp -d 0.0.0.0/0 --dport 43 -j ACCEPT
iptables -t filter -A OUTPUT -p udp -d 0.0.0.0/0 --dport 43 -j ACCEPT
and it did not work, it is still showing the same error message, I've turned of iptables and it starts working properly when I do a domain availability lookup.

Sys info:
PRETTY_NAME="Debian GNU/Linux 7 (wheezy)" 64bits
vesta core package Version:0.9.8 (amd64) Release:14

If anyone has any idea on how to fix this matter that would be greatly appreciated :)
Last edited by mike08 on Mon Dec 21, 2015 3:35 pm, edited 1 time in total.
Top

neuropass
Posts: 12
Joined: Sat Jun 27, 2015 3:45 pm

Re: Problems while connecting to the whois server on port 43
  • Quote

Post by neuropass » Wed Jul 22, 2015 1:18 pm

Try restarting the firewall under services tab. I had to do that on a fresh install or some ports wouldn't work properly.
Top

mike08
Posts: 160
Joined: Sat Jun 20, 2015 7:12 am

Os: Debian 6x
Web: apache + nginx
Re: Problems while connecting to the whois server on port 43
  • Quote

Post by mike08 » Tue Nov 17, 2015 5:24 pm

Hello guys,

After months of looking for an answer, I found that the right rule would be:

Code: Select all

iptables -A INPUT -p tcp --source-port 43 -j ACCEPT
That is the only rule needed to do a successful whois on Debian 7

Regards,
Top


Post Reply
  • Print view

3 posts • Page 1 of 1

Return to “Debian/Ubuntu”



  • Board index
  • All times are UTC
  • Delete all board cookies
  • The team
Powered by phpBB® Forum Software © phpBB Limited
*Original Author: Brad Veryard
*Updated to 3.2 by MannixMD
 

 

Login  •  Register

I forgot my password