Can't find IP address

Topics about the Hardware of Revolution Pi
User avatar
nicolaiB
KUNBUS
Posts: 877
Joined: 21 Jun 2018, 10:33
Answers: 8
Location: Berlin
Contact:

Re: Can't find IP address

Post by nicolaiB »

Purecade wrote: 17 Nov 2021, 02:33 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
So this is working for port A now? You can add another section for port B like this

Code: Select all

interface eth0
static ip_address=192.168.1.100/24
static routers=192.168.1.1
static domain_name_servers=192.168.1.1

interface eth1
static ip_address=192.168.2.100/24
Please note that I haven't specified a router nor a DNS server as this is usually only present on the upstream interface.

Nicolai
punith1998
Posts: 1
Joined: 16 Aug 2023, 12:16
Answers: 0

Re: Can't find IP address

Post by punith1998 »

I also have the same issue unable to fix a static ip address. I am using revpiconnect and revpidio, 1 have 2 ethernet ports firstly i want fix the ip address of the ports and by using an edimax wifi adopter want to access them over a network.
I added an edimax wifi adopter by seeing the wlan youtube video now i am able to access revolution pi virtually over a network remotely.
I have gone through the youtube video of fix ip address but when i implement, its not working ip address of eth1 is not getting updated. for your reference i am adding photos please go through it and help me to fix this issue
IMAGES:
https://ibb.co/dBCxKLN
https://ibb.co/1T2Vckh
Post Reply