removido
(usa Nenhuma)
Enviado em 30/12/2016 - 20:07h
Oi pessoal,
Estou com muitos problemas para conectar o ip estatico, ja estou a varias horas e esgotei os tutoriais que achei no google.
Segue informacoes abaixo, obrigado.
obs desculpe a escrita, problemas com teclado.
eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.0.96 netmask 255.255.255.0 broadcast 192.168.0.255
inet6 fe80::20c:29ff:fe4a:96f6 prefixlen 64 scopeid 0x20<link>
ether 00:0c:29:4a:96:f6 txqueuelen 1000 (Ethernet)
RX packets 7290 bytes 6976455 (6.6 MiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 5041 bytes 710473 (693.8 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
device interrupt 19 base 0x2024
lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10<host>
loop txqueuelen 1 (Local Loopback)
RX packets 355 bytes 76287 (74.4 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 355 bytes 76287 (74.4 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
default gateway 0.0.0.0 UG 100 0 0 eth0
192.168.0.0 0.0.0.0 255.255.255.0 U 100 0 0 eth0
>interfaces
This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
source /etc/network/interfaces.d/*
# The loopback network interface
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 192.168.0.92
netmask 255.255.255.0
broadcast 192.168.0.255
network 192.168.0.0
network 192.168.0.0
gateway 192.168.0.1