Hi, I am working on a project with my Pi3 B+ in which I am trying to set up an access point running on a USB wifi dongle (wlan1) in which the internet from the internal wifi (wlan0) is provided to the connected devices. All the tutorials that I have found describe the process of providing internet through eth0, which doesn't work for what I need. I have tried to adapt the tutorials to work for my use case, but have been unable to make a connection to the internet on my access point.
I've tried a few different tutorials, all of which haven't quite worked for what I am trying to do, and am currently referencing this one in the raspberry pi documentation: https://www.raspberrypi.org/documentati ... -routed.md
So far I have followed that tutorial replacing wlan0 with wlan1 throughout to set up wlan1 as the access point. I am able to connect to the access point with other devices and obtain an IP address, but I am not getting any internet. I have confirmed that the Pi3 is connected to the internet through wlan0 by pinging google.com, so it seems the only thing that is missing is bridging the two in some way.
I've seared around for anyone that has had a similar issue, but so far haven't found an answer that fits or I am not using the right search keywords. Any help is appreciated!