My blog for documenting computery problems after I figure them out. I try to include my problem solving steps, especially if I had to learn things for them too.
Wednesday, 12 March 2025
Set search domain when VPN connected using Network Manager in Ubuntu 24.04
I recently assembled a Framework Laptop 13 and installed Ubuntu Desktop 24.04 on it. I have been working through numerous little things to make life easier for myself. One I found a solution to recently was setting a specific DNS resolver search domain when connected to a VPN.
nmcli c modify <vpn-settings-name> ipv4.dns-search '<domain>'
You should specify <vpn-settings-name> that corresponds to a VPN setting name in GUI. And <domain> is the domain name you want to search via DNS in the remote network.
Subscribe to:
Post Comments (Atom)
No DHCP IP on eth0 with Ubuntu Server 26.04 (64-bit) on Raspberry Pi 4b
This week I was attempting to get up and running with Ubuntu Server 26.04 (64-bit) on a Pi 4b using Raspberry Pi Imager 1.8.5. I noticed t...
-
I was recently trying to configure iDRAC 9 on some servers to send email after discovering some unreliability in the inlet temperature of s...
-
I have been working to prepare a digital atlas exhibit for the Natillik Heritage Centre in Gjoa Haven, Nunavut, Canada. Working with Indig...
No comments:
Post a Comment