From owner-freebsd-questions@freebsd.org Thu Sep 1 09:27:23 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 23AC3BCBC21 for ; Thu, 1 Sep 2016 09:27:23 +0000 (UTC) (envelope-from antonio@vieiro.net) Received: from mail-wm0-x241.google.com (mail-wm0-x241.google.com [IPv6:2a00:1450:400c:c09::241]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C90B631A for ; Thu, 1 Sep 2016 09:27:22 +0000 (UTC) (envelope-from antonio@vieiro.net) Received: by mail-wm0-x241.google.com with SMTP id v143so1120173wmv.1 for ; Thu, 01 Sep 2016 02:27:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=vieiro.net; s=google; h=from:content-transfer-encoding:subject:message-id:date:to :mime-version; bh=9oXeC5tR1AKFqEkM6yO72RH5uQYxa/6nCd/48zR2Pww=; b=g902g/NCkdDKBuI/PilHPYMQIsuOKRujPBjcWezUOqaihctW+Uci4T1rz+SI2YiB+u OWaXr6okJ/hBmSNA3MmUepHe4XFQWd2OSCNwRPG4vL0CRPnoYUbV4NYBKO0MUX7dWzZ5 YvyiKPUt173+y+wZWZe/MqIvdqqyTUrKdON8c= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:content-transfer-encoding:subject :message-id:date:to:mime-version; bh=9oXeC5tR1AKFqEkM6yO72RH5uQYxa/6nCd/48zR2Pww=; b=mct8ziiy/2Am4svaKokKOWaDQXw/MhAVwGWCMk7F5GcgnWGncKiL5XVaajg+AEC4gB 3K4UcSyxmYScfByUcAeIUx7yx/+KguCZ+aIHn2mF0qwDh/H48fG5ig7H7jD+o0QkeqhL oe73hyC+tObVlVnel4yPffrRXdvQKjxjPbC+tNLx2wLl6K8h2Soei8jnFbI5NmRA54Np UegU8YEzdGcDYuOLUEBymtwDAp3VCnrsoZl2EsXfcVilhG3vW4r3krr8wCqVtcJhgdHv 3R3vgc1szAerFlVOJP6DPEzxFQedVxqoWG7QbqXzgy5ZfnF+UwShzNs+4gHcqkHI8k8m ORLQ== X-Gm-Message-State: AE9vXwP65jrvUpWwNFF1liNmdqBfGqlvNfcAA88EQL+aCH+8NYOuqkvqEwRryqjvt53CTQ== X-Received: by 10.194.223.73 with SMTP id qs9mr13028856wjc.188.1472722040846; Thu, 01 Sep 2016 02:27:20 -0700 (PDT) Received: from [192.168.1.43] (82.158.88.131.dyn.user.ono.com. [82.158.88.131]) by smtp.gmail.com with ESMTPSA id v189sm28051160wmv.12.2016.09.01.02.27.19 for (version=TLS1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 01 Sep 2016 02:27:20 -0700 (PDT) From: Antonio Vieiro Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: 11.0-RC2 defaultrouter not working with wifi+wpa+static ip Message-Id: Date: Thu, 1 Sep 2016 11:27:18 +0200 To: freebsd-questions@freebsd.org Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) X-Mailer: Apple Mail (2.3124) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Sep 2016 09:27:23 -0000 Hi all, I have recently upgraded from FreeBSD 10.2 to 11.0-RC2 and since then I = cannot get defaultrouter to work in /etc/rc.conf I'm setting up a static IP address on my wifi card like this in = /etc/rc.conf wlans_ath0=3D"wlan0" ifconfig_wlan0=3D"wpa inet 192.168.1.169 netmask = 255.255.255.0=E2=80=9D and I'm also setting a defaultrouter in /etc/rc.conf like this: defaultrouter=3D=E2=80=9C192.168.1.1" This was working perfectly well in 10.2, but is not working in 11.0-RC2. = After booting I get connected perfectly well tot he network, but the = defaultrouter is not set: # netstat -rn Routing tables Internet: Destination Gateway Flags Netif Expire 127.0.0.1 link#2 UH lo0 192.168.1.0/24 link#3 U wlan0 192.168.1.169 link#3 UHS lo0 I was wondering if someone could help addressing the problem. Is there = any flag in 11.0 that modifies the defaultrouter behaviour? It this a = known issue in 11.0-RC2? Thanks in advance, Antonio P.S.:=20 While testing 11.0 with a boot disk, I noted that immediately after boot = =E2=80=9Cath0=E2=80=9D did not get listed in ifconfig (re0, my ethernet = card, did get listed). I could run =E2=80=9Cifconfig wlan0 create = wlandev ath0=E2=80=9D to create wlan0, though.