• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

plesk doesn't notice netmask change

S

serial-thrilla

Guest
if you change the netmask in linux, plesk doesn't update the netmask in it's ip addresses panel even after clicking "reread ip" or rebooting.
 
That seems a bit odd to me, on all the servers I have dealt with the re-read function has always performed properly. Could you do a 'cat -A ifcfg-eth0' (or whatever name your server has for the NIC interface files) and post a sample here. (The -A option will show if there are any ^M chars in the file)

And are you running 7.5.3? OS?
 
# Unknown vendor|Generic e1000 device$
DEVICE=eth0$
BOOTPROTO=static$
HWADDR=00:12:3F:25:32:8E$
ONBOOT=yes$
TYPE=Ethernet$
NETMASK=255.255.255.192$
IPADDR=x.x.x.x$


it's no big deal to me because i just changed it directly in the database, just posting incase anyone else had the same problem.
 
Back
Top