tecno4
2.4M views | +46 today
Follow
tecno4
Información asignatura tecnología
Your new post is loading...
Your new post is loading...

Popular Tags

Current selected tag: 'Raspberry Pi IP'. Clear
Scooped by Gumersindo Fernández
Scoop.it!

6 Ways to Find a Raspberry Pi's IP Address

6 Ways to Find a Raspberry Pi's IP Address | tecno4 | Scoop.it
To connect to your Raspberry Pi over the network, you'll need to know its IP address. Here are six ways to find it.
No comment yet.
Scooped by Gumersindo Fernández
Scoop.it!

Finding the IP Address of your Raspberry Pi

Finding the IP Address of your Raspberry Pi | tecno4 | Scoop.it
Find the IP address of your Raspberry Pi by following our straightforward guide. We walk you through the process of finding your IP on and off the Pi.
No comment yet.
Scooped by Gumersindo Fernández
Scoop.it!

How to find the current IP address of the Raspberry Pi ?

How to find the current IP address of the Raspberry Pi ? | tecno4 | Scoop.it

How to find the current IP of your Raspberry Pi on the network?
Well if you are lucky enough to still have access via a screen, the short answer is to use the ifconfig command to display the current IP on all interfaces. If you don’t have a screen, you’ll have to be smart and follow my tutorial

So we’ll see how to find the IP of your Raspberry in different ways
– with a screen (in the command line or the graphical interface)
– from another pc on the network (Linux or windows)
– from a network equipment (internet box, router, …)

We will then see how to set a static IP on the Raspberry Pi to avoid this issue in the future

No comment yet.
Scooped by Gumersindo Fernández
Scoop.it!

9 preguntas y respuestas sobre la dirección IP de nuestro ordenador

9 preguntas y respuestas sobre la dirección IP de nuestro ordenador | tecno4 | Scoop.it
"Cuál es mi IP fija", "cómo cambiar la dirección IP", "qué IP pública tengo", "cómo cambiar la IP pública"... Todas las respuestas, y más, dentro.
No comment yet.
Scooped by Gumersindo Fernández
Scoop.it!

Cómo obtener la IP privada de Raspberry PI

Cómo obtener la IP privada de Raspberry PI | tecno4 | Scoop.it

Para poder acceder localmente a nuestro Raspberry Pi, ya sea para una conexión SSH o Escritorio remoto, necesitamos conocer la IP privada que nuestro router asignó a nuestro Raspberry Pi. Es algo muy sencillo una vez nos lo cuentan.

 Basaremos este tutorial en Windows 7, pero el concepto se puede aplicar a otros sistemas operativos.

La cuestión general de este tutorial, es obtener la IP privada (local) de nuestro Raspberry Pi que nuestro router le asignó. Para ello, tendremos que acceder al router.

No comment yet.
Scooped by Gumersindo Fernández
Scoop.it!

What the blink is my IP address?

What the blink is my IP address? | tecno4 | Scoop.it
Picture the scene: you have a Raspberry Pi configured to run on your network, you power it up headless (without a monitor), and now you need to know which IP address it was assigned.
No comment yet.
Scooped by Gumersindo Fernández
Scoop.it!

Cómo encontrar la dirección IP actual de tu Raspberry Pi en tu red

Cómo encontrar la dirección IP actual de tu Raspberry Pi en tu red | tecno4 | Scoop.it

Bueno, si tienes la suerte de tener acceso a través de una pantalla, la respuesta corta es usar el comando ifconfig para mostrar la IP actual en todas las interfaces. Si no tienes una pantalla, tendrás que ser inteligente y seguir este tutorial. Así que veremos cómo encontrar la IP de tu Raspberry de diferentes maneras con una pantalla (en la línea de comandos o en la interfaz gráfica) desde otro PC en la red (Linux o Windows) desde un equipo de red (buzón de Internet, router, ….) Luego veremos cómo establecer una IP estática en la Raspberry Pi para evitar este problema en el futuro.

No comment yet.
Scooped by Gumersindo Fernández
Scoop.it!

Cómo asignar IP fija a una Raspberry Pi

Cómo asignar IP fija a una Raspberry Pi | tecno4 | Scoop.it
Asigna una IP fija a tu Raspberry Pi para evitar problemas a la hora de acceder a sus servicios y carpetas a traves de cualquier ordenador de tu red
No comment yet.
Scooped by Gumersindo Fernández
Scoop.it!

Direcciones IP en Raspberry Pi

Direcciones IP en Raspberry Pi | tecno4 | Scoop.it

La forma más sencilla de establecer una dirección IP desde Raspbian es desde el entorno gráfico. Para ello haciendo doble clic sobre el icono de configuración de red, seleccionamos la interfaz eth0 si estamos conectados por cable de red o wifi en caso de estar mediante wifi.

Añadimos la dirección IP que tengamos libre y permitida en nuestro router. Añadimos también la máscara de red o router y también podemos añadir unas DNS de nuestro router o públicas.

  • IPv4: Dirección IP fija que queremos (dejar el /24 al final)
  • Router: Dirección IP del router
  • DNS Servers: Dirección del servidor DND (la del router)

A continuación guardamos los cambios y reiniciamos la Raspberry Pi para ver que los cambios son correctos. Al reiniciar, volvemos a acceder a la configuración de red y veremos que la IP está guardada.

No comment yet.
Scooped by Gumersindo Fernández
Scoop.it!

How to Find IP Address of Raspberry Pi using Python Script

How to Find IP Address of Raspberry Pi using Python Script | tecno4 | Scoop.it

The main problem while working with Raspberry Pi is to know the IP address of the Raspberry Pi, which will be needed to login into it using some SSH or file transfer client. So today we will share some Python scripts to find the local IP address of your Raspberry Pi on the network and display it on the 16x2 LCD Screen. We will also add the script in the Crontab so that it can be run on every 10 minutes and we will have the updated IP address every time.

No comment yet.