ADSL BrasilTelecom

Linux in Brazil

Documentação original
e de qualidade
em bom português

O texto abaixo foi publicado no BR-Linux antes de 2005, e está mantido aqui por razões históricas. Veja o material atualizado diariamente do BR-Linux em http://br-linux.org
Dúvidas comuns | Perguntar no Fórum | Notícias | Mais documentos | Contato
 
Destaques de hoje:
  • A semana no BR-Linux: Enchente, 13 milhões de downloads, Fedora 10
  • Quem ganha? Benchmarks comparam: Ubuntu, Fedora, OpenSolaris e FreeBSD
  • 1 ano do cyber 100% Linux de Floripa
  • As redes P2P vão destruir o mundo?
  • ADSL BrasilTelecom

    karlos@opengate.com.br

    Esta dica vale apenas para usuários com modems externos "3Com HomeConnect Dual Link" da BrasilTelecom.

    Requisitos para instalação:

            1. RP-PPPoE atualizado. http://www.roaringpenguin.com/pppoe/
            2. Versão PPPd 2.4.x..
            3. Uma placa ethernet caso seja apenas um computador.
               Duas placas ethernet caso queira compartilhar para a rede.

    Iniciando a instalação:

    Primeiro, atualize os pacotes necessários como o RP-PPPoE e o PPPd. Segundo, configure a placa de rede que está conectada no modem para usar DHCP. Após efetuada a instalação/atualização execute no console ou terminal:

    [root@linux]# adsl-setup
    Welcome to the Roaring Penguin ADSL client setup.  First, I will run
    some checks on your system to make sure the PPPoE client is installed
    properly...
    
    

    Looks good! Now, please enter some information:

    USER NAME

    >>> Enter your PPPoE user name (default bxxxnxnx@sympatico.ca): _


    Digite seu login ( alguém@provedor.com.br )...

    INTERFACE
    
    

    >>> Enter the Ethernet interface connected to the ADSL modem For Solaris, this is likely to be something like /dev/hme0. For Linux, it will be ethn, where 'n' is a number. (default eth1): _


    Digite a interface de rede em que o modem está conectado...

    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): _

    Digite "yes" para conexão sob demanda ou "no" para conexão permanente...

    DNS
    
    

    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: _


    Entre com o DNS da BrasilTelecom ou do seu provedor...

    PASSWORD
    
    

    >>> Please enter your PPPoE password: _


    Entre com a senha da sua conta...

    >>> Please re-enter your PPPoE password: _

    Confirme sua senha...

    FIREWALLING
    
    

    Please choose the firewall rules to use. Note that these rules are very basic. You are strongly encouraged to use a more sophisticated firewall setup; however, these will provide basic security. If you are running any servers on your machine, you must choose 'NONE' and set up firewalling yourself. Otherwise, the firewall rules will deny access to all standard servers like Web, e-mail, ftp, etc. If you are using SSH, the rules will block outgoing SSH connections which allocate a privileged source port.

    The firewall choices are: 0 - NONE: This script will not set any firewall rules. You are responsible for ensuring the security of your machine. You are STRONGLY recommended to use some kind of firewall rules. 1 - STANDALONE: Appropriate for a basic stand-alone web-surfing workstation 2 - MASQUERADE: Appropriate for a machine acting as an Internet gateway for a LAN >>> Choose a type of firewall (0-2): _


    Caso seja apenas um computador recomendo que escolha a opção 1, caso queira compartilhar para o restante da rede escolha a opção 2...

    ** Summary of what you entered **
    
    

    Ethernet Interface: eth1 User name: bxxxnxnx@sympatico.ca Activate-on-demand: No DNS: Do not adjust Firewalling: MASQUERADE

    >>> Accept these settings and adjust configuration files (y/n)? _


    Coloque "y" para aceitar a configuração e "n" para cancelar...

    Adjusting /etc/ppp/pppoe.conf
    Adjusting /etc/ppp/pap-secrets and /etc/ppp/chap-secrets
      (But first backing it up to /etc/ppp/pap-secrets-bak)
      (But first backing it up to /etc/ppp/chap-secrets-bak)
    
    
    
    

    Congratulations, it should be all set up!

    Type 'adsl-start' to bring up your ADSL link and 'adsl-stop' to bring it down. Type 'adsl-status' to see the link status.


    Pronto o programa já está configurado, agora só falta uns ajustes...

    Abra o arquivo "/etc/ppp/pppoe.conf" e altere as seguintes linhas:

    LCP_INTERVAL=20 para LCP_INTERVAL=10

    Descomente a seguinte linha:

    # PPPOE_EXTRA="-f 3c12:3c13 -S ISP"

    Agora salve e saia do arquivo...

    Tudo pronto, para conectar execute:

    [root@linux]# adsl-start


    [ << Viruscan ] [ Configurando o XDM >> ]