Estou tendo muita dificuldade em configurar o ubuntu 13.04 para ter um endereço IP estático. Eu tentei várias soluções, mas sempre que reinicializava (não consigo executar o comando de redefinição de rede porque o ubuntu congela), acabo sem conexão.
Aqui está o que eu recebo quando digito ifconfig no terminal:
eth0 Link encap:Ethernet HWaddr 10:bf:48:bc:07:cb
inet addr:192.168.0.8 Bcast:192.168.0.255 Mask:255.255.255.0
inet6 addr: fe80::12bf:48ff:febc:7cb/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:1763067 errors:0 dropped:0 overruns:0 frame:0
TX packets:1024326 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:2284491220 (2.2 GB) TX bytes:136809317 (136.8 MB)
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:1840 errors:0 dropped:0 overruns:0 frame:0
TX packets:1840 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:185688 (185.6 KB) TX bytes:185688 (185.6 KB)
Eu também tentei isso:
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 192.168.0.160
netmask 255.255.255.0
broadcast 192.168.0.255
gateway 192.168.0.1
dns-nameservers 24.222.0.94
dns-nameservers 24.222.0.95
Se alguém pudesse me ajudar, seria muito apreciado.
networking
internet
ethernet
Jordan Angelucci
fonte
fonte
Respostas:
Siga estas etapas para tornar o endereço IP de um sistema estático:
sudo vi /etc/network/interfaces
)Olhe para
Substitua os comandos acima por
Então entre
fonte
Isto é o que funcionou para mim.
fonte