Can a raspberry pi 3 connect to both ethernet and wifi at once (2 different networks)

The Raspberry Pi is a series of credit card-sized single-board computers developed in the United Kingdom by the Raspberry Pi Foundation to promote the teaching of basic computer science in schools and developing countries.

Post Reply
User avatar
/RaspberryPi
Corporate
Posts: 2449
Joined: Wed Jun 05, 2019 1:29 am

Can a raspberry pi 3 connect to both ethernet and wifi at once (2 different networks)

Post by /RaspberryPi »

can it use both eth and wlan at the same time on 2 different networks (called 1 and 2)
Eg.
Eth connected to 1 and wlan connected to 2
and will this dhcpd.conf work?
interface eth0 static ip_address=192.168.0.100/24 static routers=192.168.0.1 static domain_name_servers=192.168.0.1 interface wlan0 static ip_address=192.168.29.100/24 static routers=192.168.0.1 static domain_name_servers=192.168.0.1
submitted by /u/redstoneguy9249
[link] [comments]

More...
Post Reply

Return to “Raspberry Pi Forum”