Sponsored Content
Full Discussion: Redhat DNS Entry
Top Forums UNIX for Dummies Questions & Answers Redhat DNS Entry Post 302232324 by AnilAnand on Thursday 4th of September 2008 09:33:41 AM
Old 09-04-2008
Dhcp

Era,

Yes, it is set up for DHCP.

There is a radio button checked in Devices -- Automatically obtain IP address settings: DHCP

In the network configuration window it has:

Device eth0: Status Inactive, Nickname:eth0, Type: Ethernet
Hardware: Type Ethernet, Device: eth0, Status:OK
IPSEC: There are no entries
DNS: Hostname--HP-a6512p-b. For Primary, Secondary and Tertiary DNS, I found values from VISTA using IPCONFIG /ALL and entered them for DNS.
HOSTS: There are no entries

Is there anything I am missing? Is it possible to talk to someone. I will call.

Thanks and Regards,

Anil
 

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
IPCONFIG(8)						      System Manager's Manual						       IPCONFIG(8)

NAME
ipconfig, arpd, rip - Internet configuration and routing SYNOPSIS
ip/ipconfig [-abp] [-e etherdev] [-m ip-mask] [ipaddr] ip/arpd [-pd] [-e etherdev] [-b bcast-addr] ip/rip [-b] DESCRIPTION
Ipconfig configures an Internet connection on an Ethernet. The options are a do not start arpd b do not use BOOTP to discover a gateway address p start arpd in promiscuous mode (see below) e use the Ethernet mounted at /net/etherdev m set the network mask to ip-mask If ipaddr is specified on the command line, use that instead of one found in the local database or via the BOOTP protocol. Arpd performs the Internet Address Resolution Protocol, translating Internet addresses into Ethernet addresses. It is normally started by ipconfig. The options are d print debugging to standard output p (promiscuous) answer ARP requests for any recognized machine. The default is to answer just for the machine running arpd. e use the Ethernet mounted at /net/etherdev b use the IP broadcast address bcast-addr instead of the correct one. Rip runs the routing protocol RIP. It listens for RIP packets on connected networks and updates the kernel routing tables. The only option, -b, broadcasts routing information onto the networks. SOURCE
/sys/src/cmd/ip/ipconfig.c /sys/src/cmd/ip/arpd.c /sys/src/cmd/ip/rip.c SEE ALSO
ndb(6) IPCONFIG(8)
All times are GMT -4. The time now is 11:32 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy