Skip to main content
Notice removed Draw attention by CommunityBot
Bounty Ended with no winning answer by CommunityBot
Tweeted twitter.com/StackUnix/status/914175819488092162
added 61 characters in body
Source Link
  1. Into /etc/network/interfaces/etc/network/interfaces of guest Debian Sparc64, I have set :

Unfortunately, I can't get SSH access from MacOS host to Guest or from Guest to MacOS host (by doing for example : "ssh [email protected]" from host), even by launching qemu-system-sparc64 with root.

  1. Into /etc/network/interfaces, I have set :

Unfortunately, I can't get SSH access from MacOS host to Guest or from Guest to MacOS host, even by launching qemu-system-sparc64 with root.

  1. Into /etc/network/interfaces of guest Debian Sparc64, I have set :

Unfortunately, I can't get SSH access from MacOS host to Guest or from Guest to MacOS host (by doing for example : "ssh [email protected]" from host), even by launching qemu-system-sparc64 with root.

Notice added Draw attention by youpilat13
Bounty Started worth 50 reputation by youpilat13
deleted 74 characters in body
Source Link
  1. First Installed TUN/TAP drivers to bridge the NIC from the VM to my OS X host

  2. launched QEMU with :

    qemu-system-sparc64 -hda debian_sparc64.img -m 2048 -net nic -net tap,script=no,downscript=no -nographic

  3. Once QEMU has booted, I run into other terminal on Host (MacOS 10.9.5) : ifconfig tap0 192.168.1.21

qemu-system-sparc64 -hda debian_sparc64.img -m 2048 -net nic -net tap,script=no,downscript=no -nographic

  1. Once QEMU has booted, I run into other terminal on Host (MacOS 10.9.5) : ifconfig tap0 192.168.1.21

auto eth0 iface eth0 inet static address 192.168.10.20 netmask 255.255.255.0 gateway 192.168.1.21auto eth0 iface eth0 inet static address 192.168.1.20 netmask 255.255.255.0 gateway 192.168.1.21

Unfortunately, I can't get SSH access from MacOS host to Guest or from Guest to MacOS host, even by launching qemu-system-sparc64 with rooteven by launching qemu-system-sparc64 with root.

If someone could see what's wrong.

I think I am going to start a bounty to get more help.

ps: sample code formatting is not working, sorry for the bad format.
  1. First Installed TUN/TAP drivers to bridge the NIC from the VM to my OS X host

  2. launched QEMU with :

    qemu-system-sparc64 -hda debian_sparc64.img -m 2048 -net nic -net tap,script=no,downscript=no -nographic

  3. Once QEMU has booted, I run into other terminal on Host (MacOS 10.9.5) : ifconfig tap0 192.168.1.21

auto eth0 iface eth0 inet static address 192.168.10.20 netmask 255.255.255.0 gateway 192.168.1.21

Unfortunately, I can't get SSH access from MacOS host to Guest or from Guest to MacOS host, even by launching qemu-system-sparc64 with root.

If someone could see what's wrong.

I think I am going to start a bounty to get more help.

ps: sample code formatting is not working, sorry for the bad format.
  1. First Installed TUN/TAP drivers to bridge the NIC from the VM to my OS X host

  2. launched QEMU with :

qemu-system-sparc64 -hda debian_sparc64.img -m 2048 -net nic -net tap,script=no,downscript=no -nographic

  1. Once QEMU has booted, I run into other terminal on Host (MacOS 10.9.5) : ifconfig tap0 192.168.1.21

auto eth0 iface eth0 inet static address 192.168.1.20 netmask 255.255.255.0 gateway 192.168.1.21

Unfortunately, I can't get SSH access from MacOS host to Guest or from Guest to MacOS host, even by launching qemu-system-sparc64 with root.

If someone could see what's wrong.

added 985 characters in body
Source Link

ThanksUPDATE 3:

I have found a tutorial on this link. Following this page, I did :

  1. First Installed TUN/TAP drivers to bridge the NIC from the VM to my OS X host

  2. launched QEMU with :

    qemu-system-sparc64 -hda debian_sparc64.img -m 2048 -net nic -net tap,script=no,downscript=no -nographic

  3. Once QEMU has booted, I run into other terminal on Host (MacOS 10.9.5) : ifconfig tap0 192.168.1.21

Indeed, my local network uses 192.168.1.x IP.

  1. Into /etc/network/interfaces, I have set :

auto eth0 iface eth0 inet static address 192.168.10.20 netmask 255.255.255.0 gateway 192.168.1.21

Unfortunately, I can't get SSH access from MacOS host to Guest or from Guest to MacOS host, even by launching qemu-system-sparc64 with root.

If someone could see what's wrong.

I think I am going to start a bounty to get more help.

Regards

ps: sample code formatting is not working, sorry for the bad format.

Thanks

UPDATE 3:

I have found a tutorial on this link. Following this page, I did :

  1. First Installed TUN/TAP drivers to bridge the NIC from the VM to my OS X host

  2. launched QEMU with :

    qemu-system-sparc64 -hda debian_sparc64.img -m 2048 -net nic -net tap,script=no,downscript=no -nographic

  3. Once QEMU has booted, I run into other terminal on Host (MacOS 10.9.5) : ifconfig tap0 192.168.1.21

Indeed, my local network uses 192.168.1.x IP.

  1. Into /etc/network/interfaces, I have set :

auto eth0 iface eth0 inet static address 192.168.10.20 netmask 255.255.255.0 gateway 192.168.1.21

Unfortunately, I can't get SSH access from MacOS host to Guest or from Guest to MacOS host, even by launching qemu-system-sparc64 with root.

If someone could see what's wrong.

I think I am going to start a bounty to get more help.

Regards

ps: sample code formatting is not working, sorry for the bad format.
added 525 characters in body
Source Link
Loading
added 525 characters in body
Source Link
Loading
deleted 1 character in body
Source Link
Loading
added 1472 characters in body
Source Link
Loading
Source Link
Loading