Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 05 Jul 2005 10:19:58 +1000
From:      Simon Litchfield <simon@quo.com.au>
To:        freebsd-net@freebsd.org
Subject:   [Fwd: PPPOE problems on 5.3]
Message-ID:  <42C9D22E.2060703@quo.com.au>

next in thread | raw e-mail | index | archive | help
Adding to my previous post, some details that might be of interest --

FreeBSD 5.3-RELEASE-p8
PPP Version 3.2 - Nov  4 2004


And our ppp.conf --

default:
# set log Phase Chat LCP IPCP CCP tun command
  set log Phase Chat tun command
  ident user-ppp VERSION (built COMPILATIONDATE)

winshop:
  set device PPPoE:rl0
  set authname **************
  set authkey **************
  set speed sync
  set mtu max 1492
  set mru max 1492
  set timeout 0
  set redial 0 0
  enable dns
  add default HISADDR

# problematic stuff?
# enable lqr
# enable echo
# enable forcelcpecho
  deny lqr

# nat and portmaps
  nat enable yes
  nat use_sockets yes
  nat unregistered_only yes
  nat proto gre 192.168.1.10
  nat port tcp 192.168.1.10:1723 1723
  nat port tcp 192.168.1.10:3389 3389
  nat port tcp 192.168.1.10:80 80
  nat port tcp 192.168.1.10:443 443
  nat port tcp 192.168.1.150:3390 3389


-------- Original Message --------
Subject: PPPOE problems on 5.3
Date: Tue, 05 Jul 2005 08:52:54 +1000
From: Simon Litchfield <simon@quo.com.au>
To: freebsd-net@freebsd.org

Hi all

Using LQR, our ADSL connection eventually (after ~10-20 hrs) bombs out
with *Too many LQR packets lost*.

We tried 'deny lqr', which lasts about as long, but gives NGM_PPPOE_CLOSE.

Any ideas on other settings we could try? I stumbled across 'enable
forcelcpecho' but it isn't recognised by our pppd.

Thanks
Simon




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