Date: Mon, 23 Sep 2002 11:13:14 +0400 From: Vasily <admin@arfatur.ru> To: freebsd-questions@FreeBSD.ORG Subject: some problems with 4.6.2 Message-ID: <1869723832.20020923111314@arfatur.ru>
next in thread | raw e-mail | index | archive | help
Hi ALL, Computer (486, 16MB RAM, 10G hard disk) with FreeBSD 4.1 is used as gateway. It's connected with ADSL modem and for PPPoE was used the next ppp.conf: ----------------------- # # ppp.conf: PPPoE configuration # default: # PPP over Ethernet set device PPPoE:wb0 set speed sync set mru 1492 set mtu 1492 set ctsrts off # monitor line quality disable lqr deny lqr # log just a bit set log phase tun # insert default route upon connection add default HISADDR # download /etc/resolv.conf enable dns #enable tcpmssfixup papchap: set authname USERNAME set authkey PASSWORD ----------------------- tcpmssfixup did not work because of old version of FreeBSD. The author of the method (PPPoE) recommended me to upgrade the system (ppp specifically). The system was updated till 4.6.2-RELEASE using CVSup (src,ports,doc). Then: make buildworld make installworld make buildkernel make installkernel I did it without any problem. I've made buildkernel and installkernel for the GENERIC and then for my own KERNEL. But after that the ppp.conf as shown above doesn't work properly. I can't connect with provider. The next problem: when I tried to rebuild new kernel using make depend && make && make install during make I've received the message about error: ------------------------ ===> ipfilter @ -> /usr/src/sys mashine -> /usr/src/sys/i386/include make: don't know how to make /usr/src/sys/modules/ipfilter/../../netinet/mlfk_ipl.c. Stop *** Error code 2 Stop in /usr/src/sys/modules *** Error code 1 Stop in /usr/src/sys/compile/MYKERNEL ------------------------ Any help concerning any problem will be kindly appreciated. -- Best regards, Vasily admin@arfatur.ru To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1869723832.20020923111314>