# 12/04/2001 Benoit PAPILLAULT <[EMAIL PROTECTED]>
# 08/05/2001 Updated. Added "novj" & removed "kdebug 7"
# 07/02/2002 Replace "maxfail 0" by "maxfail 10"
# 29/04/2002 Added the option "linkname" to easily locate the running pppd
#
# This file could be rename but its place is under /etc/ppp/peers
# To connect to Internet using this configuration file, type
# pppd call adsl, where "adsl" stands for the name of this file
debug
kdebug 1
noipdefault
defaultroute
pty "/usr/local/bin/pppoeci -v 1 -vpi 8 -vci 35"
sync
noaccomp
nopcomp
noccp
novj
holdoff 10
# This will store the pid of pppd in the first line of /var/run/ppp-eciadsl.pid
# and the interface created (like ppp0) on the second line.
linkname eciadsl
# maxfail is the number of times pppd retries to execute pppoeci after
# an error. If you put 0, pppd retries forever, filling up the process table
# and thus, making the computer unusable.
maxfail 10
usepeerdns
noauth
# If your PPP peer answer to LCP EchoReq (lcp-echo requests), you can
# use the lcp-echo-failure to detect disconnected links with:
#
# lcp-echo-interval 600
# lcp-echo-failure 10
#
# However, if your PPP peer DOES NOT answer to lcp-echo request, you MUST
# desactivate this feature with the folowing line
#
lcp-echo-interval 0
# You may need the following, but ONLY as a workaround
# mtu 1432
user [EMAIL PROTECTED]
Hope this is enough information
>
> > On Mon, 8 Sep 2003 08:46:26 +0200
> > "Bert Van Rillaer" <[EMAIL PROTECTED]> wrote:
> >
> > >
> > > But when I try to go to e.g. www.hotmail.com in my brower, it says
> > > "www.hotmail.com could not be found. Please check the name and try again"
> >
> >
> > Hi Bert,
> >
> > First check your DNS servers in /etc/resolv.conf
> >
> > Then check which usb module you're using by issuing command "lsmod" as root.
> > Possible modules are: usb-uhci, uhci or usb-ohci.
> > If you're using uhci, then use usb-uhci instead (uhci is not stable).
> > To do this, issue these commands before startmodem:
> > modprobe -r uhci
> > modprobe usb-uhci
> > Than try again startmodem.
> >
> > Otherwise, look at your /var/log/messages for usb errors after connection. If
> > there is usb errors (timeout for exemple), then you should try other synch
> > .bin files, this may solve your problem.
> >
> > Hoping this will help you,
> >
> > Cordialement / Best regards
> > Sebastien.
> >
> > Web: http://www.flashtux.org - email: [EMAIL PROTECTED]
> > Jabber: flashcode(@jabber.org) - ICQ: 160677660
> >
> > =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
> > Driver Linux pour modem ECI ADSL USB: http://eciadsl.flashtux.org
> > Archives de cette liste de diffusion: http://liste.eci.free.fr
> > Pour se desinscrire: mailto:[EMAIL PROTECTED]
> >
> >
> >
> >
> >
> >
> >
>
>
> I guess you should firt try to ping IP addresse of the gateway (remote ip
> adddresse in log, this case it was 217.136.136.1).
>
> then if it works try to ping dns ip (195.238.2.22).
> If both work check out if name resolution is correctly set (ie not just
> hostfile) and if dns server used are the good one.
>
>
> =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
> Driver Linux pour modem ECI ADSL USB: http://eciadsl.flashtux.org
> Archives de cette liste de diffusion: http://liste.eci.free.fr
> Pour se desinscrire: mailto:[EMAIL PROTECTED]
>
>
>
>
>
>
>
