ThanksUPDATE 3:
I have found a tutorial on this link. Following this page, I did :
First Installed TUN/TAP drivers to bridge the NIC from the VM to my OS X host
launched QEMU with :
qemu-system-sparc64 -hda debian_sparc64.img -m 2048 -net nic -net tap,script=no,downscript=no -nographic
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.
- 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.