lakinduakash / linux-wifi-hotspot

Feature-rich wifi hotspot creator for Linux which provides both GUI and command-line interface. It is also able to create a hotspot using the same wifi card which is connected to an AP already ( Similar to Windows 10).
BSD 2-Clause "Simplified" License
3.15k stars 294 forks source link

/usr/bin/create_ap: line 1778: iptables: command not found #268

Closed AndreiCherniaev closed 1 year ago

AndreiCherniaev commented 1 year ago

I install deb package but there was error: /usr/bin/create_ap: line 1778: iptables: command not found

I do sudo apt-get install iptables

And now hotspot works! I use Xubuntu, uname -a Linux A 5.15.0-46-generic #49-Ubuntu SMP Thu Aug 4 18:03:25 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux my hardware is Aspire 3 (A315-21-68MZ).

May be contributor should add iptables to dependencies?

hot

lakinduakash commented 1 year ago

iptables is already added as a dependency for the deb package.