• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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