Re: sysinstall

2000-01-22 Thread Matt Gostick
Checkout: http://www.freebsd.org/releases/3.4R/errata.html On Sat, 22 Jan 2000, Gustavo Vieira Goncalves Coelho Rios wrote: > I am tryning to install Fbsd 3.4, but, when i choose (in sysinstall) to > perform a custom installation eith selected parts of the SO to install, > sysinstall get a kille

set mtu on le0?

2000-02-14 Thread Matt Gostick
inet 192.168.0.3 netmask 0xff00 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. -- Ma