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

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