Amigo de uma olhada se ta tudo certo....
sottam@sottam:~$ sudo gedit /etc/ppp/peers/provider
# example configuration for a dialup connection authenticated with PAP or CHAP
#
# This is the default configuration used by pon(1) and poff(1).
# See the manual page pppd(
for information on all the options.
# MUST CHANGE: replace myusername@realm with the PPP login name given to
# your by your provider.
# There should be a matching entry with the password in /etc/ppp/pap-secrets
# and/or /etc/ppp/chap-secrets.
user "mattos"# MUST CHANGE: replace ******** with the phone number of your provider.
# The /etc/chatscripts/pap chat script may be modified to change the
# modem initialization string.
connect "/usr/sbin/chat -v -f /etc/chatscripts/provider"
# Serial device to which the modem is connected.
/dev/ttySL0 <---- aqui duvida se é ZERO ou a letra O....# Speed of the serial line.
57600# Assumes that your IP address is allocated dynamically by the ISP.
noipdefault
# Try to get the name server addresses from the ISP.
usepeerdns
# Use this connection as the default route.
defaultroute
# Makes pppd "dial again" when the connection is lost.
persist
# Do not ask the remote to authenticate.
noauth
/etc/chatscripts/provider
# This is the chat script used to dial out to your default service provider.
# Please customize the entries enclosed in parenthesis to match your setup.
# Only the "provider" file will be handled by poff and pon (unless with
# extra command line arguments).
#
# Remember to edit /etc/ppp/peers/provider accordingly.
#
# ATZW2 as a default init string
# - On all hayes compatible modems, W2 will correctly report the connect
# speed.
#
ABORT BUSY
ABORT "NO CARRIER"
ABORT VOICE
ABORT "NO DIALTONE"
"" ATZ
OK ATDT<7000> <--- aqui outra duvida.... tirar esses <> ou deixar???
ogin <teccos> <--- aqui outra duvida.... tirar esses <> ou deixar???
word \q<teccose> <--- aqui outra duvida.... tirar esses <> ou deixar???/etc/ppp/chap-secrets ----- aqui duvida total----
# Secrets for authentication using CHAP
# client server secret IP addresses
xxxx * ssss teccos teccos
é assim mesmo... ou ta tudo errado???Nas permissões tudo certo... não deu erro nenhum....
mas na hora de dar o comando pon da essa msg...
sottam@sottam:~$ sudo pon
/usr/sbin/pppd: In file /etc/ppp/peers/provider: unrecognized option '/dev/ttySL0'algo errado meu amigo???Vamos editar o arquivo
/etc/chatscripts/providerABORT BUSY
ABORT "NO CARRIER"
ABORT VOICE
ABORT "NO DIALTONE"
""
ATZOK ATDT
30096394 coloque aqui o numero do telefone de seu provedor
ogin
xxxx coloque aqui o nome que você criou no arquivo anterior
word \q
ssss coloque aqui uma senha criada por você
Agora editaremos o arquivo
/etc/ppp/chap-secretsSecrets for authentication using CHAP
client server secret IP addresses
xxxx * ssss coloque aqui o nome e a senha criadas acima
Vamos dar permissão para discagem no terminal, como root digite:
chmod 4711 /usr/sbin/pppd
chmod 755 /etc/ppp/*Entrar na internet
No terminal como root digite os comandos abaixo, na primeira vez ele demora +- um minuto para discar e entrar na internet.
Comando
pon para discar e entrar na internet.
Comando
plog você vizualiza se esta conectado ou não.
Comando
poff -a desliga a internet.
[/quote]