Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Jun 2005 16:34:25 +0200
From:      Mario Hoerich <lists@MHoerich.de>
To:        anand srikantaiah <anand.srikantaiah@gmail.com>
Cc:        questions@FreeBSD.org
Subject:   Re: Need help with DSL setup in FreeBSD 5.4
Message-ID:  <20050625143424.GA646@Pandora.MHoerich.de>
In-Reply-To: <19c9012205062504503ba33e38@mail.gmail.com>
References:  <19c9012205062504503ba33e38@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
# anand srikantaiah:
>  I was using RedHat 7.3 for past 1 Year ans now switched to FreeBSD. I am 
> not able to configure my DSL conectin can any one help please

Since you're a bit sparse on details, I can only suggest to read
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ppp-and-slip.html

My own /etc/ppp/ppp.conf looks like this:

  tdsl:
    set device PPPoE:ed0
    set MTU 1492
    set MRU 1492
    set dial
    set crtscts off
    set speed sync
    accept lqr
    disable deflate
    disable pred1
    disable vjcomp
    disable acfcomp
    disable protocomp
    disable ipv6cp
    set log Chat Connect Radius Phase LCP IPCP CCP Warning Error Alert
    set ifaddr 10.0.0.1/0 10.10.10.20/0 0.0.0.0 0.0.0.0
    add default HISADDR
    set login
    set authname  <username> 
    set authkey   <password>
 
Maybe this'll get you started.
Mario
-- 
 "Für Gegner der Reform wird ein Wagen, der an die Wand gefahren
  wurde, nicht dadurch wieder flott, dass man zwei seiner Räder
  für intakt erklärt."
           -- Hermann Unterstöger, SZ, über die Rechtschraipreform



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050625143424.GA646>