• We value your experience with Plesk during 2025
    Plesk strives to perform even better in 2026. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2025.
    Please take this short survey:

    https://survey.webpros.com/

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