From owner-freebsd-questions@FreeBSD.ORG Thu Jul 11 12:47:23 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 00380106 for ; Thu, 11 Jul 2013 12:47:22 +0000 (UTC) (envelope-from freebsd-doc@fjl.co.uk) Received: from bs1.fjl.org.uk (bs1.fjl.org.uk [84.45.41.196]) by mx1.freebsd.org (Postfix) with ESMTP id 6C40C1ABA for ; Thu, 11 Jul 2013 12:47:22 +0000 (UTC) Received: from [192.168.1.35] (mux.fjl.org.uk [62.3.120.246]) (authenticated bits=0) by bs1.fjl.org.uk (8.14.4/8.14.4) with ESMTP id r6BClJCf009785 (version=TLSv1/SSLv3 cipher=DHE-DSS-CAMELLIA256-SHA bits=256 verify=NO) for ; Thu, 11 Jul 2013 13:47:20 +0100 (BST) (envelope-from freebsd-doc@fjl.co.uk) Message-ID: <51DEA945.6090706@fjl.co.uk> Date: Thu, 11 Jul 2013 13:47:01 +0100 From: Frank Leonhardt User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130620 Thunderbird/17.0.7 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Re: prevent ip conflict in dhcp client References: <6586E17B555D489B83285236A5C95139@geniepc2011> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Jul 2013 12:47:23 -0000 This all sounds like a very strange thing to be doing! But I hate it when people answer my questions with "Why would you want to do that", so I won't. Binding an IPv4 address using a MAC address, which is the answer to a lot of DHCP problems. But your explanation "my client acts like a router" set alarm bells ringing. What exactly are you trying to do, and are you aware that routers aren't (normally) configured using DHCP? If you've got any kind of normal Internet line it will receive it's IP address using LCP (the NCP part, and the IPCP to be precise). Or at least, that's how I think it normally works. Regards, Frank. On 11/07/2013 12:43, krad wrote: > ops %s/rand/range/ > > > On 11 July 2013 12:42, krad wrote: > >> alter the pool rand on the network to use say, x.x.x.1-199 on a /24, and >> then allocate your statics >200 but <= 254 or add something similar to your >> isc-dhcp config >> >> host host.intranet { >> hardware ethernet c8:60:33:1d:f3:57; >> fixed-address 192.168.210.81; >> option host-name "host.intranet"; >> } >> >> Alternatively use ipv6 as the automatic ip address configuration tests >> exactly like you commented on >> >> >> On 11 July 2013 12:18, s m wrote: >> >>> thanks Eugene, >>> you're right but i forgot to say that my client acts like a router. i mean >>> none of interfaces should have ip address in same range (this is conflict >>> for me). i can manage each interface to get ip address from DHCP or >>> manually. so one interface may get ip address from dhcp server whereas all >>> others have ip addresses which are set manually. >>> for this situation, do you have any ideas to avoid ip conflict? >>> thanks again for your attention >>> SAM >>> >>> >>> On Thu, Jul 11, 2013 at 3:06 PM, Eugene wrote: >>> >>>> Hi Sam, >>>> >>>> Actually I think this is wrong approach. Correctly configured networks >>>> should be consistent and should not need such 'fixes'. Also you should >>>> observe the IP provided by upstream DHCP server otherwise it is an >>>> invitation for trouble (both technical and possibly legal). >>>> Are the 'other' interfaces in your internal networks? Then you should >>>> change them to use different address block from that used in your >>>> provider's network (there are many address blocks for private networks). >>>> And/or you should talk to your admin and discuss the address policy, >>> maybe >>>> they can give you a fixed address. >>>> >>>> Best wishes >>>> Eugene >>>> >>>> >>>> -----Original Message----- From: s m >>>> Sent: Thursday, July 11, 2013 2:19 PM >>>> To: freebsd-questions >>>> Subject: prevent ip conflict in dhcp client >>>> >>>> >>>> hello all >>>> >>>> i have a question about dhcp client. i want to know if there is any way >>> to >>>> understand the ip address which is offered by server before it assigned >>> to >>>> the interface. >>>> i have a freebsd system which one of its interfaces should get ip >>> address >>>> from dhcp server whereas other interfaces have ip addresses and their ip >>>> address change many times. so i want to prevent ip conflict. is there >>> any >>>> way to prevent ip conflict in this situation? >>>> i think the best way is to know the ip address which is offered by dhcp >>>> server before assigning it to interface and check if it has conflict >>> with >>>> others or not. is it possible? if yes, how i can do this? >>>> >>>> any comments or hints are appreciated. >>>> thanks in advance >>>> SAM >>>> ______________________________**_________________ >>>> freebsd-questions@freebsd.org mailing list >>>> http://lists.freebsd.org/**mailman/listinfo/freebsd-**questions< >>> http://lists.freebsd.org/mailman/listinfo/freebsd-questions> >>>> To unsubscribe, send any mail to "freebsd-questions-** >>>> unsubscribe@freebsd.org " >>>> >>> _______________________________________________ >>> freebsd-questions@freebsd.org mailing list >>> http://lists.freebsd.org/mailman/listinfo/freebsd-questions >>> To unsubscribe, send any mail to " >>> freebsd-questions-unsubscribe@freebsd.org" >>> > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to"freebsd-questions-unsubscribe@freebsd.org"