pppplus
Verified User
- Joined
- Dec 19, 2008
- Messages
- 523
Message :
This IP is being shared among many domains.
To view the domain you are looking for, simply enter the domain name in the location bar of your web browser.
I add a new IP to my server like this (centos 5.3) :
I create : /etc/sysconfig/network-scripts/ifcfg-eth0:0
Then
When I execute :
So it appears to be ok (for me...)
Now, on Directadmin :
I add new IP on server.
I assign this IP to a reseller
Then I modify DNS of my domain, to new IP
And this message when I open the message :
This IP is being shared among many domains.
To view the domain you are looking for, simply enter the domain name in the location bar of your web browser.
I try again on Directadmin to add this IP (i delete it first)
Now, I have this message :
IP 91.121.53.61 already exists on eth0
Another question : which mask to use ? 255.255.255.255 like I put in config file ?
Thanks for your help.
I read some posts in the forum, and some found with google, but I do not find solutions.
This IP is being shared among many domains.
To view the domain you are looking for, simply enter the domain name in the location bar of your web browser.
I add a new IP to my server like this (centos 5.3) :
I create : /etc/sysconfig/network-scripts/ifcfg-eth0:0
Code:
DEVICE="eth0:0"
BOOTPROTO=static
IPADDR="91.121.53.61"
NETMASK="255.255.255.255"
BROADCAST="91.121.53.61"
ONBOOT=yes
Then
Code:
# ifup eth0:0
# service network restart
# service startips start
When I execute :
Code:
# ifconfig
eth0 Link encap:Ethernet HWaddr 00:30:48:BD:ED:48
inet adr:94.23.242.125 Bcast:94.23.242.255 Masque:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:10290732848 errors:39558 dropped:0 overruns:0 frame:39558
TX packets:8639849991 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 lg file transmission:1000
RX bytes:2019705266143 (1.8 TiB) TX bytes:2882764060459 (2.6 TiB)
Mémoire:faee0000-faf00000
eth0:0 Link encap:Ethernet HWaddr 00:30:48:BD:ED:48
inet adr:91.121.53.61 Bcast:91.121.53.61 Masque:255.255.255.255
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
Mémoire:faee0000-faf00000
lo Link encap:Boucle locale
inet adr:127.0.0.1 Masque:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:59004667 errors:0 dropped:0 overruns:0 frame:0
TX packets:59004667 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 lg file transmission:0
RX bytes:4243184780 (3.9 GiB) TX bytes:4243184780 (3.9 GiB)
So it appears to be ok (for me...)
Now, on Directadmin :
I add new IP on server.
I assign this IP to a reseller
Then I modify DNS of my domain, to new IP
And this message when I open the message :
This IP is being shared among many domains.
To view the domain you are looking for, simply enter the domain name in the location bar of your web browser.
I try again on Directadmin to add this IP (i delete it first)
Now, I have this message :
IP 91.121.53.61 already exists on eth0
Another question : which mask to use ? 255.255.255.255 like I put in config file ?
Thanks for your help.
I read some posts in the forum, and some found with google, but I do not find solutions.