Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 8005

Beginners • Re: How to connect to PI 3B+ using just ethernet cable

$
0
0
You would need to edit interfaces in /etc/network/interfaces

Here are some suggestions:

Turn off wifi:

Code:

nmcli device disconnect wlan0nmcli connection modify wlan0 autoconnect no

Code:

apt install ifupdown

Code:

vim /etc/network/interfacesauto eth0allow-hotplug eth0

Code:

vim /etc/network/interfaces.d/eth0allow-hotplug eth0iface eth0 inet staticaddress 192.168.77.2netmask 255.255.255.0gateway 192.168.77.1

Code:

sudo ifdown eth0 && sudo ifup eth0
and check with:

Code:

ip addr

Statistics: Posted by valkyrie44 — Sun Jan 25, 2026 9:40 pm



Viewing all articles
Browse latest Browse all 8005

Trending Articles