Dedicated ip

Description of your first forum.
Post Reply
ashleymiller967
Posts: 12
Joined: Thu Jan 22, 2015 3:40 pm

Dedicated ip

Post by ashleymiller967 » Wed May 20, 2015 9:22 am

How i can assign the dedicated server ip to one domain?

Please suggest me.

rosalieanglique
Posts: 9
Joined: Wed Jan 21, 2015 4:07 pm

Re: Dedicated ip

Post by rosalieanglique » Fri May 22, 2015 11:09 am

Hi,This solution may be help you

Login to your Reseller Account

Log into your cPanel account.
Under the Reseller section or tab in cPanel
Click Dedicated IP Manager
Dedicated IP Manager

If you have any available Dedicated IP addresses available,
you can assign them here based on the domain .

leajosphe
Posts: 7
Joined: Wed Jan 21, 2015 4:01 pm

Re: Dedicated ip

Post by leajosphe » Thu Jun 04, 2015 3:35 pm

Assign A IP Address
===================

Once logged into your server via SSH with root privilege open to the /var/cpanel/userdata directory.

# cd /var/cpanel/userdata/domain/

open the subdomain file by any text editor vi, vim, nano, remove the existing IP and add to dedicated IP address, ip: 1.2.3.4

# vi linuxfaq.domain.com

documentroot: /home/domain/public_html/linuxfaq
group: domain
hascgi: 0
homedir: /home/domain
ip: 1.2.3.4
ipv6: ~
no_cache_update: 0
owner: root
phpopenbasedirprotect: 1
serveradmin: webmaster@linuxfaq.domain.com
serveralias: www.linuxfaq.domain.com
servername: linuxfaq.domain.com
usecanonicalname: 'Off'
user: domain
userdirprotect: ''

step 2: Rebuild and restart Apache

After changes the file rebuild and restart Apache,

# /scripts/rebuildhttpdconf

info [rebuildhttpdconf] Missing owner for domain host3.domain.com, force lookup to root
Built /usr/local/apache/conf/httpd.conf OK

Step 3: Reserve IP Address for subdomain:

Open the domainips name

# vim /etc/domainips

#domainips v1
1.2.3.4: linuxfaq.domain.com

step4: Rebuild IP Pool

To execute below script assign free ip's

#/scripts/rebuildippool

The system has 1 free IP.


step5: DNS configuration

Open a main domain named db file and Set the A record,

# vim /var/named/domain.com.db

linuxfaq 3600 IN A 1.2.3.4
www.linuxfaq 3600 IN A 1.2.3.4

Verify the named zone,

# /usr/sbin/named-checkzone domain.com /var/named/domain.com.db

zone domain.com/IN: loaded serial 2014100302
OK

Restart named service

# /etc/init.d/named restart

mitchellalyssa656
Posts: 10
Joined: Thu Jan 22, 2015 4:14 pm

Re: Dedicated ip

Post by mitchellalyssa656 » Thu Nov 11, 2021 5:21 am

Dedicated IP Addresses
1. Go to the Just Host cPanel and log in.
2. Select Addons from the drop-down menu.
3. Select Manage IPs from the quicknav.
4. Select the amount of IP addresses you want to acquire and then click Order Dedicated IPs.

madisonwilliams574
Posts: 13
Joined: Thu Jan 22, 2015 3:37 pm

Re: Dedicated ip

Post by madisonwilliams574 » Thu Dec 16, 2021 4:56 am

A dedicated IP address is a unique address that is only used by one web hosting account. Using a private (not shared) SSL certificate, which necessitates a dedicated IP address for the domain. Using an IP address instead of a domain name or server name to access a website or log in through FTP

Post Reply
cron