Server :: How To Configure Bind On RHEL 5
Mar 3, 2011I am a newbie in configuring linux servers. Can I have an easy step-by-step walkthrough for bind 9 with chroot on RedHat enterprise 5 .
View 3 RepliesI am a newbie in configuring linux servers. Can I have an easy step-by-step walkthrough for bind 9 with chroot on RedHat enterprise 5 .
View 3 RepliesI have 6 RHEL 5 Servers, 1 5.2 32-bit Master Login Server, which services the other 5 RHEL 5.3 64-bit App Servers, for Login and Authentication. I am wanting to intigrate these with my Windows AD. I use Windows Server 2003 R2 Standard. I currently have the RHEL servers setup to have the 32-bit (5.2) server as the NIS Master, serving NIS out to the remaining 64-bit(5.3) servers.
I also have a Windows Server 2003 R2 Domain Controller serviceing my Windows AD. I would like to be able to ingrate them to be able to use Password Sync and Single Sign-on. I am not real worried about having Kerberos or LDAP running, because the systems are NOT physically connected to any external source. (The network is completely self-contained). I am just wanting to be able to use Password-Sync and DNS between the different networks.
My questions are as follows:
1) Would it be better/easier to make the Windows Server the NIS Master or the RHEL 5.2 Server?
2) If I make the Windows Server the NIS Master, how would that effect the remaing servers who get their NIS info from the Redhat Master?
3) If I keep the RHEL Master as NIS Master, how would I intigrate that with AD and have both shared Passwords and DNS?
I am using bind for DNS services on RHEL 5. The forward lookup is working fine. When I try to do a reverse lookup at the server, it shows the correct output but when I try lookup from Internet it shows something like - "mysite.com points to a.b.c.d, which has no d.c.b.a.in-addr.arpa PTR record"
Here are the files:
/etc/named.conf
options {
directory "/var/named";
statistics-file "/var/named/data/named_stats.txt";
};
controls{
inet 127.0.0.1 allow {localhost;} keys {rndckey;};
};
// Declaring reverse lookup zone
// Declaration of domain name resolution
view intranet {
zone "mysite.com" {
type master;
file "/var/named/mysite.com.intranet.hosts";
}; .....
I need to know how to configure the address of the next level DNS server in my BIND server. im in a FEDORA 10 system.
View 3 Replies View RelatedI have installed RHEL 5.1 in VMWare 6 I want to configure one RHEL Server with DNS & DHCP Also I would like to PXE boot, whenever I create a new VMWare Client(RHEL), the installation should be initiated via network boot
View 2 Replies View Relatedhere to learn some good technical stuffs
View 6 Replies View Relatedi'd like to configure a dhcp server on my RHEL 5.3 or Fedora 14, since i don' have a legitimate DNS server....n it asks for option domain-name " "what do i put in there.. me got two nics for my WAN(dhcp enabled) n LAN...i just want to parctice at home for my future job...
View 3 Replies View RelatedWITHOUT USE OF INTERNET ,how can i configure YUM server on RHEL-5
View 1 Replies View RelatedI would like to configure DNS server in RHEL 5.3 to resolve domain name. Do you have step by step procedure or automated script to configure the dns server?
View 2 Replies View RelatedDoes anyone know of any GUI frontends to BIND for CentOS/RHEL? I just can't get the hang of configuring this thing...GUI makes life easier for me.
View 2 Replies View Relatedwhat is bind vs bind-chroot vs caching-nameserver ?what is the different between eatch others ?
View 7 Replies View RelatedDoes anyone know where I can find RHEL compatible rpms for Bind 9.7 and DHCPD 4.1?
View 1 Replies View RelatedI know BIND is one of the most popular DNS servers used today but does anyone have any tips on how to configure BIND?
View 1 Replies View RelatedI am using RHEL5. I don't know to configure bind. plz give me step by step bind configuration process.
View 4 Replies View RelatedI'm trying to understand dns and I think the following commands should give me an "OK" or something... what am I missing?
Code:
# dig @a.root-servers.net . ns >| db.root
# named-checkzone . db.root
zone ./IN: NS 'K.ROOT-SERVERS.NET' has no address records (A or AAAA)
zone ./IN: NS 'L.ROOT-SERVERS.NET' has no address records (A or AAAA)
zone ./IN: NS 'M.ROOT-SERVERS.NET' has no address records (A or AAAA)
zone ./IN: has 0 SOA records
[Code]...
I am trying to configure a BIND DNS server to handle three websites on my home network, (my site, my sons site and our test site). Since my ISP uses dynamic DNS, we are using DNS2GO to redirect our traffic, 9EACH SERVER HAS IT'S OWN VERSION OF dns2go running).
My problem is that I can't figure out how to configure BIND since I don't have a static IP to enter into the named.conf or reslov.conf configuration files.
I am trying to configure a BIND DNS server to handle three websites on my home network, (my site, my sons site and our test site). Since my ISP uses dynamic DNS, we are using DNS2GO to redirect our traffic, 9EACH SERVER HAS IT'S OWN VERSION OF dns2go running).My problem is that I can't figure out how to configure BIND since I don't have a static IP to enter into the named.conf or reslov.conf configuration files.
View 7 Replies View Relatedthis is my first post i have this error in ./configure for bind 9.7.3: checking for OpenSSL library... using OpenSSL from /usr/lib and /usr/includechecking whether linking with OpenSSL works... yeschecking whether linking with OpenSSL requires -ldl... unknown configure: error: OpenSSL has unsupported dynamic loading
View 1 Replies View Relatedis possible to edited the default RHEL CD to have it automatically install RHEL based off of a kickstart file that I will store locally on the CD. My plan would be to put a cd in a server and have the OS automatically being installed.
View 3 Replies View RelatedWe are planning to migrate our LINUX server from RHEL 3to RHEL 5. What are the configuration difference between RHEL 3 to RHEL 5 for webserver installations?
View 1 Replies View RelatedA create an application which has to bind to port less than 1024 and must be launched under non-root user. OS: Ubuntu 10.04. Decision 1: Using a firewall to redirect packets. Problem: This decision is not good for me. I need simple way to solve the problem. Decision 2: Use CAP_NET_BIN_SERVICE. Problem: My execution file has 2,7G size. It is very big application with a lot of debug info. setcat command return an error:
[code]...
Can I configure LVM in my RHEL 5 after I installed linux ? I have heared that it is only possible in GUI installation of Linux.
View 3 Replies View RelatedI just want to try using NGINX as reverse proxy for POP3 and IMAP. Does anyone know how to configure it ?
View 7 Replies View Relatedwhat are the major differences between rhel 5.2 and rhel 5.4
View 2 Replies View RelatedI have a database server running RHEL 5.1 32 bit that suffered some catastrophic failures about 6 months ago. We were able to patch it back together and keep it running, but now the manufacturing site it supports is going to shut down for two weeks and I would like to replace it permenantly. Does anyone have any guidance for that sort of thing? I'd like to have the new server up and running before hand, basically changing the hostname/ip and restoring the databases only on conversion day. I've done this in the past with HP UX - Red Hat conversions, but this is my first red hat to red hat move. Any advice or shortcuts?I forgot to add the other wrinkle. The new server will be running 64bit linux.
View 1 Replies View RelatedCan anybody suggest me how to configure my RHEL-5 for USB internet connection(if u r in India, I want to configure AirTel USB internet connection) ??
View 1 Replies View RelatedI have setup dns on my rhel 5 server. It is working fine. My dhcp server is setup on my sonic firewall. The sonic firewall hands out our IP addresses. My dns server sees the static IP addresses but how do I get name resolution setup for dhcp?
View 1 Replies View RelatedI am on Red Hat Enterprise Linux AS release 4 (Nahant Update 6). I need to configure Sendmail in my Linux Server.
1. edit /etc/mail/sendmail.mc
dnl #
dnl DAEMON_OPTIONS(`Port=smtp,Addr=127.0.0.1, Name=MTA')dnl
dnl DAEMON_OPTIONS(`Port=smtp,Addr=172.16.10.6,Name=MTA')dnl
dnl #
2.rebuild /etc/sendmail.cf from the revised /etc/mail/sendmail.mc thus:
m4 /etc/mail/sendmail.mc > /etc/sendmail.cf
3. Edit /etc/sysconfig/sendmail
DAEMON=yes
QUEUE=1h
4.And restart sendmail
cd /etc/mail
make
service sendmail restart
5.sendmail -v abc@gmail.com
Its working but going to spam and more thing. I am not able to send to our company id..
sendmail -v abc@rbs.com
To configure sendmail on my linux system.
View 2 Replies View RelatedNot able to configure GUI with RHEL 5.5 on HP ProBook 4520s
View 2 Replies View Related