Communication between OSX and the guest OS

Discussion in 'Installation and Configuration of Parallels Desktop' started by dafydd, Jun 12, 2008.

  1. dafydd

    dafydd Bit poster

    Messages:
    2
    I'm using 10.5.3, with SuSE Linux as the Guest OS, and shared networking.

    What I want to do is use scp to transfer data between the host and guest OS's.

    Is that possible with shared networking? What setup do I need to do to get each OS to recognize the other as a valid host?

    Thanks!
    db
     
  2. John@Parallels

    John@Parallels Forum Maven

    Messages:
    6,333
    Check Firewall on both sides, and enable Remote login in Mac OS
    The better solution is to use Bridged Ethernet, in this case, there will be no NAT between Mac and Suse
     
  3. dafydd

    dafydd Bit poster

    Messages:
    2
    I'm not that far along, yet. My problem is much simpler. If I have two hostnames effectively sharing the same ethernet connection, how do I got from one to the other?

    If I do

    > scp file1 user@suseparallels:~

    How does the mac know how to contact the guest OS? If I try it right now, I'll just get "suseparallels: host unknown."
     
  4. John@Parallels

    John@Parallels Forum Maven

    Messages:
    6,333
    sudo vi /etc/hosts

    Your.VM.add.ress suseparallels
     

Share This Page