Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Dec 2006 12:48:25 +0200 (EET)
From:      "Artyom Viklenko" <artem@aws-net.org.ua>
To:        "Alexei" <root@sovetnik.org>
Cc:        freebsd-net@freebsd.org
Subject:   Re: Re[2]: mpd pppoe client problems
Message-ID:  <59764.217.12.197.82.1165920505.squirrel@sigma.interami.com>
In-Reply-To: <1553703324.20061212134138@sovetnik.org>
References:  <166800308.20061212122746@sovetnik.org> <50521.217.12.197.82.1165919086.squirrel@sigma.interami.com> <1553703324.20061212134138@sovetnik.org>

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

<quote who="Alexei">
> Hello.
>
>>>         set link mtu 1498
>>          ^^^^^^^^^^^^^^^^^^^^^^^^^
>> first, check this
>
> What should I put there? BTW, how can it make mpd ignore rc.d stop
> command?
>

set link mtu 1492
check with ps command in which state mpd is when issuing rc.d stop
command.


mine config:

        new -i ng0 PPPoE PPPoE
        set iface addrs 1.1.1.1 2.2.2.2
        set iface disable on-demand
        set iface idle 0
        set iface enable tcpmssfix
        set bundle disable multilink
        set bundle disable compression
        set bundle authname "XXXXXXXXXX"
        set bundle password "YYYYYYYYYY"
        set link no acfcomp protocomp
        set link disable pap chap
        set link accept chap
        set link mtu 1492
        set link mru 1492
        set link keep-alive 10 60
        set ipcp no vjcomp
        set ipcp ranges 0.0.0.0/0 0.0.0.0/0
        open iface

and in mpd.links:

PPPoE:
        set link type pppoe
        set pppoe iface rl0
        set pppoe service "ProviderName"
        set pppoe disable incoming
        set pppoe enable originate


works fine

>
>> also check your firewall.
>
> Nothing prevents it + ppp works fine. (But I don't like it for high
> cpu load)

much better to show your rulebase

-- 
           Sincerely yours,
                            Artyom Viklenko.
-------------------------------------------------------
artem@aws-net.org.ua | http://www.aws-net.org.ua/~artem
FreeBSD: The Power to Serve   -  http://www.freebsd.org





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