From owner-freebsd-net@FreeBSD.ORG Mon Aug 27 15:30:36 2012 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 352D61065670 for ; Mon, 27 Aug 2012 15:30:36 +0000 (UTC) (envelope-from bthigonnet@gmail.com) Received: from mail-ee0-f54.google.com (mail-ee0-f54.google.com [74.125.83.54]) by mx1.freebsd.org (Postfix) with ESMTP id BBCF08FC0A for ; Mon, 27 Aug 2012 15:30:35 +0000 (UTC) Received: by eeke52 with SMTP id e52so1624403eek.13 for ; Mon, 27 Aug 2012 08:30:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=s3vW2fZD6Sc0oDFTErw3rk6QbLhRkWpL8L3PHvzsyEo=; b=V1DyrbwPD19ctuBpLGU4xwPbi4rDWkfkGbEVkbvhXXfTpTMYZseX2PQa91r2zlYhL+ qE5AxHG8svst6VWTezURwgOw9aa3DVwkV8ivO7I2WIIMmTBglLJLW/dT68dDfROnjvbk KzJ+jtQnW1VbXKmMyXETmBuHHWVOlu0cOChN+Oodra2I/0vKCgIvCKwuzbRh3y6IhRpd Ousac8RSqw4kKD8Bns2JXgA2iNEw+QrplYGdbD6lfelv6vC2LyRp+EG/jmg/hysnGhms cX4a9gmPTkJgCgE46fkfGmZbUN4WXLcrCmo1+UXvDMNsPJIpaHL9BIg8+5l6FQ9tL9Zj SvwA== Received: by 10.14.203.70 with SMTP id e46mr18391326eeo.2.1346081435005; Mon, 27 Aug 2012 08:30:35 -0700 (PDT) Received: from [192.168.4.96] (uze30-1-88-126-129-209.fbx.proxad.net. [88.126.129.209]) by mx.google.com with ESMTPS id h2sm53349960eeo.3.2012.08.27.08.30.32 (version=SSLv3 cipher=OTHER); Mon, 27 Aug 2012 08:30:33 -0700 (PDT) Message-ID: <503B9298.5060602@gmail.com> Date: Mon, 27 Aug 2012 17:30:32 +0200 From: Bernard Higonnet User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:14.0) Gecko/20120713 Thunderbird/14.0 MIME-Version: 1.0 To: freebsd-net@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Seems DHCP request is ignoring default route info FreeBSD 9.0 X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Aug 2012 15:30:36 -0000 Hello, I have two machines running 9.0 and which use DHCP. The DHCP server is on a third machine using dnsmasq, also under 9.0, and provides an explicit default router address. dnsmasq is sending the right stuff, as evidenced by the dnsmasq log on the one hand, and by the fact that a Windows7 machine and a Windows XP machine are using the same DHCP server and those machines get the proper default gateway info on the other hand. Here is output from dnsmasq.log Aug 27 16:32:19 dnsmasq-dhcp[922]: 4078691060 sent size: 4 option: 3 router 192.168.4.1 What happens on the two FreeBSD machines is that I end up with no default gateway at all! When the same DHCP server used to provide its default gateway (i.e. the machine dnsmasq is running on) everything was OK. TIA Bernard Higonnet