Jump to content

IP address quirk Re: whmcs IP


xboss

Recommended Posts

Hi guys!

 

I have the whmcs setup on my domain

 

I have a ded IP for SSL

 

SSL works fine. and whmcs switches to it no problem

 

The problem / question I have:

 

When I use the enom module to run tests I supplied my IP and it didnt work. Said IP not added to system etc. and it shows the IP that whmcs is using and it's my shared hosting IP!

 

So I add the shared hosting IP and boom it works. I have checked in WHM and my host site domain with the ssl is listed as the only domain using that IP and it uses no other IP.

 

I do have a nameserver on that IP but I was told that a ssl would work with the IP being used as a nameserver and it does.

 

Anyway, if I run an IP check on the website it does in fact show my dedicated IP but enom is only recognizing the shared hosting IP. Any ideas?

Link to comment
Share on other sites

The way I think it usualy works: Your shared ip is for you. The dedicated ip is where your clients sit.

 

 

 

>>That brings a problem I think. It means anybody on my shared host is whitlisted to interact with the enom api right?

 

Not unless they know your enom username and password

Link to comment
Share on other sites

Unfortunately there is not an easy way around it. The system is going to use the server's primary IP address for outgoing communication. The only way that I can think of to fix that is to setup static routes or use a source IP in the curl call to the registrar:

curl_setopt($ch, CURLOPT_INTERFACE, '1.2.3.4');

 

Unfortunately thats not really possible with an encoded module.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated