Sponsored Content
Full Discussion: How to DNS Setup ??
Special Forums IP Networking How to DNS Setup ?? Post 302564803 by Corona688 on Friday 14th of October 2011 04:07:39 PM
Old 10-14-2011
dnsmasq is a nice daemon that serves dhcp and dns. It's suitable for configuring a small network. It's smart enough to assume sane settings most of the time, and you can override anything. The config file comes with lots of examples.

These are the only lines I actually needed in dnsmasq.conf for our work server:

Code:
domain-needed
bogus-priv
# Assign IP addresses between 192.168.0.129 and 192.168.0.254 to clients
dhcp-range=192.168.0.129,192.168.0.254,255.255.255.0,12h
# Force a default gateway of 192.168.0.1
dhcp-option=3,192.168.0.1

 

9 More Discussions You Might Find Interesting

1. IP Networking

dns setup

ok, i've seen a thread similar to this going, but it just seemed to die before any answer surfaced, so -- here i go. got a sparc 4 running solaris 8 and i'm trying to get my tcp/ip connectivity going. everything is cool so far, i can hit sites via IP addresses -- but can't resolve any domain... (5 Replies)
Discussion started by: aenemated
5 Replies

2. IP Networking

DNS setup

Hi all, would anyone knows how to set up a non- interneted primary DNS server ne? I would like to have a step by step procedure to do so my system is a Solaris 9 standard build thanks (1 Reply)
Discussion started by: stancwong
1 Replies

3. Red Hat

DNS resolvers setup/installation ?

Hi all ! A basic but a tricky question though http://e1h7.simplecdn.net/lqcdn/images/questions/images/smilies/smile.gif] Ok, here it goes, we all use DNS resolvers on our servers, local machine, etc. They are necessary for resolving the domain names, etc. OpenDNS is one of the free DNS... (2 Replies)
Discussion started by: virusnet
2 Replies

4. UNIX for Dummies Questions & Answers

[Help] Setup slave dns server

Hi all. I need to configure a secondary dns server to get the zones that are in the primary server. How can I do this? It's possible to make to sync automatically? What configuration I ahve to do? And in which files? Thanks in advance. If anyone could give me examples or a tutorial, that... (4 Replies)
Discussion started by: kouh
4 Replies

5. AIX

Setup DNS server on AIX6.1

I'm planning of setting up a DNS server on AIX 6.1. Could someone shed me some lights on the step-by-steps of how to set this up? Thanks. (2 Replies)
Discussion started by: famasutika
2 Replies

6. Solaris

DNS Server setup

I am trying to setup DNS server in Solaris 10. I have two blade 1500 system and want to setup two name server I would like to start setting up DNS. appreciate your help. (1 Reply)
Discussion started by: mnathan
1 Replies

7. UNIX for Advanced & Expert Users

dnsmasq for dhcp to setup dns

Is dnsmasq important for dhcp to setup dns? (3 Replies)
Discussion started by: cokedude
3 Replies

8. Red Hat

DNS Server Setup Centos 6.5 Issues

I am having a bit of trouble getting my CENTOS 6.5 DNS server to work correctly in our testlab environment. Lab network is 10.8.0.0/24 in which we all access from 10.7.0.0.0/24 && 10.0.0.0/24. Here are my configs: options { listen-on port 53 { 127.0.0.1; 10.8.0.19;}; #listen-on-v6 port 53 {... (2 Replies)
Discussion started by: metallica1973
2 Replies

9. IP Networking

DNS question about initial Master/Slave setup

Hey everyone. I'm creating a DNS master/slave server set up. I have the configurations all done I believe, the master has the required zone file, and the named.conf file has the allow transfer and allow query stuff set. The slave has it's own configs set. My question is that when initially... (1 Reply)
Discussion started by: Lost in Cyberia
1 Replies
oidentd_masq.conf(5)						File Formats Manual					      oidentd_masq.conf(5)

NAME
oidentd_masq.conf - oidentd IP masquerading/NAT configuration file. DESCRIPTION
If you are using IP masquerading or NAT, oidentd can optionally return a username for connections from other machines. Support for this is specified by calling oidentd with the -m (or --masq) flag and by creating an /etc/oidentd_masq.conf file. oidentd can also forward requests for an IP masqueraded connection to the machine from which connection originates by way of the -f option. This will only work if the host to which the connection is forwarded is running oidentd with the -P (proxy) flag, or if the host's ident daemon will return a valid reply regardless of the input supplied by and the address of the host requesting the info (some ident daemons for windows do this, maybe others). FORMAT
<IP Address|Hostname>[/<Mask>] <Ident Response> <System Type> The first field contains the IP address or the hostname of a machine that IP masquerades through the machine on which oidentd runs. The mask parameter can be either a network mask or a mask in CIDR notation. A mask of 24 is equivalent to 255.255.255.0, a mask of 16 is equivalent to 255.255.0.0, etc. The second field specifies the reply that oidentd will return for lookups to the host matching the IP address specified in the first param- eter. The third field specifies the operating system the machine matching the first parameter is running. EXAMPLES
<Host>[/<Mask>] <Ident Response> <System Type> 192.168.1.1 someone UNIX 192.168.1.2 noone WINDOWS 192.168.1.1/32 user1 UNIX 192.168.1.0/24 user3 UNIX 192.168.0.0/16 user4 UNIX somehost user5 UNIX 192.168.1.0/255.255.255.0 user6 UNIX AUTHOR
Ryan McCabe <ryan@numb.org> http://dev.ojnk.net SEE ALSO
oidentd(8) oidentd.conf(5) version 2.0.8 13 Jul 2003 oidentd_masq.conf(5)
All times are GMT -4. The time now is 10:08 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy