- Siendo super usuario o poniendo delante sudo :
-
Editamos el fichero /etc/network/interfaces
-
nano /etc/network/interfaces
-
Editamos :
-
# The primary network interface
-
auto eth0
-
iface eth0 inet static
-
address 192.168.1.1
-
netmask 255.255.255.0
-
-
-
Reiniciamos los servicios de red :
-
/etc/init.d/networking stop
-
/etc/init.d/networking start
-
-
Comprobar la tarjeta de red
-
ifconfig
-
-
Para tener internet, la configuración es la siguiente :
-
Editamos :
-
# The primary network interface
-
auto eth0
-
iface eth0 inet dhcp
-
-
-
Proyecto de fin de curso dedicado al análisis de búsquedas / End of course project based on search analysis.