Differences between revisions 127 and 128
Revision 127 as of 2015-12-05 17:12:10
Size: 272
Editor: ?Anilton Salla Junior
Comment:
Revision 128 as of 2015-12-05 17:12:53
Size: 276
Editor: ?Anilton Salla Junior
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
Configurando IP Static = Configurando IP Static =

Configurando IP Static

nano /etc/network/interfaces

address 10.2.9.76 netmask 255.255.255.0 network 10.2.9.0 gateway 10.2.9.254 broadcast 10.2.9.255

# Comando para reiniciar o serviço de rede invoke-rc.d networking restart ou /etc/init.d/networking restart