From owner-freebsd-net@freebsd.org Thu Oct 29 11:41:50 2020 Return-Path: Delivered-To: freebsd-net@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 7CD3944D1BE for ; Thu, 29 Oct 2020 11:41:50 +0000 (UTC) (envelope-from sthaug@nethelp.no) Received: from bizet.nethelp.no (bizet.nethelp.no [195.1.209.33]) by mx1.freebsd.org (Postfix) with ESMTP id 4CMNnn5QqVz4bw2 for ; Thu, 29 Oct 2020 11:41:49 +0000 (UTC) (envelope-from sthaug@nethelp.no) Received: from localhost (bizet.nethelp.no [IPv6:2001:8c0:9e04:500::1]) by bizet.nethelp.no (Postfix) with ESMTP id E97E4E6047; Thu, 29 Oct 2020 12:41:45 +0100 (CET) Date: Thu, 29 Oct 2020 12:41:45 +0100 (CET) Message-Id: <20201029.124145.323050090.sthaug@nethelp.no> To: darcy@druid.net Cc: freebsd-net@freebsd.org Subject: Re: Network woes,Network woes From: sthaug@nethelp.no In-Reply-To: <4598d9be-4be8-9b54-9128-d840c8283f73@druid.net> References: <4598d9be-4be8-9b54-9128-d840c8283f73@druid.net> X-Mailer: Mew version 6.7 on Emacs 26 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4CMNnn5QqVz4bw2 X-Spamd-Bar: - Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of sthaug@nethelp.no designates 195.1.209.33 as permitted sender) smtp.mailfrom=sthaug@nethelp.no X-Spamd-Result: default: False [-1.66 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-0.97)[-0.972]; RWL_MAILSPIKE_GOOD(0.00)[195.1.209.33:from]; MV_CASE(0.50)[]; R_SPF_ALLOW(-0.20)[+mx]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; DMARC_NA(0.00)[nethelp.no]; NEURAL_HAM_LONG(-0.97)[-0.972]; TO_MATCH_ENVRCPT_SOME(0.00)[]; RCVD_IN_DNSWL_MED(-0.20)[195.1.209.33:from]; RCPT_COUNT_TWO(0.00)[2]; FROM_NO_DN(0.00)[]; MID_CONTAINS_FROM(1.00)[]; NEURAL_HAM_SHORT(-0.82)[-0.820]; RCVD_NO_TLS_LAST(0.10)[]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:2116, ipnet:195.1.0.0/16, country:NO]; RCVD_COUNT_TWO(0.00)[2]; MAILMAN_DEST(0.00)[freebsd-net] X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Oct 2020 11:41:50 -0000 > Here is eth0 which started out as bge0: > bge0: mem > 0x92b90000-0x92b9ffff,0x92ba0000-0x92baffff,0x92bb0000-0x92bbffff > at device 0.0 numa-domain 0 on pci15 > bge0: APE FW version: NCSI v1.3.7.0 > bge0: CHIP ID 0x05719001; ASIC REV 0x5719; CHIP REV 0x57190; PCI-E ... > Surprisingly, although I have other HPs, this is the only one that has > a network card labelled HP. Could it be that HP needs something > special in the network setup? Here is a ProLiant DL360 Gen9 server with the same type of Ethernet card: % grep 'HP Ethernet' /var/run/dmesg.boot bge0: mem 0x92b90000-0x92b9ffff,0x92ba0000-0x92baffff,0x92bb0000-0x92bbffff irq 16 at device 0.0 numa-domain 0 on pci14 bge1: mem 0x92b60000-0x92b6ffff,0x92b70000-0x92b7ffff,0x92b80000-0x92b8ffff irq 17 at device 0.1 numa-domain 0 on pci14 bge2: mem 0x92b30000-0x92b3ffff,0x92b40000-0x92b4ffff,0x92b50000-0x92b5ffff irq 16 at device 0.2 numa-domain 0 on pci14 bge3: mem 0x92b00000-0x92b0ffff,0x92b10000-0x92b1ffff,0x92b20000-0x92b2ffff irq 17 at device 0.3 numa-domain 0 on pci14 No special network setup needed, it just works - currently running 12.1-STABLE. Steinar Haug, Nethelp consulting, sthaug@nethelp.no