mirror of
https://github.com/jorgevasquezp/my_linux_prefs.git
synced 2026-08-16 23:16:31 +00:00
21 lines
571 B
Plaintext
21 lines
571 B
Plaintext
#
|
|
# /etc/hosts: static lookup table for host names
|
|
#
|
|
|
|
#<ip-address> <hostname.domain.org> <hostname>
|
|
127.0.0.1 localhost.localdomain localhost
|
|
192.168.1.1 router.casa.vm router
|
|
#abe 10:BF:48:00:2B:AA
|
|
192.168.1.106 abe.casa.vm abe
|
|
#bmo 00:24:8C:9C:01:FD
|
|
192.168.1.101 bmo.casa.vm bmo
|
|
192.168.1.102 saturno.casa.vm saturno
|
|
192.168.1.10 impresora.casa.vm impresora
|
|
#paraulata eth0 40:62:31:08:53:05
|
|
#paraulata eth1 40:62:31:08:53:06
|
|
#paraulata wl1 74:2F:68:54:A3:C1
|
|
192.168.1.142 paraulata.casa.vm paraulata
|
|
::1 localhost.localdomain localhost
|
|
|
|
# End of file
|