mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-11-11 10:16:01 +01:00
In my earlier commit
manual: Don't suggest exposing VM port to local network.
I made a side change titled
Use `127.0.0.1` also on the VM side, otherwise connections to
services that, in the VM, bind to `127.0.0.1` only
(doing the safe approach) do not work.
Unfortunately, that was wrong:
QEMU inside the VM always communicates via the virtualised
Ethernet interface, not via the VM's loopback interface.
So trying to connect to `127.0.0.1` on the VM's side cannot work.
|
||
|---|---|---|
| .. | ||
| building-images-via-systemd-repart.chapter.md | ||
| building-nixos.chapter.md | ||
| changing-config.chapter.md | ||
| installation.md | ||
| installing-behind-a-proxy.section.md | ||
| installing-from-other-distro.section.md | ||
| installing-kexec.section.md | ||
| installing-pxe.section.md | ||
| installing-usb.section.md | ||
| installing-virtualbox-guest.section.md | ||
| installing.chapter.md | ||
| obtaining.chapter.md | ||
| upgrading.chapter.md | ||