• 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.

Question 2 nics, only one showing in Plesk panel

UnS3eN

Basic Pleskian
Version Plesk Onyx v17.5.3_build1705170317.16 os_CentOS 6
OS CentOS 6.9 (Final)

Hi,

Have 2 network adapters on the Plesk machine - one used for incoming WAN connections (eth0), the other a management interface connected to (LAN).
Only one of them is listed then adding IPs

Wj7ApxW.png


How do I get the other to show up?


Code:
# ifconfig
eth0      Link encap:Ethernet  HWaddr 00:0C:29:85:DD:B8
          inet addr: xx.xx.xx.138  Bcast: xx.xx.xx.143  Mask:255.255.255.248
          inet6 addr: xxxx::xx:xxx:xxxx:xxxx:xxxx/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:23813129 errors:0 dropped:0 overruns:0 frame:0
          TX packets:18380153 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:8188179948 (7.6 GiB)  TX bytes:24272871630 (22.6 GiB)

eth1      Link encap:Ethernet  HWaddr 00:0C:29:85:DD:AE
          inet addr:172.20.30.138  Bcast:172.20.30.255  Mask:255.255.255.0
          inet6 addr: xxxx::xx:xxx:xxxx:xxxx:xxxx /64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:6724496 errors:0 dropped:0 overruns:0 frame:0
          TX packets:5203356 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:502597467 (479.3 MiB)  TX bytes:7938745997 (7.3 GiB)
 
Please try to run

# plesk bin ipmanage --reread

and check result then with

# plesk bin ipmanage -l
 
Back
Top