• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Issue SSH from Plesk server showing wrong IP on remote server

brainforge

Basic Pleskian
At command line on Plesk server - using putty.
who am i shows the correct IP address from where the ssh session comes from.

On the Plesk server I have a number of additional IP addresses.

On Plesk server command line
PleskServer$ ssh myotherserver

Logs into the other server OK.
Then check origination IP ...
myotherserver$ who am i

Shows one of the additional IPs (always same one) as the session originator not the main server IP.
Does not matter which account (including root being used on the Plesk server).
Was working fine prior to Obsidian 18.0.38 Update #2

Reverse DNS for each IP correct - have not been changed.
 
If you just want to tell ssh to use a specific IP, try '-o BindAddress=<IP>' or put that option in /etc/ssh/ssh_config.
To determine why the default IP changed, let's start with the output of `ifconfig` and `ip addr`.
 
Back
Top