Link to home
Start Free TrialLog in
Avatar of Kasonde Neddy
Kasonde Neddy

asked on

Need help with configuring WHM and doing a cpanel migration from hostgator to 1and1

Hi Experts,

I am stuck doing a cpanel migration and running out of time..I believe I have set this up wrongly and need some guidance.  Getting these errors:

Some of the server’s DNS resolvers fail to respond.

Resolver

State

198.57.184.153

Failed

74.208.156.115

Normal

74.208.156.125

Failed

Use the “Resolver Configuration” interface (https://localhost.localdomain:2087/scripts2/setupresolvconf) to investigate or update the system’s DNS resolvers.

Detailed Report:

Resolver

Test Host

Responded?

Response Time

198.57.184.153

amazon.com



Timeout

198.57.184.153

captive.apple.com



Timeout

198.57.184.153

connectivitycheck.android.com



Timeout

198.57.184.153

cpanel.com



Timeout

198.57.184.153

ebay.com



Timeout

198.57.184.153

facebook.com



Timeout

198.57.184.153

google.com



Timeout

198.57.184.153

live.com



Timeout

198.57.184.153

reddit.com



Timeout

198.57.184.153

yahoo.com



Timeout

74.208.156.115

amazon.com



0.0416779518

74.208.156.115

captive.apple.com



0.2642970085

74.208.156.115

connectivitycheck.android.com



0.0474398136

74.208.156.115

cpanel.com



0.0575258732

74.208.156.115

ebay.com



0.1320519447

74.208.156.115

facebook.com



0.0549328327

74.208.156.115

google.com



0.0384721756

74.208.156.115

live.com



0.1240880489

74.208.156.115

reddit.com



0.1525840759

74.208.156.115

yahoo.com



0.3180789948

74.208.156.125

amazon.com



Timeout

74.208.156.125

captive.apple.com



Timeout

74.208.156.125

connectivitycheck.android.com



Timeout

74.208.156.125

cpanel.com



Timeout

74.208.156.125

ebay.com



Timeout

74.208.156.125

facebook.com



Timeout

74.208.156.125

google.com



Timeout

74.208.156.125

live.com



Timeout

74.208.156.125

reddit.com



Timeout

74.208.156.125

yahoo.com



Timeout

The system generated this notice on Tuesday, October 4, 2016 at 3:07:22 AM UTC.

“DNS Resolver Performance Issues” notifications are currently configured to have an importance of “High”. You can change the importance or disable this type of notification in WHM’s Contact Manager at: https://localhost.localdomain:2087/scripts2/editcontact?event=Check::Resolvers

Do not reply to this automated message.

cP


Need help with configuring WHM on my new server, what settings to input where and how to setup the nameservers...

Thanks in advance
Avatar of Rando Hutt
Rando Hutt

# vi /etc/resolv.conf
search cf.ee
nameserver 194.204.0.18
nameserver 194.204.0.208

# vi /etc/udev/rules.d/70-persistent-net.rules
//

# vi /etc/modprobe.d/bonding.conf
//

# vi /etc/modprobe.conf
alias eth0 e1000e
alias eth1 e1000e
alias scsi_hostadapter 3w-9xxx
alias scsi_hostadapter1 ata_piix
alias net-pf-10 off
alias ipv6 off
options ipv6 disable=1

# vi /etc/sysconfig/network
NETWORKING=yes
NETWORKING_IPV6=no
GATEWAY=194.204.54.46
HOSTNAME=est-et.cf.ee
DOMAINNAME=cf.ee

# vi /etc/sysconfig/network-scripts/ifcfg-lo
DEVICE=lo
IPADDR=127.0.0.1
NETMASK=255.0.0.0
NETWORK=127.0.0.0
# If you're having problems with gated making 127.0.0.0/8 a martian,
# you can change this to something else (255.255.255.255, for example)
BROADCAST=127.255.255.255
ONBOOT=yes
NAME=loopback

# vi /etc/sysconfig/network-scripts/ifcfg-bond0
//

# vi /etc/sysconfig/network-scripts/ifcfg-eth0
# Intel Corporation 82574L Gigabit Network Connection
DEVICE=eth0
BOOTPROTO=static
BROADCAST=194.204.54.47
HWADDR=00:E0:81:B8:85:2B
IPADDR=194.204.54.41
IPV6INIT=yes
IPV6_AUTOCONF=yes
NETMASK=255.255.255.248
NETWORK=194.204.54.40
ONBOOT=yes

//00:E0:81:C1:49:4E

# vi /etc/sysconfig/network-scripts/ifcfg-eth1
# Intel Corporation 82574L Gigabit Network Connection
DEVICE=eth1
BOOTPROTO=static
BROADCAST=194.204.54.47
HWADDR=00:E0:81:B8:85:2C
IPADDR=194.204.54.42
IPV6INIT=yes
IPV6_AUTOCONF=yes
NETMASK=255.255.255.248
NETWORK=194.204.54.40
ONBOOT=yes

//00:E0:81:C1:49:4F

# vi /etc/sysconfig/network-scripts/ifcfg-eth2
//
//00:E0:81:C1:42:48

/etc/hosts

# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1               localhost.localdomain localhost
::1             localhost localhost6.localdomain6 localhost6
194.204.54.41           est-et.cf.ee est-et











Find out the MAC address of the Ethernet device
ifconfig -a | grep -i --color hwaddr

vi /etc/udev/rules.d/70-persistent-net.rules
eth0 igb
eth1 igb
eth2 e1000e

Verify new settings:
# ifconfig -a
# ifconfig wan0
# ifconfig -a | less
# ip addr show

/etc/sysconfig/networking
/etc/sysconfig/network-scripts

eth0 00:E0:81:C1:49:4E
eth1 00:E0:81:C1:49:4F
eth2 00:E0:81:C1:42:48

cd /etc/sysconfig/network-scripts/
rm -rf ifcfg-Auto_eth0
rm -rf ifcfg-Auto_eth1
rm -rf ifcfg-Auto_eth2
 
cd /etc/sysconfig/networking/devices/
rm -rf ifcfg-Auto_eth0
rm -rf ifcfg-Auto_eth1
rm -rf ifcfg-Auto_eth2

cd /etc/sysconfig/networking/profiles/default/
rm -rf ifcfg-Auto_eth0
rm -rf ifcfg-Auto_eth1
rm -rf ifcfg-Auto_eth2

# vi /etc/modprobe.conf
alias eth1 igb
alias eth0 igb
alias eth2 e1000e
alias net-pf-10 off
alias ipv6 off
options ipv6 disable=1
SOLUTION
Avatar of Rando Hutt
Rando Hutt

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Kasonde Neddy

ASKER

Tough one to correct but pointed in the right direction....aplogoies for closing this so late.