no worries!
I have fixed it, the problem was Linux Tools set static IP address while you add to IP.
#so I remove last three line from
vi /etc/sysconfig/network-scripts/ifcfg-eth0
BOOTPROTO=static
255...
12.....
#restart network
systemctl restart network
-thanks