Deixe seu interfaces assim # This file describes the network interfaces available on your system # and how to activate them. For more information, see interfaces(5).
# The loopback network interface auto lo iface lo inet loopback address 127.0.0.1 netmask 255.0.0.0 # The primary network interface allow-hotplug eth1 iface eth1 inet static address 192.168.0.2 <http://192.168.3.2/> netmask 255.255.255.0 network 192.168.0.0 broadcast 192.168.0.255 gateway 192.168.0.1 Reinicie, /etc/init.d/networking restart tente pingar o seguinte endereco, 64.233.161.103 (Google) depois tente www.google.com, caso não funcione este, talvez você tenha que configurar o dns no /etc/resolv.conf Em 07/10/07, Alan Hoffmeister <[EMAIL PROTECTED]> escreveu: > > Buenas, > > Pessoal mesmo com toda essa ajuda eu não estou conseguindo.. > > Aqui meu arquivo interfaces > > > > ------------------------------------------------------------------------------------ > # This file describes the network interfaces available on your system > # and how to activate them. For more information, see interfaces(5). > > # The loopback network interface > auto lo > iface lo inet loopback > address 127.0.0.1 > netmask 255.0.0.0 > > # The primary network interface > allow-hotplug eth1 > iface eth1 inet static > address 192.168.3.2 > netmask 255.255.255.0 > gateway 192.168.0.1 > > auto eth1 > > iface eth0 inet static > address 192.168.3.2 > netmask 255.255.255.0 > gateway 192.168.0.1 > > auto eth0 > > ------------------------------------------------------------------------------ > > e aqui um log rerado pelo ipconfig /all no dow do ruindows que ta > conectado.. > > > ------------------------------------------------------------------------------------------------------ > Ethernet adapter Local Area Connection: > > Connection-specific DNS Suffix . : > gw-XXXXXXXXX.wnw.XXXXXXXX.com.br > Description . . . . . . . . . . . : NVIDIA nForce Networking > Controller > Physical Address. . . . . . . . . : 00-13-XX-77-70-85 > Dhcp Enabled. . . . . . . . . . . : Yes > Autoconfiguration Enabled . . . . : Yes > IP Address. . . . . . . . . . . . : 192.168.3.2 > Subnet Mask . . . . . . . . . . . : 255.255.255.0 > Default Gateway . . . . . . . . . : 192.168.0.1 > DHCP Server . . . . . . . . . . . : 192.168.0.1 > DNS Servers . . . . . . . . . . . : 192.168.0.1 > Lease Obtained. . . . . . . . . . : domingo, 7 de outubro de 2007 > 16:22: > 41 > Lease Expires . . . . . . . . . . : domingo, 7 de outubro de 2007 > 17:22: > 41 > > > -------------------------------------------------------------------------------------------------------------------- > > > Vou agradecer de coração se alguém puder me ajudar... > > > Obrigado, > Alan > > On 10/7/07, :: Dirceu :: <[EMAIL PROTECTED]> wrote: > > > > ou, graficamente, em sistemas > administração > redes > > > > -- > > ___________________________________________ > > Dirceu Luís Follmann > > MSN: dlfollmann [at] gmail . com > > http://daquidafronteira.wordpress.com > > http://juristantum.wordpress.com > > > > [...] Sirvam nossas façanhas de modelo a toda a Terra [...] > > > > Em 07/10/07, Cristiano dos Santos Boiko <[EMAIL PROTECTED]> > > escreveu: > > > > > > arquivo: /etc/network/interfaces > > > > > > auto eth0 > > > iface eth0 inet static > > > address <endereço> > > > netmask <mascara> > > > network <endereco de rede> # se eu nao me engano, nao e necessario... > > > broadcast <endereco de broadcast> > > > gateway <endereco do gateway> > > > > > > Apos editar o arquivo, digite o comando abaixo para reiniciar a > > interface > > > de > > > rede, apenas lembrando que eth0 deve ser a interface de rede que o > linux > > > reconheceu, digite ifconfig -a para saber como sua placa de rede foi > > > detectada no linux. > > > > > > /etc/init.d/networking restart > > > > > > > > > Em 07/10/07, Alan Hoffmeister <[EMAIL PROTECTED]> escreveu: > > > > > > > > Olá pessoal, > > > > > > > > A instalação do ubuntu não conceguiu configurar o OS por DHCP, onde > > > posso > > > > editar manualmente as minhas configurações de rede? > > > > > > > > Obrigado, > > > > Alan > > > > -- > > > > Interessado em aprender mais sobre o Ubuntu em português? > > > > http://wiki.ubuntu-br.org/ComeceAqui - > > > > ubuntu-br mailing list > > > > [email protected] > > > > https://lists.ubuntu.com/mailman/listinfo/ubuntu-br > > > > > > > -- > > > Interessado em aprender mais sobre o Ubuntu em português? > > > http://wiki.ubuntu-br.org/ComeceAqui - > > > ubuntu-br mailing list > > > [email protected] > > > https://lists.ubuntu.com/mailman/listinfo/ubuntu-br > > > > > -- > > Interessado em aprender mais sobre o Ubuntu em português? > > http://wiki.ubuntu-br.org/ComeceAqui - > > ubuntu-br mailing list > > [email protected] > > https://lists.ubuntu.com/mailman/listinfo/ubuntu-br > > > -- > Interessado em aprender mais sobre o Ubuntu em português? > http://wiki.ubuntu-br.org/ComeceAqui - > ubuntu-br mailing list > [email protected] > https://lists.ubuntu.com/mailman/listinfo/ubuntu-br > -- Interessado em aprender mais sobre o Ubuntu em português? http://wiki.ubuntu-br.org/ComeceAqui - ubuntu-br mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-br

