• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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