guix-comm...@gnu.org skribis: > commit 695e2b4b5691910e6c82c56ec3fd31e6acdb9373 > Author: Jan (janneke) Nieuwenhuizen <jann...@gnu.org> > AuthorDate: Sun Apr 12 13:53:04 2020 +0200 > > gnu: hurd: Use default Qemu guest ip: 10.0.2.15. > > Specifying 10.0.2.77 also works > > -device rtl8139,netdev=net0 -netdev > user,id=net0,hostfwd=tcp:127.0.0.1:2228-10.0.2.77:22 > > but using this default allows us to use the widely advertised > > -device rtl8139,netdev=net0 -netdev > user,id=net0,hostfwd=tcp:127.0.0.1:2228-:22
Oh! > * gnu/packages/hurd.scm (hurd-rc-script): Use 10.0.2.15. ^ You can also mention [hurd-directives] here. > - "--address" "10.0.2.77" > + "--address" "10.0.2.15" Perhaps add a margin comment saying this is the default QEMU guest IP. LGTM! Ludo’.