• 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

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