Re: Reconfigure SFTP from to use the Client Access Network
Posted by ErmanArslansOracleBlog on Jun 18, 2015; 10:23am
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/Reconfigure-SFTP-from-to-use-the-Client-Access-Network-tp376p378.html
After taking these action in both of the nodes and restarting the sshd service, you will see that the ssh listens on client network interface as follows;
[root@ermanexanode02 ~]# netstat -an|grep 22|grep LISTEN
tcp 0 0 10.10.10.151:22 0.0.0.0:* LISTEN
tcp 0 0 192.168.10.5:22 0.0.0.0:* LISTEN
tcp 0 0 192.168.0.91:22 0.0.0.0:* LISTEN --> CLIENT NETWORK IP
So, when you make sftp to the client ip, it will be established..
[root@ermanexadnode2 ~]# sftp 192.168.0.81
Connecting to 192.168.0.81...
The authenticity of host '192.168.0.81 (192.168.0.81)' can't be established.
RSA key fingerprint is 3f:e7:df:65:c2:f2:b4:04:17:ac:82:40:aa:a5:ba:9b.
Are you sure you want to continue connecting (yes/no)?