0

Is it possible to connect to two separate networks with a Raspberry PI 5, one using the Wifi interface where a Web application is accessible by a fixed known IP and another where the Ethernet interface gets an IP by DHCP based on its MAC address?

enter image description here

goldilocks
  • 60,325
  • 17
  • 117
  • 234
Rafal
  • 3
  • 2

1 Answers1

1

Is it possible to connect to two separate networks with a Raspberry PI 5

Yes, the two interfaces are independent of one another and would have different addresses and the full range of ports (opening a specific listen port can apply to all, some, or just one interface); the system will then route traffic to one or the other based on destination.

goldilocks
  • 60,325
  • 17
  • 117
  • 234