segunda-feira, 27 de junho de 2011

Configurando ADSL no linux com o rp-pppoe

Artigo que ensina a configurar uma conexão pppoe para conectar o seu linux ao ADSL.

Detalhe importante: Precisa Provedor...
Configurando o Linux
(RedHat 7.1) para o novo Speedy
IP Dinâmico (13/09/2001)
Introdução:
Informações sobre o meu computador:
Requisitos para a configuração:
Configurando:

* adsl-setup
* adsl-start
* ping ...
* adsl-status
* adsl-stop

Informações do Sistema usado:

* Sistema Operacional:
* Linux RedHat 7.1 ADSL-Modem:
Zyxel-Parks Prestige 642R

Requisitos para a configuração:

> Sistema Operacional Linux (RedHat 7.1 em meu caso, porém acredito que funcione em diversas distribuições Linux)
Placa de rede funcionando

Pacote RP-PPPoE instalado (rp-pppoe-2.6-5.i386.rpm / RedHat 7.1)
Arquivos /etc/ppp/firewall-standalone e /etc/ppp/firewall-masq

Configurando:
1)Entre no linuxconf e deixe sua placa de rede em modo DISABLED.

2)Depois de instalado o RP-PPPoE, rode os comandos(como root):

* adsl-setup

As saídas de adsl-setup deverão ser as seguintes:

[root@localhost /root]# 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 o seu login@provedor

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 eth0):
Digite o ethx da placa de rede ligada ao modem ADSL

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):
Sugiro que digite "no" neste item

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:
Digite o DNS primário de seu provedor, ex: 200.204.0.10 ou simplesmente Enter

Please enter the IP address of your ISP's secondary DNS server.
If you just press enter, I will assume there is only one DNS server.
>>> Enter the secondary DNS server address here:
Digite o DNS secundário de seu provedor, ex: 200.204.0.138 ou simplesmente Enter

PASSWORD

>>> Please enter your PPPoE password:
>>> Please re-enter your PPPoE password:
Digite e confirme sua senha de autenticação

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):
Firewall. Digite a opção que melhor se encaixa à sua configuração:

0 - nenhuma proteção de firewall (não recomendado)
1 - computador único ligado ao speedy
2 - computador que funciona como gateway de uma rede

Start this connection at boot time

Do you want to start this connection at boot time?
Please enter no or yes.
Digite:

yes - se deseja que a conexão se estabeleça durante o boot do Linux
no - se deseja que a conexão seja feita manualmente(veja Conexão Manual)

** Summary of what you entered **

Ethernet Interface: eth0
User name: xxxxxx@provedor
Activate-on-demand: No
Primary DNS: xxx.xxx.xxx.xxx
Secondary DNS: yyy.yyy.yyy.yyy
Firewalling: STANDALONE

Accept these settings and adjust configuration files (y/n)? y
Digite "y" e a saída deverá ser a seguinte:

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



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, seu PPPoE está configurado!

Conexão Manual
*
adsl-start

[root@localhost ppp]# adsl-start
. Connected!
Se a palavra Connected! aparecer, parabéns! Você está na internet!
Para testar sua conexão, dê um ping para algum site que você conheça :
*
ping ...

[root@localhost ppp]# ping www.uol.com.br
PING www.uol.com.br (200.231.204.160) from xxx.xxx.xx.xx : 56(84) bytes of data.64 bytes from ortega.uol.com.br (200.231.204.160): icmp_seq=0 ttl=243 time=136.089 msec
64 bytes from ortega.uol.com.br (200.231.204.160): icmp_seq=1 ttl=243 time=159.902 msec

--- www.uol.com.br ping statistics ---
2 packets transmitted, 2 packets received, 0% packet loss
round-trip min/avg/max/mdev = 136.089/147.995/159.902/11.912 ms
*
adsl-status

[root@localhost /root]# adsl-status
adsl-status: Link is up and running on interface ppp0
ppp0 Link encap:Point-to-Point Protocol
inet addr:xxx.xxx.xxx.xxx P-t-P:yyy.yyy.yyy.yyy Mask:255.255.255.255
UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1492 Metric:1
RX packets:6 errors:0 dropped:0 overruns:0 frame:0
TX packets:3 errors:0 dropped:0 overruns:0 carrier:0
collisions:0
Se o resultado da saída de adsl-status for semelhante a este, a conexão ADSL está de pé.
*
adsl-stop

[root@localhost /root]# adsl-stop
Killing adsl-connect (1560)
Killing pppd (1579)
Este comando desliga sua conexão ADSL

Observações:

Se por um acaso os arquivos /etc/ppp/firewall-standalone e /etc/firewall-masq não estiverem instalados, pode ser que o PPPoE não conecte, dando a impressão que o erro é no provedor ou no Speedy.

Na minha distribuição do RedHat 7.1 estes arquivos não estavam incluídos. Analisando os scripts de conexão, percebi que estes arquivos não existiam. Pode ser que em sua distribuição apareçam.

terça-feira, 7 de junho de 2011

Requisitos recomendados para rodar Crysis 2 no máximo

Modo advanced

  1. CPU: Core 2 Duo 2,6 GHz / Athlon 64 X2 6000 +
  2. GPU: Geforce GTX 280 / Radeon HD 4870 com 1GB de VRAM
  3. RAM: 3 GB no Windows 7
Com essa configuração dará pra rodar de boa em 1680 x 1050 acima de 30 fps.


Modo Hardcore

  1. CPU: Core i5 / i7 com 3 GHz / Phenom X4 de 3,2 GHz
  2. GPU: Geforce GTX 560 Ti / Radeon HD 5870 com 1,5 GB de RAM
  3. RAM: 4 GB no Windows 7


Com essa configuração dará pra rodar o jogo em 1920 x 1200 acima de 30 fps.

Direcx 11 e tudo no máximo

  1. CPU: Core i5 / i7 com 3 GHz / Phenom X4 de 3,2 GHz
  2. GPU: Geforce GTX 570 / Radeon HD 6970 com 2 GB de RAM
  3. RAM: 4 GB no Windows 7


Com essa configuração dará pra rodar o jogo em 1920 x 1200 acima de 40 fps.

Modo requisitos minimos

Para quem ainda não viu os requisitos minimos. Veja logo abaixo

  1. Sistema Operacional: Windows XP, Vista ou Windows 7, com o último Service Pack
  2. CPU: Intel Core 2 Duo de 2 GHz ou AMD Athlon 64 X2 2 GHz ou melhor
  3. RAM: 2 GB (Vista requer 3 GB)
  4. Espaço no disco rígido: 9 GB
  5. GPU: Nvidia 8800GT com 512 Mb de RAM, ATI 3850HD com 512 Mb de RAM ou mais

 
© 2007 Template feito por Templates para Voc�