• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

unable to select other interface

duhaas

New Pleskian
I have two interfaces in my box and after my 11.0 install i can only see eth0, i want to assign some addresses to eth1 but its not displaying it. if i add an address from console using ifconfig eth1 192.x.x.x netmask 255.255.255.0 it will show it, but config doesnt stick after reboot
 
Try to use

/usr/local/psa/admin/sbin/ifmng --add <interface> <ipaddress> <netmask>
 
Try to use

/usr/local/psa/admin/sbin/ifmng --add <interface> <ipaddress> <netmask>

Thanks ended up just creating one fake interface using ifconfig eth1 x.x.x. MASK x.x.x.x than after the interface was showing added the rest which added the config to the interfaces file. thanks for the command
 
Back
Top