Advanced Search
Search Results
29 total results found
Prodevans - Knowledge Base
Books By Archers
This bookshelf contains documents, howtos, helps, experiences, blogs written by Prodevans Employees. Content DisclaimerThe information provided in this guide is for general informational and educational purposes only. While every effort has been made to ensur...
Manas Gaddam
Sankar Behera
Configure DNS (Domain Name System)
DNS (Domain Name System) configuration is the process of setting up records that link a domain name (like ) to IP addresses and other services, so that websites, emails, and other internet services work correctly.
DNS configure RHEL 9
what is dns ? A fundamental networking service that translates human readable Domain names to numerical IP addresses. Prerequisites: We have to take two server/nodes one of is server another client server. You must have static IP and Hostname 1 Workstat...
How to DNS Configure file
After that go to the configuration and give entry # vim /etc/named.conf Create The Zone File
Configure a Network (NetworkManager)
Configuring a Network (RHEL-10)
Steps to configure a network in Linux through NetworkManager What does configuring a network mean? To set up an IP address (automatic or manaul).Connecting to a Wifi or wired network.Setting DNS (Domain Name Server).Managing network interfaces (like eth0 and e...
Antara Tallawar
Zimbra Installation
What is ZIMBRA: Zimbra is a collaboration and communication tool that provides emails and calendaring services.And it is also an open source software suite that includes a mail server and a web-based email client.Web-based email client: It is an application or...
NFS Configure ( Network File System)
How to Create Zone file
In the second image as shown we have to create the zone sections. Zone “example.com” IN { type master; file “forward.example.com”; Allow-update { none; }; }; Zone “1.168.192.in-addr.arpa” IN { type master; file “reverse.example.com” Allow-update { none; }; };...
DNS forward and revorse Zone file
$ whatever file we gave in our named configuration file that files should be present in /var/named directory . Now we have to create the files. # vim /var/named/forward.example.com # vim /var/named/reverse.example.come eeed $ forward.example.com and reverse...
DNS Server and Client Configuration Guide
Note: Make sure you have changed the group ownership of the file , if you have complted configuration of the file but did not change the group ownership then the DNS server did not work. $ Now you will move on to the client site. $ In there we have to config...
How to Configure NFS
What is Network File System “NFS” ? NFS stands for network file system u have a folder on Computer erver Yo A, and you want to open or edit files in that folder from Computer B — without copying them. NFS makes that possible. 1. Centralized Storage {why} Stor...
NFS Server and Client Setup Guide
3. create a directory and give the full permission to /sankar/nfs directory #mkdir -p /sankar/nfs #chmod 777 /sankar/nfs 4. After that open the configuration file and give the entry # vim /etc/exports /sankar/nfs 192.168.96.42(rw,sync) Save and exit Af...