I have found a lot of posts for Sharing the main computer's internet with the Beaglebone, but I was actually considering the reverse. The beaglebone is connected to a Windows Laptop. The Beaglebone has internet access via ethernet cable / wifi. The laptop does not. How would one go about sharing the internet with the laptop?
So far I have done the following steps with no joy: sysctl net.ipv4.ip_forward=1 sudo iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE sudo iptables -A FORWARD -m conntrack --ctstate RELATED,ESTABLISHED -j ACCEPT sudo iptables -A FORWARD -i usb0 -o eth0 -j ACCEPT -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/e1f4b562-364a-46db-aad2-1df4e1dc5f99%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
