[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/36: gnu: hurd: Use default Qemu guest ip: 10.0.2.15.
From: |
guix-commits |
Subject: |
07/36: gnu: hurd: Use default Qemu guest ip: 10.0.2.15. |
Date: |
Mon, 27 Apr 2020 06:19:44 -0400 (EDT) |
janneke pushed a commit to branch wip-hurd-vm
in repository guix.
commit 695e2b4b5691910e6c82c56ec3fd31e6acdb9373
Author: Jan (janneke) Nieuwenhuizen <address@hidden>
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
* gnu/packages/hurd.scm (hurd-rc-script): Use 10.0.2.15.
---
gnu/packages/hurd.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/hurd.scm b/gnu/packages/hurd.scm
index 398de07..8ff5c74 100644
--- a/gnu/packages/hurd.scm
+++ b/gnu/packages/hurd.scm
@@ -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"
"--netmask" "255.255.255.0"
"--gateway" "10.0.2.2"
"--ipv6" "/servers/socket/16"))))
- branch wip-hurd-vm created (now fdb35e3), guix-commits, 2020/04/27
- 01/36: gnu: guix: Cross-build fixup for wrap-program., guix-commits, 2020/04/27
- 02/36: gnu: guix: Use gnutls-3.6.13 when cross-compiling., guix-commits, 2020/04/27
- 04/36: gnu: guix: Update to de41617661., guix-commits, 2020/04/27
- 05/36: vm: Make the device node procedure a parameter., guix-commits, 2020/04/27
- 06/36: gnu: hurd: Fix references to /bin/w., guix-commits, 2020/04/27
- 10/36: system: hurd: Add less, which to %base-packages/hurd., guix-commits, 2020/04/27
- 08/36: gnu: hurd: Add NFS support., guix-commits, 2020/04/27
- 03/36: gnu: guix: Apply courage for the Hurd., guix-commits, 2020/04/27
- 07/36: gnu: hurd: Use default Qemu guest ip: 10.0.2.15.,
guix-commits <=
- 14/36: services: Add hurd-ttys-service-type., guix-commits, 2020/04/27
- 11/36: system: hurd: Add /etc/group., guix-commits, 2020/04/27
- 13/36: services: Add hurd-console-service-type., guix-commits, 2020/04/27
- 19/36: services: Add openssh-service as a Hurd service., guix-commits, 2020/04/27
- 12/36: services: Add hurd., guix-commits, 2020/04/27
- 15/36: services: Add user-processes-service as a Hurd service., guix-commits, 2020/04/27
- 20/36: system: hurd: Add the Shepherd., guix-commits, 2020/04/27
- 22/36: system: hurd: Add openssh service., guix-commits, 2020/04/27
- 21/36: system: gnu: Populate "/etc" from "/boot/activation"., guix-commits, 2020/04/27
- 17/36: services: hurd: Add dummy syslog., guix-commits, 2020/04/27