Sending a file to a vmware

Please i have a question:
ifconfig return:

eth0      Link encap:Ethernet  HWaddr 08:00:27:71:aa:2c  
          adr inet6: fe80::a00:27ff:fe71:aa2c/64 Scope:Lien
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          Packets re�us:3 erreurs:0 :0 overruns:0 frame:0
          TX packets:15 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 lg file transmission:1000 
          Octets re�us:276 (276.0 B) Octets transmis:3007 (3.0 KB)

eth1      Link encap:Ethernet  HWaddr 08:00:27:94:27:3a  
          adr inet6: fe80::a00:27ff:fe94:273a/64 Scope:Lien
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          Packets re�us:0 erreurs:0 :0 overruns:0 frame:0
          TX packets:18 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 lg file transmission:1000 
          Octets re�us:0 (0.0 B) Octets transmis:3419 (3.4 KB)

eth3      Link encap:Ethernet  HWaddr 08:00:27:8b:58:5e  
          inet adr:192.168.1.5  Bcast:192.168.1.255  Masque:255.255.255.0
          adr inet6: fe80::a00:27ff:fe8b:585e/64 Scope:Lien
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          Packets re�us:15 erreurs:0 :0 overruns:0 frame:0
          TX packets:46 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 lg file transmission:1000 
          Octets re�us:1907 (1.9 KB) Octets transmis:8098 (8.0 KB)

eth4      Link encap:Ethernet  HWaddr 08:00:27:78:eb:7c  
          adr inet6: fe80::a00:27ff:fe78:eb7c/64 Scope:Lien
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          Packets re�us:0 erreurs:0 :0 overruns:0 frame:0
          TX packets:20 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 lg file transmission:1000 


Is it possible that a remote machine sends me a file on this address
192.168.1.5 ?
if not what is the address ?

Thank you for answer.

Do you have a SSHD server or FTP Daemon running on this host?
You could test with these commands to see if you get a connection to this host:

scp user@192.168.1.5
sftp user@192.168.1.5
ftp 192.168.1.5
1 Like

scp user@192.168.1.5 sftp user@192.168.1.5 ftp 192.168.1.5

---> on the remote machine ?
Here is my problem in detail:
I have on my windows machine (which has a 197.xx.xx.xx IP address), virtual box. on virtual box I have one virtual machine Ubunto which has the IP address 192.168.1.5 (this address is not routable on the Internet), so if we do: ssh user@192.168.1.5
scp or it does not work ...
the virtual machine has an interface eth3 (192.168.1.5)

I found on the web:
Provided that remote computer has a communication
path to eth3/192.168.1.5 and you have something listening on that interface, i.e. a ftp server, which is not blocked by your firewall for eth3.

Have you more idea please ?
Thank you so much for help.

Did you set the adapter to "bridged" in VirtualBox? If yes, I found that closing down the interface and immediately starting it up again will make the virtual machine connectable. Of course, there must be a server listening!

Hello,

Thank you for answer :slight_smile: i have closing down the adapter bridge.. ifconfig return all interfaces expect eth3

!!!
Thank you so much.
Best Regards.