From owner-freebsd-hackers Mon Feb 14 8:52:34 2000 Delivered-To: freebsd-hackers@freebsd.org Received: from thunk.crazylogic.net (thunk.crazylogic.net [199.45.111.154]) by builder.freebsd.org (Postfix) with ESMTP id 7A6484309 for ; Mon, 14 Feb 2000 08:52:24 -0800 (PST) Received: from localhost (matt@localhost) by thunk.crazylogic.net (8.9.3/8.9.3) with ESMTP id LAA92412 for ; Mon, 14 Feb 2000 11:43:49 -0500 (EST) (envelope-from matt@crazylogic.net) Date: Mon, 14 Feb 2000 11:43:49 -0500 (EST) From: Matt Gostick To: hackers@freebsd.org Subject: set mtu on le0? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I'm having a hard time setting the mtu on some of my cards. They are DEC 205's. They work fine... but I have to set the mtu to 1492 so adsl works. su-2.03# ifconfig le0 mtu 1492 ifconfig: ioctl (set mtu): Invalid argument su-2.03# ifconfig le0 le0: flags=8843 mtu 1500 inet 192.168.0.3 netmask 0xffffff00 broadcast 192.168.0.255 ether 00:00:f8:51:63:17 I took a look at /usr/src/sys/i386/isa/if_le.c and changed where it set ifp->if_mtu = ETHERMTU; to 1492 instead (then recompiled)... it didn't have any effect. Any ideas? Thanks. -- Matt Gostick http://www.crazylogic.net/~matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message