I have trawled the internet for 3 months and failed. Maybe I am dim. My target is to share my wifi internet to the Ethernet port. Cant find a solution that works. So splitting my questions up. I want my Pi3 to allocate an IP address to my laptop via the Pi3 eth0. I have tried various versions of the following in sudo nano /etc/dnsmasq.conf
interface=eth0 # Use interface eth0
listen-address=192.168.0.100 # Explicitly specify the address to listen on
bind-interfaces # Bind to the interface to make sure we aren't sending thi$
server=8.8.8.8 # Forward DNS requests to Google DNS
domain-needed # Don't forward short names
bogus-priv # Never forward addresses in the non-routed address spaces$
dhcp-range=192.168.0.101,192.168.0.150,12h # Assign IP addresses between 172.24$
but doesn't work.
The IP address of my wifi connection is 10.0.2.5. I have tried changing the code above to a nearer IP address but no change.
This is the only config change from a newly installed raspian stretch config.
Help!
Ian
rpi3 bridge– jsotola Mar 27 '19 at 23:35