How To Change Ip Address
Apr 24, 2007to administer my own server.
How can I change an ip address for another (cpanel with centOs, bind, exim, apache), without getting down the service?
to administer my own server.
How can I change an ip address for another (cpanel with centOs, bind, exim, apache), without getting down the service?
My server has one IP address assigned to it and i use Webmin with Virtualmin to manage domains.
When you put my IP into a browser like [url]however, it points to my websites public_html folder at /home/username/public_html, which was the first domain i set up.
I would like to change it so that the IP points to its own folder: /var/www/html when entered into a browser.. how do i do this?
how i can change site`s ip from there server
View 4 Replies View RelatedI am running plesk 9.2. I need to move one domain from the shared IP to dedicated IP. How do I do that? My server vendor has already allocated the IP addresses to me and I can see the unused IPs in the Ip address pool. How can I change the ip of suppose; mydomain.com from 1.2.3.4(shared) to 4.5.6.7(dedicated)?
View 2 Replies View RelatedI have centos VPS server, it's possible to change primary vps?
View 4 Replies View RelatedI am using cpanel and i want to change server ip address
how can i change it.
is there any simple write up or method to change the main server IP in WHM/Cpanel without screwing anything up? I have some new better IPs I wish to use for the servers base IP and accounts but I'm not sure what exactly needs to be changed to make the transfer without breaking anything.
View 5 Replies View RelatedHow can change server primary address in centos?
View 2 Replies View RelatedI'm using XEN to setup my VPS. The installation have no problem for the first two server. On the 3rd server, I install using DHCP IP and it's ok.The problem is when I change the DHCP IP to static IP .
Using Centos 5.2, I'm using vi to edit /etc/sysconfig/network-scripts/ifcfg-eth0
and restart the network service network restart, the IP change, but outside or other static IP VPS network can't ping to this server.
I've tried to change the /etc/xen/the-host-config to include the IP . the results is still the same. Is there some script or way I can use to bridge this new 3rd server to the Xen host ant other network?
* I've restart the Xen server.
I have seen some servers that was able to change thier Geolocation of thier Ip address...
how to change it...
i have a dedicated server with 5 usable IP's in range xxx.242 to xxx.246
xx.xxx.120.242 <-- main shared IP
xx.xxx.120.243
xx.xxx.120.244 <-- in use by my nameservers
xx.xxx.120.245 <-- in use by my nameservers
xx.xxx.120.246
When i select in WHM "Change Site's IP Address " and the account i want to change it shows me a drop down menu with the ip's of the nameservers AND the
xx.xxx.120.243
If i select that one the domain in the account shows the apache default page only inmediately.
I don't know why the xx.xxx.120.246 ip doesn't show or why the nameserver ip's appear because they are in use.
Do i need to wait for propagation or is this an error?
How do I go about changing the root's server email address?
View 3 Replies View RelatedWhen I load a new account into WHM a pre-figured email address is entered into the DNS Zone automatically using the DNS Template field %rpemail%
Can you tell me where the email address %rpemail% can be found and how to change it.
Also can I change %rpemail% to something else in that field so that the email address it calls up is perhaps the contact address for root or similar?
I've looked a good amount of time trying to change/find where its stored. I've looked in var/qmail and there is no alias folder..We're running postfix/dovecot ....
View 4 Replies View RelatedI'm wondering if anyone else has experience with this, or if it's something easy that I'm overlooking.
I am on a VPS service (CentOS Linux) and I want my php mail function emails to send from a specified address. I've already manipulated the headers, so the emails do appear to come from the specified addres, but on mobile devices it comes up as nobody@server1.mydomain.com format. I would like this to read something like no-reply@mydomain.com
know which configuration files can change this default address?
I changed my sites IP address via cpanel, but now it doesn't show up in a web broswer, I check out cpanel's website for information about this issue, and they posted this:
"It may take up to 48 hours for DNS servers to register the change and the site may not be associated with the new IP address during that time period."
is that true? change the sites IP address will take 48 hours to show up? I figured since it was all local IP stuff, it'll be a instant change and working instantly. since the name servers are all the same, ect.
anyone shed some light. I just wanted to know if I should give it a day to start working? or as of right now, I feel like I need to fix a cpanel error... but if its true, then everything is ok
I changed the default certificate (I added the certificate and marked as Default in Server->SSL Certificates).Also I assigned the SSL certificate to my domain.
This works fine, but now I'm trying to make the website PCI Compliant and their test shows that if you request the certificate from the ip address (instead of using the domain) it showns the Parallels self signed certificate instead os showing the default certificate i uploaded). I used also ssltools.websecurity.symantec.com tool and it shows the same. How to change the certificate shown for the one I bought?
In Tools & Settings --> IP Adresses I got two IP Adresses:
192.168.1.10 (primary, bold)
89.104.83.139
Since the first IP adress is just the internal IP adress, I'd like to remove it, but I get the message that it's not allowed because it would be the primary IP.
Plesk has no option to just switch the primary IP adress, so what's the way to do it with plesk12?
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
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?
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.
I have a client on a dedicated IP, today we needed to downgrade the web hosting plan. As the web hosting plan puts users on a default shared IP, this plan change also changed the dedicated IP to the shared one causing some propagation issues for a small period of time.
I have contacted WHMCS about this asking if they had a way of changing the clients plan but keeping the IP address intact as this could lead to some very undesirable outcomes. They explained that it is not their fault and to contact Parallels.
I know I can change the plan directly in Plesk however by initiating the plan change via WHMCS, everything is automated.
Has anyone helped clients transition from one domain to another? Maybe dissolving a partnership or renaming their company... so a new domain name has been registered and a new website created.
2 Issues:
#1 Using .htaccess 301 redirect
We used the following command line in their old website's htaccess file
Redirect 301 / [url]
The goal was to get people try to visit any page of their old website (i.e. OldWebsite.com/contact.html) redirected to their new website (i.e. NewWebsite.com/contact.html). Isn't that supposed to change the address bar's URL, too? For some reason, I visit their old site and I seem to be redirected to their new website but the address bar still has their old domain name? Something is going on???
#2 Having their new company name for 2 years now. People can enter her new company name in Google, MSN or Yahoo. Her new company name appears in the search results but has the old domain name associated with it. We are trying to get rid of any reference to that old domain name? What's the easiest way to do this? So what people see in search engines is:
New Company
Short Meta Description
www.OldDomain.com
What steps did I miss in this transition?
What steps do I have to take on their old website/old web server to control it's appearance on search engines and make sure people get to the new website?
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?
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?