• 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

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