Hello

I want to share the internet connection of eth0 with wlan0. (like wifi AP,  
hostapd and dhcp-server already working)

I tried to use iptables for NAT.
# iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE

But i get following error:
"iptables v1.4.15: can't initialize iptables table `nat': Table does not 
exist (do you need to insmod?)
Perhaps iptables or your kernel needs to be upgraded."

So i tried to install 
kernel-module-iptable-nat<http://www.angstrom-distribution.org/repo/?pkgname=kernel-module-iptable-nat>,
 
but it is not available for the 3.8 kernel.

Is there another method to share the internet connection / build 
kernel-module-iptable-nat<http://www.angstrom-distribution.org/repo/?pkgname=kernel-module-iptable-nat>for
 the 3.8 kernel?

Using BBB / latest Angstrom.



-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to