Archive for the tag 'IPs'

SBDavid

SEO assign separate IPs

SEO assign separate IPs

SEO users: You may have noticed when you create a new account, each new cPanel has the same IP as the last. However, the point of having SEO hosting is to benefit from the separate IPs.
How to change your cPanel IP address to a separate c-class IP.

After your new account is created…

Main >> Account Functions >> Change Site’s IP Address

Login to WHM.
Scroll down to the Change Site’s IP Address, under Plugins.

At the SEO IP Manager screen, select the cPanel by user name.

Also, select the new IP.

Finally, click the Change IP button and wait for the success message.

Now you can return to List Accounts and see the separate IP.

How to find IPs and IP networks behind each interface

To find the IPs of your network interfaces use ip addr show and to find the IP networks behind each interface use ip route show.

$ ip addr show

1: lo: mtu 16436 qdisc noqueue state UNKNOWN
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
2: eth0: mtu 1500 qdisc pfifo_fast state UNKNOWN qlen 1000
link/ether 00:08:74:22:5c:61 brd ff:ff:ff:ff:ff:ff
inet 192.168.1.2/24 brd 192.168.1.255 scope global eth0
inet 192.168.1.4/24 brd 192.168.1.255 scope global secondary eth0:1

# ip route show

192.168.52.12 dev ppp0 proto kernel scope link src 117.114.119.119
192.168.1.0/24 dev eth0 proto kernel scope link src 192.168.1.1
169.254.0.0/16 dev eth0 scope link metric 1000
default dev ppp0 scope link