LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 07-28-2009, 12:20 PM   #1
divyashree
Senior Member
 
Registered: Apr 2007
Location: Bangalore, India
Distribution: RHEL,SuSE,CentOS,Fedora,Ubuntu
Posts: 1,386

Rep: Reputation: 135Reputation: 135
not authoritative for subnet 192.168.2.0 ??


Why is this log
Code:
not authoritative for subnet 192.168.2.0
in /var/log/messages ,rejecting the connection ???
 
Old 07-28-2009, 12:32 PM   #2
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,623

Rep: Reputation: 7964Reputation: 7964Reputation: 7964Reputation: 7964Reputation: 7964Reputation: 7964Reputation: 7964Reputation: 7964Reputation: 7964Reputation: 7964Reputation: 7964
Quote:
Originally Posted by divyashree View Post
Why is this log
Code:
not authoritative for subnet 192.168.2.0
in /var/log/messages ,rejecting the connection ???
Going to have to give some more information, before anyone can really help you. What version/distro of Linux? What are you doing when this occurs? What are the lines around this statement??

From a quick Google search, it may have something to do with DHCP, but since you don't give much information, it's hard to say. Have you Googled for it, and are you running DHCP on that box? What kind of environment is it in??
 
Old 07-28-2009, 12:46 PM   #3
divyashree
Senior Member
 
Registered: Apr 2007
Location: Bangalore, India
Distribution: RHEL,SuSE,CentOS,Fedora,Ubuntu
Posts: 1,386

Original Poster
Rep: Reputation: 135Reputation: 135
Quote:
Originally Posted by TB0ne View Post
Going to have to give some more information, before anyone can really help you. What version/distro of Linux? What are you doing when this occurs? What are the lines around this statement??

From a quick Google search, it may have something to do with DHCP, but since you don't give much information, it's hard to say. Have you Googled for it, and are you running DHCP on that box? What kind of environment is it in??
Sorry bro,here is all info.

I use RHEL5 server with dhcp server,sambaserver,and squid.
this is my dhcp.conf

Code:
ddns-update-style interim;
ignore client-updates;

subnet 192.168.2.0 netmask 255.255.255.0 {

# --- default gateway
        option routers                  192.168.2.254;
        option subnet-mask              255.255.254.0;

#       option nis-domain               "domain.org";

#       option domain-name              "domain.org";
#       option domain-name-servers      192.168.1.1;

        option time-offset              -18000; # Eastern Standard Time
#       option ntp-servers              192.168.1.1;
#       option netbios-name-servers     192.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 192.168.2.250 192.168.2.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;
        #}
}
And also setup the samba server,But unable to acces the samba share from windows.so at the accessing time from windows to my el5 log file I got that line
Code:
DHCPINFORM from 192.168.2.253 via eth0: not authoritative for subnet 192.168.2.0
 
Old 07-29-2009, 02:17 AM   #4
divyashree
Senior Member
 
Registered: Apr 2007
Location: Bangalore, India
Distribution: RHEL,SuSE,CentOS,Fedora,Ubuntu
Posts: 1,386

Original Poster
Rep: Reputation: 135Reputation: 135
Thanks to all,I just solve the issue by putting
Code:
authoritative;
at the 1st line of dhcp.conf
 
Old 05-01-2015, 05:20 PM   #5
abhikeny
LQ Newbie
 
Registered: May 2015
Posts: 1

Rep: Reputation: Disabled
What is authoritative?

Hi,
I understand this could be more of a question than an answer in this post, but can you explain what 'authoritative' stands for, in this config file?

Thanks in advance.
 
Old 05-02-2015, 02:31 PM   #6
onebuck
Moderator
 
Registered: Jan 2005
Location: Central Florida 20 minutes from Disney World
Distribution: SlackwareŽ
Posts: 13,923
Blog Entries: 44

Rep: Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158
Moderator response

Hi,

Please do not resurrect necro threads, this one is over 6 years old. You can do a search and find for 'dhcp.conf';
Quote:
From http://pcc-services.com/sles/dhcp_parameters.html

When fine-tuning your DHCP Server, you may have to add additional parameters to the server in order to get it to function properly, or provide the correct information to your clients. Here is a list of the parameters available and a quick description of what they do. Most of these parameters allow you to provide more information about your network to your clients, while some allow you to modify the behaviour of the DHCP Server. The Yast DHCP Server module does a very good job of showing what parameters are available to adjust depending upon what you are editing (i.e. What type of descriptor you are adjusting).
Quote:
Table from above link showes;

"allow" "Controls the response of the DHCP server to various sorts of requests. This can be used to allow certain instances, such as bootp, client updates, etc. For more information check the dhcp.conf man page."

"authoritative" "When set, tells your clients that the configuration information about the given network segment is known to be correct and is authoritative."
Hope this helps.
Have fun & enjoy!
 
1 members found this post helpful.
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
why is bind updating reverse zone with updating zone 202.1.168.192.1.168.192.in-addr marcobjorge Linux - Networking 5 10-12-2008 04:53 AM
[root@wlxxb ~]# telnet 192.168.192.12 25 Trying 192.168.192.12... telnet problem cnhawk386 Linux - Networking 1 10-10-2007 02:50 PM
pinging 192.168.0.10 from 192.168.2.101 cov Linux - Networking 12 05-03-2007 10:21 AM
What route to access daisy chained 2d router 192.168.1.1 after 192.168.0.1 (subnets?) Emmanuel_uk Linux - Networking 6 05-05-2006 01:47 AM
Is someone on my network?! ::ffff:192.168.0.10:ssh ::ffff:192.168.0.:38201 ESTABLISHE ming0 Linux - Security 4 04-12-2005 01:04 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 04:20 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration