me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/hurd.scm (hurd-rc-script): Used from (hurd)[inputs]: Use
10.0.2.15; the default QEMU guest IP.
master
Jan (janneke) Nieuwenhuizen 2020-04-12 13:53:04 +02:00 committed by Jan Nieuwenhuizen
parent 2676579dc8
commit 9a554a7082
No known key found for this signature in database
GPG Key ID: F3C1A0D9C1D65273
1 changed files with 1 additions and 1 deletions

View File

@ -319,7 +319,7 @@ boot, since this cannot be done from GNU/Linux."
("/servers/password" ("/hurd/password"))
("/servers/socket/1" ("/hurd/pflocal"))
("/servers/socket/2" ("/hurd/pfinet" "--interface" "eth0"
"--address" "10.0.2.77"
"--address" "10.0.2.15" ;the default QEMU guest IP
"--netmask" "255.255.255.0"
"--gateway" "10.0.2.2"
"--ipv6" "/servers/socket/16"))))