I am at the point where I can successfully access my webmin login from my ip address from anywhere, and that when i go to http://host.inputgeo.com it gives me the ubuntu deafult page, but doing http or https://host.inputgeo.com:10000 which should take me to login does not work. I just want to be able to access the login from my domain.
Thanks, George.
Faced the same trouble with you. Just point and it should work. If you using CloudFlare as DNS, remember to turn off proxy. Just DNS.
Related
We published a site which works on IIS, but recently we encounted a issue, it is very slow if user access site through domainname but fast with IP.
We finally solved it by change the web server DNS address.
What I don't know is what is the root cause? Why the server dns makes this issue?
I got WHM on our VPS and already set up some websites in it.
Usually, I only need to create new Account, fill out the form (domain name, setting, etc).
Then change the nameserver on the registrar's website, then wait for max 48 hours.
Then the website is live.
But now the website is not live yet. I have been contacting the hosting support, but they do not respond quick.
Could you guys please let me know what should I check to identify the problem?
Thank you!
First of all you have to check if you WHM hostname is a valid hostname and then if the hostname points back to the WHM server ip. Then you have to check with a tool like intodns.com if you DNS zone for the domain is correct and if the domain name points back to your server's ip. If you can, please post your domain name (the one that is supposed to load from your WHM server).
I have a major problem and I am at my wit's end. First, I added my IP (like 172.32.1.0/255.255.255.0) to allow access for ssh, whm and cpanel in WHM -> Host Access Control. Then, I added all IP to deny access for them. However, after saved changes, I lost access all of them. Now, If I try to login WHM, I see that:
HTTP error 401
You do not have permission to access this page.
Also, I cannot access SSH. I don't know what to do. Maybe if I restart server, the problem will be solved? Please help me. Thank you.
A few possible options here.
Contact your web host support and ask them to whitelist your IP or turn off HAC - whichever option you prefer.
Go to the nearest WiFi hotspot, connect from there, remove your IP in HAC.
Use VPN to connect to your server.
Ask someone you know and trust to log in and remove your IP (guide him/her via Skype screen sharing if needed).
You will have to contact your server provider to edit /etc/hosts.allow and /etc/hosts.deny file, OR if you have KVM access, then you can edit it through KVM console
How can I make so when a user goes to my website, they should not use their local ISP DNS to resolve my website IP, rather they should use Google DNS i.e 8.8.8.8
How can I configure this on my web server?
I'm not sure if I misunderstand but how would someone get to your site in the first place without using their current DNS? You can't change someones DNS they can only change it themselves.
I've been working in an company where there is an DNS server which could resolve our company network's address. But problems comes when I wanna use Google because it's blocked in China.
I have VPN to solve this problem but it's too slow.So I choose to use another DNS server and it works.
But if I use that DNS server,I could not visit my company's website. If I use my company's DNS server, I could not visit Google.
Is there any way that I could have my computer use company's DNS server while visiting company's website and use the other DNS server while visiting google,twitter,etc?
Note that IP addresses is always changing,so hosts doesn't work.
I would recommend dnsmasq, where you can this configuration using the parameter --server:
--server=/google.com/1.2.3.4: this will send all *.google.com queries to server 1.2.3.4