Created
August 7, 2011 07:44
-
-
Save copyninja/1130164 to your computer and use it in GitHub Desktop.
Enabling the internet sharing
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think this
iptables --append FORWARD --in-interface wlan1 -j ACCEPT
have to be
iptables --append FORWARD --in-interface wlan0 -j ACCEPT
Anyway thank you for sharing