Go to advanced search

by sc_o
Wed Aug 05, 2020 4:04 am
Forum: Networking and servers
Topic: Providing Internet from wlan0 to access point running on wlan1
Replies: 2
Views: 105

Re: Providing Internet from wlan0 to access point running on wlan1

Thanks, I completely missed the eth0 in the line

Code: Select all

sudo iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE
Changing it to wlan0 fixed the problem
by sc_o
Sun Aug 02, 2020 6:06 pm
Forum: Networking and servers
Topic: Providing Internet from wlan0 to access point running on wlan1
Replies: 2
Views: 105

Providing Internet from wlan0 to access point running on wlan1

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 t...

Go to advanced search