Re: User mode networking with slirp on MacOs, setting host DNS server?

2021-06-22 Thread Biff Eros
I noticed this: https://github.com/qemu/libslirp/commit/5ac17660a76e321c37e6dca2e3c04d9d7d2b7ff4 So maybe slirp doesn't do DNS in quite the way I expect on MacOs. In any case I couldn't figure out how to make changes to slirp and compile them into a new Qemu, I put a compile error into a file in t

Re: User mode networking with slirp on MacOs, setting host DNS server?

2021-06-22 Thread Narcis Garcia
Syntax at /etc/resolv.conf text file is: nameserver {serverip} If your dnsmasq is reachable at host's 127.0.0.1 then: nameserver 127.0.0.1 Narcis Garcia __ I'm using this dedicated address because personal addresses aren't masked enough at this mail public archive. Public archive admini