
1. 1. Click on “Start” in the bottom left hand corner of screen Clique em "Iniciar" no canto inferior esquerdo do ecrã
2. 2. Click on “Run” Clique em "Executar"
3. 3. Type in “command” and hit ok Escreva no "comando" e bateu ok
You should now be at an MSDOS prompt screen. Agora você deve estar em um prompt msdos tela.
4. 4. Type “ipconfig /release” just like that, and hit “enter” Escreva "ipconfig / release" só assim, e teclar "enter"
5. 5. Type “exit” and leave the prompt Digite "exit" e deixar o prompt
6. 6. Right-click on “Network Places” or “My Network Places” on your desktop. Direito-clique em "Locais de Rede" ou "Meus Locais de Rede" em seu desktop.
7. 7. Click on “properties” Clique em "Propriedades"
You should now be on a screen with something titled “Local Area Connection”, or Você agora deve ser em uma tela com uma coisa chamada "Conexão local", ou
something close to that, and, if you have a network hooked up, all of your other algo próximo do que, e, se tiver uma rede ligado, todos os seus outros
networks. redes.
8. 8. Right click on “Local Area Connection” and click “properties” Direito clique em "Conexão local" e clique em "Propriedades"
9. 9. Double-click on the “Internet Protocol (TCP/IP)” from the list under the”General” tab Dê um duplo clique sobre o "Protocolo Internet (TCP / IP)" na lista sob a guia "Geral"
10. 10. Click on “Use the following IP address” under the “General” tab Clique em "Usar o seguinte endereço IP", sob a guia "Geral"
11. 11. Create an IP address (It doesn't matter what it is. I just type 1 and 2 Crie um endereço IP (Não importa o que é. Eu só tipo 1 e 2
until i fill the area up). até eu encher a área para cima).
12. 12. Press “Tab” and it should automatically fill in the “Subnet Mask” section Pressione "Tab" e ele deve preencher automaticamente o "Máscara" secção
with default numbers. com números padrão.
13. 13. Hit the “Ok” button here Aperte o botão "OK" aqui
14. 14. Hit the “Ok” button again Aperte o botão "OK" novamente
You should now be back to the “Local Area Connection” screen. Agora você deve estar de volta ao "Local Area Connection" tela.
15. 15. Right-click back on “Local Area Connection” and go to properties again. Botão direito do mouse para trás em "Conexão local" e vá para propriedades novamente.
16. 16. Go back to the “TCP/IP” settings Volte para o "TCP / IP" definições
17. 17. This time, select “Obtain an IP address automatically” Desta vez, selecione "Obter um endereço IP automaticamente"
tongue.gif tongue.gif
18. 18. Hit “Ok” Hit "OK"
19. 19. Hit “Ok” again Hit "OK" novamente
20. 20. You now have a new IP address Você agora tem um novo endereço IP












































September 8th, 2008 8. De setembro de 2008
There's a much easier way to do this. Há uma maneira muito mais fácil para fazer isso.
First of all, don't run command. Primeiro de tudo, não execute o comando. Run cmd. Executar cmd. CMD is the Windows XP command line interface. CMD é a interface de linha de comando do Windows XP. Using “command” is a bad habit, as it doesn't support everything that cmd does. Usando o "comando" é um mau hábito, uma vez que não suporta tudo o que faz cmd.
Here are the command lines to do all that: Aqui estão as linhas de comando para fazer tudo isso:
ipconfig /release ipconfig / release
netsh interface ipv4 set address name=††source=static address=192.168.0.2 mask=255.255.255.0 gateway=192.168.0.1 netsh interface ipv4 set endereço name = â € â € source = static address = 192.168.0.2 Máscara = 255.255.255.0 gateway = 192.168.0.1
netsh interface ipv4 set address name=†Local Area Connection†source=dhcp netsh interface ipv4 set endereço name = â € Área Local Connectionâ € source = dhcp
ipconfig /renew ipconfig / renew
This way you can put all four command lines in a batch file and run it whenever you want rather than constantly having to take all those steps. Desta forma, você pode colocar todas as quatro linhas de comando em um arquivo de lote e executá-lo sempre que quiser, em vez de constantemente ter que tomar todos os passos.
September 11th, 2008 11. De setembro de 2008
and for what should this worth to? e para o que deveria valer para este? it would be much more interesting how to change the external ip adress… seria muito mais interessante como alterar o endereço IP externo ...
September 11th, 2008 11. De setembro de 2008
Why not just ipconfig /release hit enter Porque não apenas ipconfig / release pressione Enter
then ipconfig /renew. em seguida ipconfig / renew. Theres no need to make a static? Theres nenhuma necessidade de fazer um estático?
March 30th, 2009 30. De março de 2009
won't this just change your local ip address and not the one you have with your service provider. não será esta apenas mudar o seu endereço IP local e não o que você tem um com o seu fornecedor de serviços.