Hello There,
I've installed WHM on Centos 7 at azure VM server and I'm using a static IP address at azure, but for no reason, WHM uses a dynamic IP address DHCP!
so is there is a way to change this?
Installation guide from cPanel & WHM on Microsoft Azure | cPanel Blog
when I run ip addr
ip route
default via 10.0.0.1 dev eth0
Regards
I've installed WHM on Centos 7 at azure VM server and I'm using a static IP address at azure, but for no reason, WHM uses a dynamic IP address DHCP!
so is there is a way to change this?
Installation guide from cPanel & WHM on Microsoft Azure | cPanel Blog
when I run ip addr
Code:
2: eth0:
inet 10.0.0.4/24 brd 10.0.0.255 scope global eth0
valid_lft forever preferred_lft forever
default via 10.0.0.1 dev eth0
Regards