From owner-freebsd-questions@freebsd.org Wed Jun 13 03:04:47 2018 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A908D101B9E6 for ; Wed, 13 Jun 2018 03:04:47 +0000 (UTC) (envelope-from va6bmj@gmail.com) Received: from mail-ua0-x235.google.com (mail-ua0-x235.google.com [IPv6:2607:f8b0:400c:c08::235]) (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 4427787AD7 for ; Wed, 13 Jun 2018 03:04:47 +0000 (UTC) (envelope-from va6bmj@gmail.com) Received: by mail-ua0-x235.google.com with SMTP id k14-v6so726715uao.12 for ; Tue, 12 Jun 2018 20:04:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=2HnZVhaoW5YudWLIdQupb9j7li562j1/AVwTtBVdE+M=; b=IlnbemqN6o4pn8PLGae0PMS5REte0OVCOu64ORKcYJKFFQujkrQKdHL27kEOSQwTOi tuqn5K1vybHVVzF25WZZWIstKD3uAF/rlJBzabbrVhzaFuEhAEiO64s/fs6Cb1z4R9Vc JgZpUJ0qtxN7JfLLQDfo+5FAlrM/DMnNtxGL2YxdIkTLJXGkpUSRM93/jsuCIaq711Tx wCSVHISSILd+eVu2L3K3V+7txpBoqrHsghvBYUsvwHuQNZM08XSyHuX545ZiRqDhJtIB hJ48BQseAI1DNxXiEFdOVusDVMAXRZUqP8scWttCLRic6x75fWFiOKeaWFNMm2r8pjzJ 8H+g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=2HnZVhaoW5YudWLIdQupb9j7li562j1/AVwTtBVdE+M=; b=K6Ht3cq5oN412+QyvX042LbKPdSP1wMsgCvcvmU7Ryxl/QvrWw11bd8KGL3VIe4mOP PZBoTNqfIK0QxVlBE7me9r1q7ZXeefmvyXw2wksbpgi8JFsns77EuFp/lQofzIpl7Jdk ur2I2NbcJt+iryj6AOQ4lPu0UyE9mep+/lJLE3YJEcpwZkhtn3untsiFJvJNrs6LGBp0 sSguknYs1UeAwwSZDVaox4o8HB1WEXlNjk4+wnpa7Ut+ghjuzeu2fnVAJCOWiz4oDVEg Rs26/bOaOsquxk5u9p7/pAoDCnrNxISjzLtor1Cd3RwgccKuUWnegu07rSX2ae4n+cST c4/w== X-Gm-Message-State: APt69E0yYBN0WJDWJMi0cjx+beWdI7y5XSKLaQGmzsp0aR0j9PUi9QdY QeFcOBFQGTFWkk1VA7DFCLASO4Ynwvo3iAMUWkA= X-Google-Smtp-Source: ADUXVKLO05QP4nYaxvYh/YjbNltZAufWX5n6zoM4LF10vawegNz1tmYCCe4rGWvi/JQObHMzsLvjpmznJ22c82rOoIM= X-Received: by 2002:ab0:4c6c:: with SMTP id d44-v6mr2136826uag.2.1528859086378; Tue, 12 Jun 2018 20:04:46 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:ab0:46e:0:0:0:0:0 with HTTP; Tue, 12 Jun 2018 20:04:45 -0700 (PDT) In-Reply-To: <20180613102426.3874c581.freebsd.ed.lists@sumeritec.com> References: <20180613102426.3874c581.freebsd.ed.lists@sumeritec.com> From: B J Date: Wed, 13 Jun 2018 03:04:45 +0000 Message-ID: Subject: Re: Problems Connecting Laptop To Modem To: Erich Dollansky Cc: freebsd-questions Content-Type: text/plain; charset="UTF-8" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Jun 2018 03:04:47 -0000 On 6/13/18, Erich Dollansky wrote: > Hi, > > can you post the output of > > ifconfig > > as the first step? > > Erich Here's what I got: nfe0: flags=8843 metric 0 mtu 1500 options=82008 ether 00:00:00:00:00:00 inet 192.168.0.12 netmask 0xffffff00 broadcast 192.168.0.255 inet6 fe80::b821:476f:28dd:e05a%nfe0 prefixlen 64 scopeid 0x1 nd6 options=23 media: Ethernet autoselect (100baseTX ) status: active lo0: flags=8049 metric 0 mtu 16384 options=600003 inet6 ::1 prefixlen 128 inet6 fe80::1%lo0 prefixlen 64 scopeid 0x2 inet 127.0.0.1 netmask 0xff000000 nd6 options=21 groups: lo BMJ