Sponsored Content
Full Discussion: Redhat DNS Entry
Top Forums UNIX for Dummies Questions & Answers Redhat DNS Entry Post 302233718 by otheus on Monday 8th of September 2008 09:17:14 AM
Old 09-08-2008
Quote:
Originally Posted by AnilAnand
Preparing the Driver Installation Package
============================================
Before the sk98lin driver installation script can be invoked, the
installation package needs to be unpacked:
1. Login as 'root'.
2. Unpack the driver installation package using the command
# tar xfvj install-???.tar.bz2
or
# bunzip2 -c install-???.tar.bz2 | tar xfv -
Hi Anil,

I'm catching up now to your earlier postings. Earlier you said you could not post some logs/output because it was not readable in Word or Notepad. That doesn't matter. In the Advanced Editor (of this forum!) click on the paper-clip and select the TXT extension and select the file to upload. We'll be able to see it just fine.

Back to your problem. The first question is: are your drivers working for this particular card? If you run /sbin/ifconfig -a and you see an eth0 device and you see a MAC address (that isn't all 0's), then the driver is working. Here's an example:
Code:
eth0      Link encap:Ethernet  HWaddr 00:50:8B:D3:C9:14
          inet addr:0.0.0.0  Bcast:255.255.255.255  Mask:0.0.0.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1

Now that you have a second card in there, if your drivers are properly installed, you will see two ethernet devices.

Now, above at the top of your previous post quoted here, you say the instruction with the drivers claim they work with 2.4.18 and later. RHEL comes with 2.6 Linux, so there's no compatibility question there. The question is: are they correctly installed? You provided some instructions above, but they are not complete. Once you have extracted the package, you must do something. I downloaded the latest version, and the steps I took were as follows:

Code:
  gunzip xzf dge530t_driver_linux_610.tgz.gz
  tar xzf dge530t_driver_linux_610.tgz
  cd sk98lin
  make all
  insmod sk98lin.o

If you get no errors, do the "/sbin/ifconfig -a" command again and you should see the second ethernet device. Now, you want to run the dhclient with that device, which might now be named "eth1". So your command would be "dhclient eth1". (Make sure you have plugged the ethernet cable into the new interface!). If it's named "eth0" then it would be "dhclient eth0". How do you know which device is which? You run /sbin/lspci; the numbers are normally assigned in reverse order of those shown.

Once that works, you'll need to install the module into the right place and enable it for eth0 (to simplify future configuration, the second line below will force the device to operate as "eth0").
Code:
cp sk98lin.o /lib/modules/`uname -r`/kernel/drivers/net
echo "alias eth0 sk98lin" >>/etc/modules.conf


Last edited by otheus; 09-08-2008 at 10:25 AM..
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Updating DNS entry

what files do I edit?? or what am trying to get at here is that is this process of updating dns entries relatively simple or very complicated. please tell me about the files that are involved (2 Replies)
Discussion started by: TRUEST
2 Replies

2. Solaris

subdomain name entry in DNS server

Hi all, I'm tying to add dns a A record to a dns server running on Solaris 10 on sun's SPARC machine i want to do the following add host name to point to an IP address for a machine running win2k3 both machines have real IPs and exposed to the internet where can i add the A records on DNS server... (2 Replies)
Discussion started by: h@foorsa.biz
2 Replies

3. AIX

How to add DNS entry in AIX 5.3

we have using windows 2003 server as DNS Server, now we want add dns entry in AIX 5.3 server. can any body help (1 Reply)
Discussion started by: Balajipoola007
1 Replies

4. UNIX for Dummies Questions & Answers

DNS forward and reverse entry required thorugh scripting instead of manually done

HI GUrus, I am very mcuh new for this forum ....i need you all guys help for resolving my queries. As i have DNS server , platform is sunsolaris----8. We are using that serevr for resolving all network nodes. I am going to explain the process what i am following .... I could have... (2 Replies)
Discussion started by: leenagoyal
2 Replies

5. IP Networking

Hosts file ignored, no DNS entry but still routes!!

Hi all, I have an entry in my hosts file on a server called tractor as follows: 10.67.34.128 digger-m2m digger I have a DNS server configured but it doesn't seem to know about digger. When I do an nslookup on tractor for digger i get the following: new_dns1.oam.uk can't find digger: Non... (0 Replies)
Discussion started by: Donkey25
0 Replies

6. Red Hat

Dns configuration error in Redhat

Dear All I want to configure DNS in redhat linux. i am following these steps but when i restart the services it is showing status failed. Please any body can help me on urgent basis. #service named restart Stopping named: Starting named: ---------Edited in named.conf... (2 Replies)
Discussion started by: sahu.tapan
2 Replies

7. Red Hat

DNS for linux RedHat

Dear members, I am trying to set up a simple DNS but the problem is that when I ping the name of the IP address in the Reverse file, it does not recognise it. My code are as follows: Note that my IP address is 172.22.45.237. In my /etc/named.conf file, I have added the following lines ... (10 Replies)
Discussion started by: shakshakshuk
10 Replies

8. IP Networking

Configuring DNS Server in Linux Redhat

Can someone help with a detail step-by-step oh how to configure DNS server on Linux Server. - I need to have 3 IP addresses map to a single hostname. for clients I'm a Linux rookie. Thanks Oscar (1 Reply)
Discussion started by: FrankOscar
1 Replies

9. Red Hat

DNS issue in Redhat 9

Hi all m newbie in linux and trying to setup my internal DNS server for local network.After messing with DNS for hours i am posting this. i have configured /etc/resolve.conf, hostname with domain name in /etc/sysconfig/network file,/etc/hosts file with local host entry and zone file... (1 Reply)
Discussion started by: Vaibhav.T
1 Replies

10. Shell Programming and Scripting

Modifying/Adding in the DNS server entry using shell script

Dear Experts. I need to add/modify the entries in the DNS server and this has to be achieved using shell script and below is the requirement, could you please let me know if a shell script can be written for this task? 1. Log in to primary DNS server 2. Check /etc/named.conf if zone is... (4 Replies)
Discussion started by: VKIRUPHAKARAN
4 Replies
All times are GMT -4. The time now is 06:28 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy