I'm running Puppy 'puppy_binoicpup64_8.0.sfs' as a QEMU v. 8.2.0 VM on a Sun T4-1 host. It runs fine except that I can't get networking going. I'm using one of the hosts hardware NIC's (net2) for Puppy and I start it with the QEMU arguments
"-device e1000,netdev=net2 -netdev user,id=net2"
The Puppy network wizard says it "found a live network" on eth0 and I set a static IP there (192.168.0.185).
But even
wget http://8.8.8.8
returns failed: No route to host.
traceroute 192.168.0.1 (the LAN's router) returns just
1 192.168.0.185 (192.168.0.185) 3037.606 ms !H
eth0 is listed as UP RUNNING BROADCAST MULTICAST
and it shows 46 packets sent but 0 received.
Apparently eth0 isn't hooked up properly to the Sun's NIC. What am I doing wrong? Thanks.