From owner-freebsd-current@FreeBSD.ORG Tue Feb 21 02:46:42 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8E461106564A for ; Tue, 21 Feb 2012 02:46:42 +0000 (UTC) (envelope-from olivares14031@gmail.com) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id 4C0438FC15 for ; Tue, 21 Feb 2012 02:46:42 +0000 (UTC) Received: by iaeo4 with SMTP id o4so11166365iae.13 for ; Mon, 20 Feb 2012 18:46:41 -0800 (PST) Received-SPF: pass (google.com: domain of olivares14031@gmail.com designates 10.50.159.161 as permitted sender) client-ip=10.50.159.161; Authentication-Results: mr.google.com; spf=pass (google.com: domain of olivares14031@gmail.com designates 10.50.159.161 as permitted sender) smtp.mail=olivares14031@gmail.com; dkim=pass header.i=olivares14031@gmail.com Received: from mr.google.com ([10.50.159.161]) by 10.50.159.161 with SMTP id xd1mr16696125igb.15.1329792401968 (num_hops = 1); Mon, 20 Feb 2012 18:46:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=PQi9uHJVoVAiSf7mAEMy6o7n406joGd9bvzYn+K76rE=; b=qgqtnbitHZvaXxHESv8EkyVQFEXHzQ28GXoVA79caNeXNHDJePTxSFrX+/8Hb5YKs9 U8P5WRXPZ/P9jzA+y5anUv4zVSG0ZGeWXlZ1rilmcmYBfJaBSAjyNNQWkQvJl7GZYUf3 rNO+7LQGTI4UAzaCmTlkAVACf4aepgEx2d0W4= MIME-Version: 1.0 Received: by 10.50.159.161 with SMTP id xd1mr13503938igb.15.1329792401871; Mon, 20 Feb 2012 18:46:41 -0800 (PST) Received: by 10.50.222.227 with HTTP; Mon, 20 Feb 2012 18:46:41 -0800 (PST) In-Reply-To: References: Date: Mon, 20 Feb 2012 20:46:41 -0600 Message-ID: From: Antonio Olivares To: freebsd-current@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: 8.3-BETA1 no connection how to troubleshoot X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Feb 2012 02:46:42 -0000 On Mon, Feb 20, 2012 at 8:23 PM, Antonio Olivares wrote: > Dear folks, > > I have upgraded via freebsd-update to 8.3 BETA 1 as instructed in > release announcement: > > http://lists.freebsd.org/pipermail/freebsd-stable/2012-February/066340.ht= ml > > Machine was working well with 8.2-RELEASE-p3 since I could not got to > 8.2-RELEASE-p6, =A0I decided it was best to test out 8.3-BETA1 and > freebsd-update my way to 8.3-RELEASE when it is ready. =A0Now when > starting the system, I cannot get connected. =A0The machine has three > network devices =A0two wired, one wireless > > msk0 > re0 > > urtw0 > > of which msk0 was the only one which was connected directly. =A0I have > in /etc/rc.conf > > synchronous_dhclient=3D"YES" > ifconfig msk0=3D"DHCP" > > it picks up ip address, but cannot ping any website and/or connect. > Are there things I can try to troubleshoot this? > > Thanks in Advance, > > Antonio I have found a culprit. The firewall blocked access :( I commented the sections in /etc/rc.conf and I am back in business :) quadcore# ifconfig -a msk0: flags=3D8843 metric 0 mtu 150= 0 options=3Dc011b ether 00:1d:60:33:ca:b0 inet 192.168.1.8 netmask 0xffffff00 broadcast 192.168.1.255 media: Ethernet autoselect (100baseTX ) status: active fwe0: flags=3D8802 metric 0 mtu 1500 options=3D8 ether 02:11:d8:6b:f8:84 ch 1 dma -1 fwip0: flags=3D8802 metric 0 mtu 1500 lladdr 0.11.d8.0.1.6b.f8.84.a.2.ff.fe.0.0.0.0 re0: flags=3D8802 metric 0 mtu 1500 options=3D209b ether 00:1d:60:33:d1:16 media: Ethernet autoselect (10baseT/UTP ) status: no carrier lo0: flags=3D8049 metric 0 mtu 16384 options=3D3 inet6 fe80::1%lo0 prefixlen 64 scopeid 0xd inet6 ::1 prefixlen 128 inet 127.0.0.1 netmask 0xff000000 nd6 options=3D3 urtw0: flags=3D8802 metric 0 mtu 2290 ether 00:15:af:28:dc:7c media: IEEE 802.11 Wireless Ethernet autoselect (autoselect) status: no carrier quadcore# cat /etc/rc.conf # -- sysinstall generated deltas -- # Tue Jul 26 23:20:43 2011 # Created: Tue Jul 26 23:20:43 2011 # Enable network daemons for user convenience. # Please make all changes to this file, not to /etc/defaults/rc.conf. # This file now contains just the overrides from /etc/defaults/rc.conf. hostname=3D"quadcore.home" synchronous_dhclient=3D"YES" ifconfig_msk0=3D"DHCP" ntpdate_enable=3D"YES" ntpdate_hosts=3D"north-america.pool.ntp.org" tcp_extensions=3D"NO" #dbus_enable=3D"YES" #hald_enable=3D"YES" devfs_system_ruleset=3D"Removable_Media" lpd_enable=3D"YES" #ipfilter_enable=3D"YES" #ipfilter_rules=3D"/etc/ipf.rules" #ipmon_enable=3D"YES" #ipmon_flags=3D"-Ds" sendmail_enable=3D"NONE" I read it in FreeBSD handbook Chapters 12 and 31. I will now try to troubleshoot this or use another firewall to get this working. As for the network interfaces: quadcore# dmesg | grep 'msk0' msk0: on ms= kc0 msk0: Ethernet address: 00:1d:60:33:ca:b0 miibus0: on msk0 quadcore# dmesg | grep 're0' firewire0: on fwohci0 fwe0: on firewire0 fwip0: on firewire0 dcons_crom0: on firewire0 re0: port 0xe800-0xe8ff mem 0xfebfec00-0xfebfecff irq 16 at device 4.0 on pci5 re0: Chip rev. 0x18000000 re0: MAC rev. 0x00000000 miibus1: on re0 re0: Ethernet address: 00:1d:60:33:d1:16 re0: [FILTER] firewire0: 1 nodes, maxhop <=3D 0 cable IRM irm(0) (me) firewire0: bus manager 0 quadcore# dmesg | grep 'urtw0' urtw0: on usbus3 urtw0: unknown RTL8187L type: 0x8000000 urtw0: rtl8187l rf rtl8225u hwrev none quadcore# uname -r 8.3-BETA1 quadcore# uname -a FreeBSD quadcore.home 8.3-BETA1 FreeBSD 8.3-BETA1 #0: Thu Feb 16 16:30:35 UTC 2012 root@mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 quadcore# Sorry for the noise! Regards, Antonio