Dedicated IP Address Not Working
Jan 7, 2008
I assigned a dedicated IP to my cpanel account on my VPS. I did it when I created the new account, it is not an ip associated with any nameserver ip, it's its own ip.
Once I did this, my domain keeps coming to the default cpanel 11 page instead of my webpage.
Do I need to edit a dns zone or something? I am not really quite sure what to do about it. Do I just need to wait for it to resolve or something?
View 3 Replies
ADVERTISEMENT
Jul 15, 2009
I have been trying to change an IP address on a customers Linux(RH9) server and I am getting errors, Can some on point/push me in the correct direction.
I am editing /etc/sysconfig/network-scripts/ifcfg-eth0 and am getting this message,
"1. Quit editing this file, because another edit session is active on this file.Continuing to edit will result in two versions of the same file. The one that is written last will overwrite the other one, resulting in loss of changes. The text "ifcfg-eth0" indicates that the process
editing this file runs on the same computer. When working over a network you will not see this message, because the process will be running on another computer.
2. Recover a previously crashed edit session."
This is a stand alone server and noone else uses this server.
I have tried to use the vim rercover command but no luck.
I am more use to using pico than vi, but pico is not installed.
View 8 Replies
View Related
Nov 25, 2008
I have a question is a Dedicated IP on a shared sever any better than just being on there with out a Dedicated IP.Im new to all this.
View 12 Replies
View Related
Oct 18, 2008
Are there any ways we could get dedicated IP address for our dedicated server without purchasing from our colo/dedicated provider?
View 11 Replies
View Related
Jun 10, 2007
How much more secure is your site with a dedicated IP address?
View 2 Replies
View Related
Apr 16, 2008
May I know what are the implications of not having a dedicated IP Address on a shared hosting platform?
I learnt that:
(1) a dedicated IP is required for a private SSL certificate
(2) it can be used to ftp into a site
(3) some gave it free of charge, some charge for a one-time setup, some charge a monthly cost
Question:
But will a dedicated IP address result in greater security?
Meaning that a dedicated IP will prevent other owners on the same server from coming in and accidentally browse your files?
View 10 Replies
View Related
Feb 12, 2015
I have a VPS and run few websites. I am not good in Apache and Linux. I just got a dedicated IP address for one of my domains. I like that the website opens just by typing the IP address in the address bar of the browser. How can I activate that?
View 5 Replies
View Related
Feb 6, 2015
My customer has an external facing Apache server that is acting as a reverse proxy to two internal applications. They have:
- external addresses for each app which resolve to different ip addresses, so app1.their_domain.com and app2.their_domain.com resolve to 77.3.170.10 and 77.3.170.11 respectively.
- the Apache server has two network interfaces with ip addresses 192.168.10.10 and 192.168.10.11
- the external ip addresses resolve to the above internal addresses
- the firewall between the Apache server and the internal app servers is configured to allow traffic from 192.168.10.10 to reach app_server1, and traffic from 192.168.10.11 to reach app_server2, both using port 7777.
I have configured a virtual host in httpd.conf for each ip, i.e.
Code:
<VirtualHost 192.168.10.10:80>
...
ProxyPass /app http://app_server1:7777/app
ProxyPassReverse /app http://app_server1:7777/app
RewriteRule ^/$ /app/app1 [R,L]
...
<VirtualHost>
and
Code:
<VirtualHost 192.168.10.11:80>
...
ProxyPass /app http://app_server2:7777/app
ProxyPassReverse /app http://app_server2:7777/app
RewriteRule ^/$ /app/app2 [R,L]
...
<VirtualHost>
This works fine in that the external address are being routed to the correct application, however the firewall is blocking requests to the second app as it appears the requests are coming from the Apache servers 'primary' ip address 192.168.10.10 instead of 192.168.10.11.
Is it possible to send requests using the ip address from the relevant VirtualHost?
Windows server 2008
Apache 2.2
View 1 Replies
View Related
Aug 4, 2008
I am using virtuozzo firewall to secure access.
I enter 58.27.175.211/255.255.255.0 for Source Address and Netmask for port 22.
But still I can connect using 58.181.103.217 or 58.27.151.120.
Second is it possible to enter two different ip address in source address?
View 4 Replies
View Related
Jul 26, 2007
I just bought a new ip address and want to setup this new ip as my server's main ip, making the 'existing main ip' as the secondary ip.
Which means, this new ip will be the server's default ip address for all services, including when connecting to other server.
I'm using CentOs 4.5 and swsoft's panels: HSPcomplete & Virtuozzo Power Panel, and Webmin.
View 1 Replies
View Related
Apr 24, 2008
I have a domain with a few forwarding email accounts that forward to mac.com email accounts... for some reason every once in a while these accounts stop working...
This is the error I get when I email to that account:
This message was created automatically by mail delivery software.
A message that you sent could not be delivered to one or more of its
recipients. This is a permanent error. The following address(es) failed: ...
View 9 Replies
View Related
Nov 8, 2007
I want to redirect a website to a particular URL so that the address bar shows the same URL and not the destination URL. I know it is possible via URL masking, however, I want it in such a way that whenever somebody clicks on any link in the website, the address bar should still show the original URL. To put it in simple words, Suppose I want to redirect [url] to [url]. Now if there is a link named contact/index.htm and somebody clicks on it the address bar should display [url]and not redirect to [url]
How can it be possible using URL Rewrite method in .htaccess file?
View 2 Replies
View Related
Aug 4, 2007
The problem usually goes like this:
- I can't access the webserver
- I'll try to restart httpd, and I'll get
Starting httpd: (98)Address already in use: make_sock: could not bind to address [::]:443
To fix this, I run
[root@www1 ~]# lsof -i tcp:443
COMMAND PID USER FD TYPE DEVICE SIZE NODE NAME
perl 11307 apache 4u IPv6 476943447 TCP *:https (LISTEN)
There is always leftover process that is causing the restart to fail. Once i force kill the process, I am able to restart httpd properly.
Now it is ok if this just occurs once in a while, but this problem keeps repeating itself almost everyday at 4am server time (cron time?). What can I do to permanently fix this?
View 5 Replies
View Related
Mar 26, 2009
Some information about my forum:
I run a VBulletin forum with - 575,614 post, 14,369 members and 2.9 million page views per month. On average there are 300 - 400 people on the site.
The server right now is a Linux CentOS VPS with 1.1 gigs of memory. The hosting provider keeps telling me that I need a dedicated server.
Question # 1 - In your opinion - do you think its time for a dedicated server?
The server I am looking at has these stats:
E8300
2 GB RAM
250GB HD
cPanel
Management
The price I was given is pretty good. So the offer is going to be hard to pass up.
Question # 2 - Has anyone here used Future Hosting for their dedicated server solution?
View 9 Replies
View Related
Sep 8, 2008
I have an account that is going from a shared hosting account to a dedicated with theplanet and I want to transfer it. Concerns I have is that the site is using an SSL. What things do I need to watch out for when transferring. Since I don't have root access I will have to do this transfer with the account function, correct?
This site has a database and SSL, so I thought it would hopefully be easier to use the cpanel account migration tool
View 6 Replies
View Related
Sep 3, 2007
What is the difference between Dedicated Virtual vs Regular Dedicated Server?
Also what are the pros and cons of going with Virtual?
View 8 Replies
View Related
Apr 1, 2008
to move from shared windows hosting to Dedicated windows hosting. This will be our first dedicated server and experience with dealing it too.
Someone suggested me Rackspace. But they were charging premium rates 440 USD for entry level windows server.
View 14 Replies
View Related
Jul 24, 2007
I have problem,
subdomain.domain.com - not working
www.subdomain.domain.com - working
When I creating new subdomain: subdomain2.domain.com - all working ok, I have problem only with this one domain.
I deleting domain.com, deleting dns zones, deleting account, adding domain to other account - all not working for subdomain.domain.com
View 4 Replies
View Related
Apr 7, 2009
I use shared web hosting service to get my website online. I'm wondering how many people use dedicated servers or virtual private servers instead and pay from $20 to several hundreds of dollars? Will I face any big problem with shared web hosting package which makes me choose dedicated servers?
View 14 Replies
View Related
Dec 20, 2008
to understand everything about hosting services.
What is IP address?
View 6 Replies
View Related
Jun 6, 2008
I have new ip range and must add to server.
How can add this ip address to server with ssh access?
View 2 Replies
View Related
Aug 2, 2008
How many MAC addresses does a system will have and what are they?
If more than one MAC address will be there, then which MAC address is constant one, so that nobody can change it?
Somebody told me that there will be two MAC addresses, one is of Hardware's and second one is of CPU's. Is it correct?
View 1 Replies
View Related
Aug 29, 2007
My new host give me 1 ip to register for both (ns1 & ns2) nameserver. Is that correct?
Ex-host always gave me 2 ip's.
View 6 Replies
View Related
May 21, 2007
Im looking for a good IP address locator, I have already tryed a couplde such as Visula Route, but it just plain sucks. Im also looking for a good program to monitor packets. any sugestions?
View 0 Replies
View Related
May 21, 2009
about adding IP addresses to cPanel.
I've added 8 IP's to my WHM, and I am slightly confused...
I moved one domain to the new IP address and it worked fine after 15 minutes. I then moved another to a new IP address and it did not work after waiting over 30 minutes. The only difference between the two accounts is one account has 2 domains attached to it and one has about 15 domains attached to it.
If I just were to leave it sitting and wait would it switch to the new IP?
I would have no problem with waiting except for the fact that it resolves to the "cPanel/WHM is now installed" screen, rather then the website.
View 5 Replies
View Related
Mar 16, 2009
I have a valid ssl certificate for the website but it still shows address not found error. But sometimes it just works fine.
is it related to dns issue?
View 6 Replies
View Related
Oct 25, 2009
thinking about adding web hosting to my reseller account. Can anyone tell me the difference between an IP address and a domain. If they are different who actually owns the domain and who owns the IP address?
View 9 Replies
View Related