Stinky_F00t
(usa Crunchbang)
Enviado em 06/05/2012 - 19:48h
Você pode tentar também assim:
$ sudo pppoe-setup
>>> Enter your PPPoE user name: seu.usuario@provedor.com.br
>>> Enter the Ethernet interface connected to the DSL modem
For Solaris, this is likely to be something like /dev/hme0.
For Linux, it will be ethn, where 'n' is a number.
(default eth0): >aqui geralmente você vai querer dar "enter" sem mexer em nada.<
Do you want the link to come up on demand, or stay up continuously?
If you want it to come up on demand, enter the idle time in seconds
after which the link should be dropped. If you want the link to
stay up permanently, enter 'no' (two letters, lower-case.)
NOTE: Demand-activated links do not interact well with dynamic IP
addresses. You may have some problems with demand-activated links.
>>> Enter the demand value (default no): >aqui geralmente você vai querer dar "enter" sem mexer em nada.<
Please enter the IP address of your ISP's primary DNS server.
If your ISP claims that 'the server will provide DNS addresses',
enter 'server' (all lower-case) here.
If you just press enter, I will assume you know what you are
doing and not modify your DNS setup.
>>> Enter the DNS information here: >aqui escreva "sever", sem as aspas<
>>> Please enter your PPPoE password: sua.senha
>>> Please re-enter your PPPoE password: repita.sua.senha
>>> Choose a type of firewall (0-2): >escolha ao menos o número "1", não digite "0"<
>>> Accept these settings and adjust configuration files (y/n)? y
Depois de tudo configurado para conectar usando pppoe, digite:
$ sudo pppoe-start
para matar o PID da conexão, use:
$ sudo pppoe-stop
Espero ter ajudado.