Johannes Schauer Marin Rodrigues, le mar. 09 juin 2026 13:35:10 +0200, a ecrit: > Quoting Samuel Thibault (2026-06-09 13:09:11) > > Johannes Schauer Marin Rodrigues, le mar. 09 juin 2026 11:50:30 +0200, a > > ecrit: > > > > auto /dev/eth0 > > > > iface /dev/eth0 inet dhcp > > > > > > > > should be working just fine. > > > > > > fsysopts: /servers/socket/2: -i /dev/eth0 -a 0.0.0.0 -m 255.0.0.0: > > > (ipc/mig) server died > > > Error getting hardware address for "/dev/eth0": No such device > > > > How is /dev/eth0 set up? (it should a devnode to /dev/net) > > How is /dev/net set up? (it should be a symlink to netdde) > > How is /dev/netdde set up? (it should be netdde) > > I'm afraid I might need more handholding here. What command output would you > like to see when you asked "How is it set up"?
That's showtrans > I have this: > > root@testvm:~# ls -lha /dev/eth0 /dev/eth0 /dev/netdde > crw-rw---- 1 root root 0, 0 Jun 9 09:36 /dev/eth0 > crw-rw---- 1 root root 0, 0 Jun 9 09:36 /dev/eth0 > -rw-rw---- 1 root root 0 Jun 9 09:36 /dev/netdde > > > What hardware network board do you expose to your VM? Does netdde recognize > > it? > > These are the network-related options from the qemu call: > > qemu-system-i386 \ > -netdev user,id=net0,domainname=lan,hostfwd=tcp:127.0.0.1:2222-:22 > -device virtio-net-pci,netdev=net0 > > Does hurd need the emulation of a "real" network card and cannot work with > virtio-net-pci maybe? netdde doesn't support virtio. Samuel

