I tried to modify the static IP address of the Raspberry Pi. After the modification, I can still use it and find the IP address. However, after a week, I can no longer find the IP address and cannot log in with SSH. My two The modules are all like this: RevPi Core3 and RevPi Connect+, is there a way to solve them.
Steps to modify static IP address:
1、Input command:sudo nano /etc/dhcpcd.conf
2、Add content in dhcpcd.conf:
interface eth0
static ip_address=192.168.1.100/24
static routers=192.168.1.1
static domain_name_servers=192.168.1.1
Can't find IP address
Can't find IP address
- Attachments
-
- 1.png (161.6 KiB) Viewed 11249 times
Re: Can't find IP address
Hello with interest I read your description of the problem.
I can understand the steps you have taken.
Probably you just forgot one letter
Shouldn't it say "interface eth0"?
I can understand the steps you have taken.
Probably you just forgot one letter
Shouldn't it say "interface eth0"?
- Attachments
-
- interface.png (72.73 KiB) Viewed 11069 times
Re: Can't find IP address
Hello,This may be accidentally deleted when I took the screenshot, but I can be sure that I wrote "interface eth0"dirk wrote: 10 Nov 2021, 11:01 Hello with interest I read your description of the problem.
I can understand the steps you have taken.
Probably you just forgot one letter
Shouldn't it say "interface eth0"?
- Salma Benamor
- KUNBUS
- Posts: 13
- Joined: 05 Nov 2021, 12:59
- Location: Hamburg
Re: Can't find IP address
Hello Cade,
please reset to factory defaults vis this link:
https://kunbus-gmbh.atlassian.net/servi ... /836468748
Best regards.
please reset to factory defaults vis this link:
https://kunbus-gmbh.atlassian.net/servi ... /836468748
Best regards.
Re: Can't find IP address
Hello,Salma Benamor wrote: 15 Nov 2021, 14:34 Hello Cade,
please reset to factory defaults vis this link:
https://kunbus-gmbh.atlassian.net/servi ... /836468748
Best regards.
I know that resetting the system can solve the problem, but my project must have a static IP address. The same setting still causes me to find the IP address. I have tried to reset the system, but if I set a static IP address, I still cannot find the IP address.Do you know any other way, thanks you.
Re: Can't find IP address
Hi Purecade,
which image version do you run (cat /etc/revpi/image-release)? Is there any error message in the logs after the connection is lost (reboot and check with jourctl -u dhcpcd)?
Nicolai
which image version do you run (cat /etc/revpi/image-release)? Is there any error message in the logs after the connection is lost (reboot and check with jourctl -u dhcpcd)?
Nicolai
Re: Can't find IP address
Hi Nicolai,nicolaiB wrote: 16 Nov 2021, 12:20 Hi Purecade,
which image version do you run (cat /etc/revpi/image-release)? Is there any error message in the logs after the connection is lost (reboot and check with jourctl -u dhcpcd)?
Nicolai
I run buster imager.I want to connect my RevPi Core 3,but I can't do SSH login.And my Mirco USB port is broken and I cannot reset the system.For my RecvPi Connect, I fixed the Ethernet port A, but I can't find the IP address for both interfaces. I am very troubled.
Purecade
Re: Can't find IP address
Hu Purecase,
so you basicaly have two problems:
Nicolai
so you basicaly have two problems:
Does the local login via an attached HDMI monitor work?Purecade wrote: 16 Nov 2021, 13:36 I want to connect my RevPi Core 3,but I can't do SSH login.And my Mirco USB port is broken and I cannot reset the system
What do you mean with "fixed the Ethernet port"? What did you try to configure the ip addresses (please share complete configuration file)?Purecade wrote: 16 Nov 2021, 13:36 For my RecvPi Connect, I fixed the Ethernet port A, but I can't find the IP address for both interfaces. I am very troubled.
Nicolai
Re: Can't find IP address
nicolaiB wrote: 16 Nov 2021, 13:56 Hu Purecase,
so you basicaly have two problems:
Does the local login via an attached HDMI monitor work?Purecade wrote: 16 Nov 2021, 13:36 I want to connect my RevPi Core 3,but I can't do SSH login.And my Mirco USB port is broken and I cannot reset the system
What do you mean with "fixed the Ethernet port"? What did you try to configure the ip addresses (please share complete configuration file)?Purecade wrote: 16 Nov 2021, 13:36 For my RecvPi Connect, I fixed the Ethernet port A, but I can't find the IP address for both interfaces. I am very troubled.
Nicolai
Yeah,I try it.But I can’t enter the desktop, and I get stuck in the process of entering.It shows:[Failed]Failed to start File system Check on Root Device.
Sorry,Maybe my expression is inaccurate.I mean to set a static IP address.Purecade wrote: 16 Nov 2021, 13:36 What do you mean with "fixed the Ethernet port"? What did you try to configure the ip addresses (please share complete configuration file)?
Re: Can't find IP address
nicolaiB wrote: 16 Nov 2021, 13:56 Hu Purecase,
so you basicaly have two problems:
Does the local login via an attached HDMI monitor work?Purecade wrote: 16 Nov 2021, 13:36 I want to connect my RevPi Core 3,but I can't do SSH login.And my Mirco USB port is broken and I cannot reset the system
What do you mean with "fixed the Ethernet port"? What did you try to configure the ip addresses (please share complete configuration file)?Purecade wrote: 16 Nov 2021, 13:36 For my RecvPi Connect, I fixed the Ethernet port A, but I can't find the IP address for both interfaces. I am very troubled.
Nicolai
Purecade wrote: 16 Nov 2021, 13:36 I modified dhcpcd.conf,Add content in dhcpcd.conf:
interface eth0
static ip_address=192.168.1.100/24
static routers=192.168.1.1
static domain_name_servers=192.168.1.1