Server :: DNS Configure On Red Hat Enterprise 5?

Oct 28, 2010

Can you Please tall me What are the configuration file for DNS

View 5 Replies


ADVERTISEMENT

Server :: Configure DNS On Oracle Enterprise 5.4?

Apr 20, 2010

I'm trying to configure DNS on Oracle Enterprise Linux 5.4 - Kernel 2.6.18-128.el5. When I restart the named service, I'm not getting any errors. But service is showing Failed. What could be the reason?

View 3 Replies View Related

Server :: Configure Redhat Enterprise Server 4 As Router And Proxy Server

May 18, 2010

Im new in linux i want to configure my redhat machine as both router and transparent proxy!

View 1 Replies View Related

General :: Configure VNC Server After Installation In Red Hat Enterprise 6?

Aug 9, 2011

I successfully install vnc server and client in my machine after installation in GUI mode i clicked on service and enable vnc server when i click on start. It says that "This service is being refreshed right now" Then after i use terminal and typed "#service vncserver start"
its display error message "Starting VNC server: no displays configured [FAILED]"

View 1 Replies View Related

Server :: Configure Freeradius With WPA2 Enterprise?

Nov 16, 2010

Im having a lot of trouble configuring freeradius for Ubuntu. I have freeradius installed but Im having trouble finding any information on how to edit the configuration files to create users and be able to WPA2 Enterprise. The wireless router that I am using is an Linksys WRT54gl.

View 2 Replies View Related

Red Hat :: Configure Yum On System Enterprise 5.4?

Apr 15, 2011

Configure Yum (Yellow dog Manager)on RedHat Linux Enterprise .

View 1 Replies View Related

Networking :: Configure Dynamic DNS In Redhat Enterprise System 5.2?

Dec 14, 2010

I am using RHEL 5.2. I want to configure Dynamic DNS on it. Can anyone tell me how to configure Dynamic DNS on RHEL 5.2

View 1 Replies View Related

General :: Configure RAID 1 On Red Hat Enterprise After Installation Of Operating System?

Jul 12, 2009

How to configure RAID 1 (hardware RAID 1 or Software RAID1 ) after installation of operating system : RED HAT ENTERPRISE LINUX 5.3 SERVER

View 9 Replies View Related

Red Hat / Fedora :: Applications Compiled For 4 Enterprise - Gcc3.4 - On 5 Enterprise - Gcc4.1

Apr 28, 2010

To run applications compiled for RedHat 4 Enterprise (gcc3.4) on RedHat 5 Enterprise (gcc4.1), what should I do?

View 4 Replies View Related

General :: Error While Trying To Install Ettercap Configure Error Libnet On Red Hat Enterprise

Jan 4, 2011

I am quite new to Linux. Just some basic information, I am using windows xp but have installed vmwork station and am running Red Hat enterprise linux 4.

When i run ./configure it gives me this error. "configure: error: libnet >=1.1.2.1 not found "

View 8 Replies View Related

General :: Setup Remote Access Server On Red Hat Enterprise Server Release 5.1?

Aug 30, 2009

how i have a machine installed Red Hat Enterprise Linux Server release 5.1 with 2 modem (usb & com port) still i want to configure RAS server so some pple able to connect my server and send me some files.

View 4 Replies View Related

Server :: Extend Rights In Samba For Enterprise File Server?

Jun 17, 2009

I am trying to implement a NAS running Debian to replace the Windows 2003 file server.We implemented the system and we integrated it with the active directory. Is it possible to manage the access rights using windows tools and get the same amount of detail(not the right word) on access.As an example, we have the following folder structure:

Teams&Projects All users list, admins full
Team1 All users list, admins full, some users modify
Project1 All users no access, admins full, some modify, some list

I have read some articles on the internet that this is possible but I do not have enough information to implement this.

View 4 Replies View Related

Server :: Create A Boot Disk For Red Hat AS Enterprise Server?

Jan 15, 2010

I am in need of the instructions of how to create a boot disk for my RED HAT Linux Enterprise Server. I have a floppy drive also it this helps.

View 2 Replies View Related

Red Hat :: Run Enterprise 5 In 4 Enterprise Compatibility Mode

Apr 27, 2010

To run applications compiled for RedHat 4 Enterprise (gcc3.4) on RedHat 5 Enterprise (gcc4.1), what should I do?

View 4 Replies View Related

Server :: CVS Configuration On Redhat Enterprise ?

May 11, 2009

Installation of CVS on Redhat linux

Installing CVS on Redhat Linux Redhat Enterprise 4.0

The following steps give simple steps to install CVS software on Redhat Enterprise Linux 4.0.

1) Download the tarball cvs-1.11.1p1.tar.gz
2) Run "gunzip cvs-1.11.1p1.tar". You will get file called cvs-1.11.1p1.tar.
3) Then extract this file using command
"tar -xvf cvs-1.11.1p1.tar".
4) Then go to directory cvs-1.11.1p1.
5) There you will find a file called INSTALL. Read it once carefully.
6) Now run the command "./configure."
7) Build it using the command "make".
8) Install binaries/documentation using command "make install".
9) Now open file called /etc/services and add the following lines.
Cvspserver 2401/tcp # CVS client/server operations
cvspserver 2401/udp # CVS client/server operations
10) Open file called /etc/xinetd.conf and add the following lines to that file.
service cvspserver
{
Port = 2401
socket_type = stream
protocol = tcp
wait = no
user = root
passenv =
server = /opt/bin/cvs
server_args = --allow-root=/home/cvs -f pserver
env = HOME=/home/cvs
log = /var/log/cvslog
}
11) Space on both sides of = in the above file is a must.
12) Restart xinetd services by running command " services xinted restart "
13) Check whether CVS is running on the port 2401 by using the following command "nmap IP |grep 2401". If the CVS server is running correctly it will give output as "2401/tcp open cvspserver ".

It doesn't output like "2401/tcp open cvspserver"

View 1 Replies View Related

Server :: VNC Connection To REDHAT Enterprise 4?

Sep 26, 2009

I have a problem in connecting from windows xp OS to the REDHAT LINUX through vncviewer. The first connection works fine. However, if I want to add more than one connection by establishing the hostname:2 through vncviewer, it stops working. I have tried modifying the file /etc/sysconfig/vncservers to add more than one allowable connections. It still fails...

View 4 Replies View Related

Server :: Vsftpd Won't Start On Red Hat Enterprise 5.7

Aug 16, 2011

I am using red hat enterprise 5.7 OS and the problem is that vsftpd won't start. When issuing Service vsftpd start it comes up with failed. I am using the default RPM to install it, also using the default vsftpd.conf

View 8 Replies View Related

Red Hat :: Initilaize Auditing On A 5.2 Enterprise Server

Feb 2, 2010

I am trying to initilaize auditing on a Red Hat 5.2 enterprise server. Things like:

/sbin/chkconfig audit on
/etc/audit/audit.rules
/var/log/audit/audit.log

are what I am looking at, but I need to know where things go to start the audit service. A simple example with all of the pieces set to audit, then I can add rules to match requirements.

View 3 Replies View Related

Networking :: Can't Access RH Enterprise Server 6 Website

Apr 4, 2011

I set up an apache webserver on a redhat enterprise server 6 last week. It works fine on the localhost. However, the webpage can't be accessed from the other computer. I didn't modify anything related to 'allow,deny' in httpd.conf. The only thing I've done is I added a rule in iptables to approve the access from a computer with a specific IP address. Since I am quite new to iptables, I don't know if there is anything wrong with my setting.

Even I stop iptables, the problem is still there. I don't know if my setting of iptables is correct. Or, there is anything else that I should do?

View 7 Replies View Related

Networking :: Do Enterprise Audit Of Server Environment?

Sep 27, 2010

One of our customers is looking at enterprise audit of their data center (primarily consists of Linux servers) We suggested them towards a SNMP based tool that has some limitations. Any other recommendation is welcome...

View 1 Replies View Related

General :: Extract War File Under Red Hat Enterprise Server 5.0?

Apr 14, 2010

I am using a Red Hat enterprise server 5.0 I would like to know if there is a way to extract a single file from inside a war file and display its contents on the screen? For example: I have a file labeled test.war and inside this war there are multiple files/directories. I am interested in seeing the contents of one file labeled MANIFEST.MF without having to unzip the entire war file. does it make sense?

View 6 Replies View Related

General :: Restoring RedHat Enterprise Server X64 5.4?

Jul 11, 2011

at work place I have an HP ProLiant DL580 with RedHat Enterprise Server 5.4 x64. Today I cloned this machine using clonezilla. What I would like to do is restore the image to VMWare machine for personal purpose (I cannot perform tests on production machine). But after restoring on VMWare I got "Kernel Panic". That's normal due to different hardware.

Now, is there a way to remove the Kernel Panic and correctly boot the machine? I ask our tech department for the RedHat CD1 to enter the "linux rescue" enviromnent, then try to re-read the hardware list with

# chroot /mnt/sysimage
# kudzu

View 3 Replies View Related

Server :: Poor Performance While Installing Enterprise 5.0

Mar 1, 2010

I am installing Red Hat Linux enterprise 5.0 on HP proliant ML 110 G5 with X3330, 8 Gb 2 X 250gb SATA Config. Time required for full istallation is around 2hours 30 minutes. What could be the reason?

View 3 Replies View Related

Red Hat :: Mounting Ntfs Partitions On Enterprise Server 5?

Jan 13, 2011

I have installed Redhat Enterprise Linux Server 5 on my laptop. I have also installed Windows 7 Operating system on the laptop. I want to access windows 7 created ntfs partitons on RHEL 5 server. I tried installing the following rpm's on the rhel5 for accessing the ntfs partitiins.

1. fuse-2.7.4-8_12.el5.i386.rpm
2. fuse-devel-2.7.4-8_12.el5.i386.rpm
3. fuse-libs-2.7.4-8_12.el5.i386.rpm
4. fuse-ntfs-3g-2010.5.22-1.el5.rf.i386.rpm

[code]....

View 1 Replies View Related

OpenSUSE Network :: 11.4 As Web Server In Huge Enterprise Coropration?

Jun 9, 2011

im located in Sudan which is under usa empargo, means some software is restricted in my country. My company which has 5000 emloyee os going to build their own webserver which will hold alot of apps which is compatible with linux i didn't trust M$ windows specially on web, so ive to use linux do u recommend any other release other than opensuse coz o can get free update and patches.

View 5 Replies View Related

Hardware :: Suse Enterprise Server Network - Can't Start

Oct 7, 2010

I have installed the Suse Enterprise server 11 SP1 on my laptop. I have the atheros AR8132 network card, and it seams the suse is detecting correctly, but i can't start the network up. He returns an erros saying that the eth0 is not supported by suse, or kernel, i must check to be sure.

View 1 Replies View Related

Fedora :: Upgrade Red Hat AS 3 To Enterprise Server 5 Without Losing Any Information?

Apr 7, 2009

We want to upgrade our servers running RHAS v3u9 to RHEL 5.3. What is the best way to do this without losing any information.

View 3 Replies View Related

General :: Lastest Apache Server That Runs On Red Hat Enterprise 5.4

Jun 9, 2011

I have a box that is Rec Hat Linux 5.4 with Apache server 2.2.3 . I'm told there are multiple vulnerabilities in Apache httpd, that version 2.2.16 or later is better. However, I did a package update this week and 2.2.3 is where I sit. Is there a newer version that will run or a patch for 2.2.3? Upgrading Red Hat is not an option.

View 3 Replies View Related

General :: Red Hat Enterprise Server 5.5 Not Recognize The Root Password?

Jan 20, 2011

how come when I install usting text mode I can log in as root but when I use GUI I cannot it will not recognize the root password?

View 3 Replies View Related

Server :: Red Hat Enterprise AS Release 3 (Taroon Update 8) Installables?

Mar 10, 2010

need to install "Red Hat Enterprise Linux AS release 3 (Taroon Update 8)". Can I get a trial version?. Not able to get the link to download the trial version.

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved