Umarım ne yaptıklarını biliyorlardır.
Hello, :)
Thank you; I confirm we can now login to the server.
I see that your network startup scripts have a specific MAC address defined:
root@linux [~]# cat /etc/sysconfig/network-scripts/ifcfg-eth0
# Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+
DEVICE=eth0
BOOTPROTO=none
BROADCAST=212.174.28.255
HWADDR=00:e0:4d:f0:fd:47
IPADDR=212.174.28.21
NETMASK=255.255.255.0
NETWORK=212.174.28.0
ONBOOT=yes
GATEWAY=212.174.28.1
TYPE=Ethernet
The defined MAC address is using some lowercase characters and this causes it to mismatch the actual hardware address as reported by "ifconfig" as seen below:
root@linux [~]# ifconfig | grep -i "encap:\|addr:"
eth0 Link encap:Ethernet HWaddr 00:E0:4D:F0:FD:47
inet addr:212.174.28.21 Bcast:212.174.28.255 Mask:255.255.255.0
inet6 addr: fe80::2e0:4dff:fef0:fd47/64 Scope:Link
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
To resolve the problem, you might consider updating the following file:
/etc/sysconfig/network-scripts/ifcfg-eth0
From:
HWADDR=00:e0:4d:f0:fd:47
To:
HWADDR=00:E0:4D:F0:FD:47
I believe that should correct the problem. Please advise if you have any additional questions or concerns or if you require further assistance. Thank you! :)
--
Sincerely,
Donald Holl, Analyst
cPanel of Texas, Inc.
----
Donold amcamız böyle geri dönüş yapmış.
Ben anlamadım ne yap demiş burada

Google translate ile çevirdim ingilizce daha anlaşılır duruyor

)