• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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