Sending a file to a vmware


 
Thread Tools Search this Thread
Operating Systems Linux Ubuntu Sending a file to a vmware
# 1  
Old 06-01-2013
Sending a file to a vmware

Please i have a question:
ifconfig return:

Code:
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.

Last edited by DukeNuke2; 06-01-2013 at 04:19 PM..
# 2  
Old 06-01-2013
Quote:
Originally Posted by chercheur111
Is it possible that a remote machine sends me a file on this address
192.168.1.5?.
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:
Code:
scp user@192.168.1.5
sftp user@192.168.1.5
ftp 192.168.1.5


Last edited by fpmurphy; 06-02-2013 at 05:55 AM.. Reason: fonts and colors removed
This User Gave Thanks to spacebar For This Post:
# 3  
Old 06-01-2013
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.
# 4  
Old 06-01-2013
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!

Last edited by RudiC; 06-03-2013 at 02:53 AM.. Reason: typo
# 5  
Old 06-02-2013
Hello,

Thank you for answer Smilie i have closing down the adapter bridge.. ifconfig return all interfaces expect eth3
Quote:
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)
!!!
Thank you so much.
Best Regards.
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Linux on vmware won't boot due to corrupt library file!

We have an issue here: The libc.so.6 file (link) is corrupted and it causes the system unbootable. It even doesn't boot to single user mode. How can we boot the system to fix the library file? Or is there any other solutions for this issue? Here are some boot messages:... (6 Replies)
Discussion started by: aixlover
6 Replies

2. UNIX for Dummies Questions & Answers

Sending a file

Help me. .i want to send a file from one terminal to another terminal . .how to do that??? thnx in advance . .:) (2 Replies)
Discussion started by: Nagaraju.s
2 Replies

3. UNIX for Dummies Questions & Answers

Splitting a file and sending results to another file

Hi Here is my script: #!/bin/bash set -x dir="/var/local/dsx/import" gawk -F, ' $1 == last1 && $2 == last2 { printf $0"\n" >> $dir/$2 } $1 !=last1 || $2 != last2 { printf $0"\n" >> $dir/$2 } { last1=$1 last2=$2 } (11 Replies)
Discussion started by: ladyAnne
11 Replies

4. UNIX for Dummies Questions & Answers

Failed sending file

Hi, I'm suppose to upload a file to my company's client server. I used kftp grabber in my PCLinuxOS to do the file transfer. The client has given a username and password to upload the file in their server. When I log in to the server, I cannot access root or home directory, nor can I access... (1 Reply)
Discussion started by: anaigini45
1 Replies

5. UNIX for Dummies Questions & Answers

Sending a file using Zmodem

Hi all, I'm trying to send a file to a remote host on a DG/UX system connected directly to a serial port of a computer, but every time I try to send the file, the remote host cannot recieve it (the download screen hangs, some wierd characters are displayed when I type the rz command). I tried... (1 Reply)
Discussion started by: danceofillusion
1 Replies

6. Shell Programming and Scripting

file sending scenario

hi all i have a view in the database with columns prod_no,prod_nm, prod_code using a shell script i should query this view and dump the data in a delimited flat file and send to another ftp server.... i also have to schedule this periodically using cron tab. can you... (2 Replies)
Discussion started by: rajesh_tns
2 Replies

7. Solaris

Sending a file to a server

Dear Experts, please help i am very much confused here and not getting the right path, actually i want to send a file from client to a server, initially i used mmap() which is failing most of the time so i want to use general IO streams to do that, i can open a file in "rb" mode and read... (1 Reply)
Discussion started by: vin_pll
1 Replies

8. UNIX for Advanced & Expert Users

Reading a file and sending mail based on content of the file

Hi Gurus, I am having an requirement. i have to read a list file which contains file names and send mail to different users based on the files in the list file. eg. if file a.txt exists then send a mail to a@a.com simillary for b.txt,c.txt etc. Thanks for your help, Nimu (6 Replies)
Discussion started by: nimu1979
6 Replies

9. UNIX for Dummies Questions & Answers

sending to txt file

i have done this code but am not sure how to send it to a txt file for i in `w -h | awk '{ print $1 }'| sort | uniq`; do n=`w -h $i | wc -l` printf "$i:$n\n" thanks any help would be great (5 Replies)
Discussion started by: peter112
5 Replies
Login or Register to Ask a Question