Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Sep 2002 00:20:07 -0700
From:      Kent Stewart <kstewart@owt.com>
To:        Vasily <admin@arfatur.ru>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: some problems with 4.6.2
Message-ID:  <3D8EC0A7.5040405@owt.com>
References:  <1869723832.20020923111314@arfatur.ru>

next in thread | previous in thread | raw e-mail | index | archive | help


Vasily wrote:

> 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: 


Did you "config MYKERNEL" before you did a "make depend".

Kent


> ------------------------
> ===> 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.
> 
> 


-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html


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?3D8EC0A7.5040405>