Contact Form

Name

Email *

Message *

Cari Blog Ini

Ubuntu Ipconfig Registerdns

How to register DNS on different operating systems

Windows

Automatic

Windows clients can do this automatically with the MS client.

Manual

You can also manually register DNS with ipconfig registerdns.

Linux

When using the Samba client, you can register DNS if the Linux Server Is an Active Directory Member.

Ubuntu, like most operating systems, only uses a stub resolver.

To set a static DNS configuration, follow these steps:

1. Edit the /etc/resolv.conf file. 2. Add the following lines to the file: ``` nameserver 8.8.8.8 nameserver 8.8.4.4 ``` 3. Save the file. 4. Restart the network service.


Comments