garfield

[RES]: Fixar IP na placa de rede linux (debian)

Nov 7th, 2016
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. /etc/network/interfaces
  2.  
  3.  
  4. CONFIGURANDO:
  5. auto eth0
  6. iface eth0 inet static
  7. address 192.168.1.20
  8. netmask 255.255.255.0
  9. gateway 192.168.1.1
  10.  
  11.  
  12. /etc/init.d/networking restart
Add Comment
Please, Sign In to add comment