[Fwd: PPPOE problems on 5.3]

Simon Litchfield simon at quo.com.au
Tue Jul 5 00:20:02 GMT 2005


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 at quo.com.au>
To: freebsd-net at 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



More information about the freebsd-net mailing list