• The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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