[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

alice ADSL: non c'e' verso.



Arieccomi sul solito problema. 

Le mie woody proprio non vanno con ALICE!
pppoeconf mi fallisce miseramente: 

--------------------------------------------------------------
SCANNING DEVICE 
                    x Looking for PPPoE Access             x
                    x Concentrator on eth0...

 Sorry, I scanned 2 interface(s), but the Access          x
          x Concentrator of your provider did not respond. Please    x
          x check your network and modem cables. Another reason for  x
          x the scan failure may also be another running pppoe       x
          x process which controls the modem.
-----------------------------------------------------------------

-Ho provato con due modem ethernet diversi: IPM datacom e Ericsson HM220dp. 
-La linea e' OK perche' funziona con Win 2000. 
-Non ho altri processi pppd che girano

Boh, sto perdendo le speranze. 

Allego il mio /etc/ppp/peers/dsl-provider, se puo' servire. 

ciao
grazie. 

# Configuration file for PPP, using PPP over Ethernet 
# to connect to a DSL provider.
#
# See the manual page pppd(8) for information on all the options.

##
# Section 1
#
# Stuff to configure...

# MUST CHANGE: Uncomment the following line, replacing the user@provider.net
# by the DSL user name given to your by your DSL provider.
# (There should be a matching entry in /etc/ppp/pap-secrets with the 
password.)
#user myusername@myprovider.net

# Iniziale: 
#user aliceadsl
user xxxxxxx@aliceadsl.it 

# Use the pppoe program to send the ppp packets over the Ethernet link
# This line should work fine if this computer is the only one accessing
# the Internet through this DSL connection. This is the right line to use
# for most people.
#
#ORIGINALE: 
#pty "/usr/sbin/pppoe -I eth0 -T 80 -m 1452"
#
pty "/usr/sbin/pppoe -I eth0 -T 80 -m 1412"

# If the computer connected to the Internet using pppoe is not being used
# by other computers as a gateway to the Internet, you can try the following
# line instead, for a small gain in speed:
#pty "/usr/sbin/pppoe -I eth0 -T 80"

# An even more conservative version of the previous line, if things
# don't work using -m 1452... 
#pty "/usr/sbin/pppoe -I eth0 -T 80 -m 1412"


# The following two options should work fine for most DSL users.

# Assumes that your IP address is allocated dynamically
# by your DSL provider...
noipdefault
# Comment out if you already have the correct default route installed
defaultroute

##
# Section 2
#
# Uncomment if your DSL provider charges by minute connected
# and you want to use demand-dialing. 
#
# Disconnect after 300 seconds (5 minutes) of idle time.

#demand
#idle 300

##
# Section 3
#
# You shouldn't need to change these options...

hide-password
lcp-echo-interval 20
lcp-echo-failure 3
# Override any connect script that may have been set in /etc/ppp/options.
connect /bin/true
noauth
persist
mtu 1492



Reply to: