CentOS 5 Networking :: Find RHEL Compatible Rpms For Bind 9.7 And DHCPD 4.1?
Aug 26, 2009Does anyone know where I can find RHEL compatible rpms for Bind 9.7 and DHCPD 4.1?
View 1 RepliesDoes anyone know where I can find RHEL compatible rpms for Bind 9.7 and DHCPD 4.1?
View 1 RepliesI wanted to upgrade my Apache from 2.2.3 to 2.2.4 because some application issues. where we can get Apache 2.2.4 rpms for CentOS/RHEL build? I say 2.2.4 rpms in Fedora repositories? Will fedora builds work in CentOS/RHEL?
View 4 Replies View RelatedI have a small AMD Geode LX 800 (500 MHz) based Nettop that I would like to use at home as home server managing printers, a central data storage, and some other things. Only I can't install CentOS 5.5 due to an Anaconda exception at the very end of the initial setup process, right before it's supposed to start copying the files.Is it true that CentOS/RHEL requires an i686 compatible processor? As far as I know the Geode LX is only i586 and Redhat's system requirements only list x86 as necessary.
View 9 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 RelatedMy Yum server gives error message while installing packages like rpmts_HdrformFdno: Header V3 DSA Signature: NOKEY, KEY, Key ID 37017186" Samba-3.0.33-3.7.el5.i386 rpm is not install.
But I can install other package like bind dhcpd etc.
The problem is that I have set up a test installation with DHCP server and DNS server on Fedora 14 and want to set up dynamic updates from the DHCPD to the NAMED. The problem is that any attempts to make updates of the DNS server fails with a "SERVFAIL" error. I can not even update it through the NSUPDATE tool. This is NAMED.CONF:
Code:
options {
directory "/var/named";
[code]....
How to find IP address of computers in LAN served by simple DHCPd (in ADSL modem - without IP reservations/MAC address).
So is in Ubuntu something like on-fly name resolution in Windows ? Without running DNS server with some kind of DynDNS ?
e.g.
My comp has hostname "GoGo" but I get random IP address from DHCP.
How can other PC on same LAN resolve my changing IP address ?
I'm having some trouble with getting my DHCP service up and running on my server. Below is my /etc/dhcpd.conf file, which I believe is the right file necessary to get this service up and running correctly. When I do service dhcpd restart it just show in red letter [Failed] next to it.
Code:
ddns-update-style interim;
ignore client-updates;
subnet 10.2.3.1 netmask 255.0.0.0 {
# --- default gateway
#option routers 10.2.1.1;
#option subnet-mask255.0.0.0;
#option nis-domain"domain.org";
#option domain-name"domain.org";
#option domain-name-servers10.7.8.1;
option time-offset-18000;# Eastern Standard Time
#option ntp-servers192.168.1.1;
#option netbios-name-servers192.168.1.1;
# --- Selects point-to-point node (default is hybrid). Don't change this unless
# -- you understand Netbios very well
#option netbios-node-type 2;
range dynamic-bootp 10.2.3.2 10.2.3.254;
default-lease-time 21600;
max-lease-time 43200;
# we want the nameserver to appear at a fixed address
#host ns {
#next-server marvin.redhat.com;
#hardware ethernet 12:34:56:78:AB:CD;
#fixed-address 207.175.42.254; } }
I am running Red Hat Enterprise Linus 4 update 2. I need to install following RPMs, can anyone guide me from where i can download these.
elfutils-libelf-devel-0.97
gcc-3.4.5
gcc-c++-3.4.5
glibc-2.3.4-2.19
glibc-2.3.4-2.19 (32 bit)
libaio-0.3.105
libaio-0.3.105 (32 bit)
libaio-devel-0.3.105
libgcc-3.4.5
libgcc-3.4.5 (32-bit)
libstdc++-3.4.5
libstdc++-3.4.5 (32 bit)
libstdc++-devel 3.4.5
numactl-0.6.4.x86_64
For RHEL 5.4,
# uname -r
2.6.18-164.11.1.el5
# uname -m
[code].....
show some "duplicate" rpms, one for the i386 and one for the x86_64 platform?
For example,
aspell-0.60.3-7.1.i386
aspell-0.60.3-7.1.x86_64
There are numerous other "dups" like that. Is this normal?
Bind on Fedora 14 is driving me crazy.I am getting messages when I restart BIND stating it cannot find the managed-keys.bind file but it's right where it's suppose to be, and the directory is writable.
View 3 Replies View RelatedIs RHEL 5.3 compatible with 64 bit systems? I am not able to add a IP address in it.
View 2 Replies View RelatedI 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 Replies View Relatedi did configure as it was advised on [URL]... but it didn't work. for eg I added eth0:1 and eth0:2 on /etc/sysconfig/network-scripts/ when i do ifconfig i can see only eth0:1, i cannot see eth0:2, eventhough i configured as it was on the tutorial
View 4 Replies View RelatedI 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 am trying to see if there is an authbind equivalent or authbind package for CentOS/RHEL? x If so, where can I get more info and download it? It seems to be only available for Debian and Ubuntu.
View 3 Replies View RelatedI 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 RelatedI am having a problem with when I bind a static IP to my NIC I loose all network connectivity but, if i leave it set to dhcp it works fine. I've gone over all my settings a thousand times and they are all correct. Has anyone else had this problem or give me a hint as to what the problem might be?
View 2 Replies View RelatedI am going barking mad with this - I have forward mapping working fine, but my system simply refused to add in the reverse mapping.Anyway can someone with a clearer head and more knowledge have a look at my configs and see if they can point me in the right direction.I've setup the keys and permissions and they seem to be working, local UNIX file permissions are named.named and even 777Nothing seems to create reverse mappings - no PTR records etc.Weird (I am 99% there to blowing my stack and giving up after 4 days of buggering around).
(A) my dhcpd.conf
==============
authoritative;
[code]....
I am bit new to Linux and have setup caching-only name server with Centos 5.5. when i do dig server, it provide resolutions. but when i use the server IP as DNS on my windows client, it says, "connection refused" on the NSlookup output. (IP table didn't enable) My server Ip is 192.168.1.253 and bellow is the configuration of "/var/named/chroot/etc/named.conf"
options {
listen-on port 53 { 127.0.0.1; 192.168.1.253; };
listen-on-v6 port 53 { ::1; };
directory "/var/named";
dump-file "/var/named/data/cache_dump.db";
statistics-file "/var/named/data/named_stats.txt";
memstatistics-file "/var/named/data/named_mem_stats.txt"; .....
I am configuring bind9 on fedora 9(sulphur).I have configured /etc/named.conf and created zone file in /var/named/I have started the service but when I am executing the command nslookup mydomain.com it is not able to resolve the name.Another problem I am facing when I do telnet localhost 53,I am able to connect.but when I do telnet myip 53 it does not connect.Seems to be a firewall problem but I ve disabled iptables selinux completely even I ve disabled dnsmasq but still not working.
View 1 Replies View RelatedI've found a lot of pages of how to fix the issue on older releases of dhcpd and ubuntu.
#>dhcpd
#> ...
#> Can't create PID file /var/run/dhcpd.pid: Permission denied.
I have tried creating the file and giving it permissions to be accessed, but that isn't solving the issue. I tried to go through some of the older fixes, and one was really close to working but lacked the same folders as I have.
EDIT: one solution that worked was to use ln -s /var/run/dhcp3-server/dhcpd.pid /var/run/dhcpd.pid dhcpd3 -cf /etc/dhcp3/dhcpd.conf at0
Where can I find the rpms for OpenMP for SciLinux 5.5 for64bit computing?
View 3 Replies View RelatedI would like to make my Fedora 13 box a DHCP server for my network. I can not find dhcpd in YUM. Is there a way to make my Fedora box a dhcp server? This was relay easy with Suse, but my Opensuse box just suffered a hard drive failure.
View 1 Replies View RelatedDoes anyone know where we can get the rpms (x86_64) for MySQL v4.0.26 or 27?
We are in the process of upgrading a very old server to CentOS 5 and need to retain this version. We still have a lot of clients that utilize this version.
My box is centos 5.3 x86. At booting, ipsec_setup messages are coming as attached picture.
And dhcpd also comes "failed".
Here is what I need to accomplish but somehow not getting where I need:
Server A:
-OpenVPN Server
-NIC1 = Internet (vnet - public IP address)
-Tun0 - 172.16.0.1
Server B:
-OpenVPN Client - Connects to Server A as a Client.
[Code]...
A client has sent me an RHEL 5.1 box for me to do some work on, but it's not registered with Red Hat. This is causing me problems, because it's a minimal installation, and I need some more dev software.My immediate reaction was to install various bits (emacs, and so on) from my Centos 5(.0) DVD.The base RHEL system only had one (disabled) repo entry,so I added a yum DVD repo entry in yum.conf.d.
This looked good to start with, but it doesn't work. Something in RHEL's pirut/yum/rpm/whatever is getting confused, and can't work out what is/isn't installed.
Question - how do you maintain an unregistered RHEL box? Has RH done something to make life difficult? Is my problem simply that I'm using a Centos 5.0 DVD, instead of Centos 5.1? Am I stuck with downloading lots of rpms from the net and doing everything manually? I really don't want to do that.
I want to create a small network of 3-5 computers. I want to have one computer as my server and have services like NFS, DHCP, NTP, etc. I want to connect it to 2-4 other clients that have the bare minimal installation of linux on them. I would like 1 client computer to have a static ip address and I would like another to receive a dynamic ip address from the server. How would I go about doing all of this without the assistance of GUI's? I want to be able to do all this with the ks.cfg and network config files.
View 4 Replies View Related