crc: [BUG] Unable to connect to CRC remotely on F33 with systemd-resolved.
Regarding: https://code-ready.github.io/crc/#connecting-to-remote-instance_gsg
Is it possible to set this up on F33 using systemd-resolved?
I have to managed to create a dummy interface
sudo ip link add type dummy crc
sudo ip link set dummy0 name crc
sudo ip link set crc up
and assign the following to it
sudo resolvectl domain crc '~crc.testing'
sudo resolvectl dns crc 192.168.0.70
resolvectl status crc ✔ 4m 15s 66
Link 21 (crc)
Current Scopes: none
Protocols: -DefaultRoute +LLMNR -mDNS -DNSOverTLS DNSSEC=no/unsupported
DNS Servers: 192.168.0.70
DNS Domain: ~crc.testing
However, I am still unable to resolve crc.testing to my server on my home network.
About this issue
- Original URL
- State: open
- Created 3 years ago
- Comments: 18 (15 by maintainers)
So i would be in favour of documenting https://github.com/code-ready/crc/issues/1954#issuecomment-773813647 for F33 only. This sends traffic only destined for the crc.testing domain to your remote machine that hosts CRC.
The complete solution is those configurations +
sudo systemctl enable --now dnsmasq