Re: [beagleboard] BBB: sharing Internet connection from Linux laptop with USB

2020-09-23 Thread Alexander Zangerl
On Wed, 23 Sep 2020 11:44:20 -0700, tonyponyexpress...@gmail.com writes: >I was able to execute 'ping 8.8.8.8' successfully but when I try to execute >'cat /etc/resolv.conf' I get a message stating that the file doesn't exist that file is automatically (re)generated if you are using dhcp to auto

Re: [beagleboard] BBB: sharing Internet connection from Linux laptop with USB

2020-09-23 Thread tonyponyexpress979
Yes thank you! I was able to execute 'ping 8.8.8.8' successfully but when I try to execute 'cat /etc/resolv.conf' I get a message stating that the file doesn't exist within the BeagleBone interface. Also, I still can't perform git pulls even though pings are working. On Wednesday, September

Re: [beagleboard] BBB: sharing Internet connection from Linux laptop with USB

2020-09-23 Thread Robert Heller
At Wed, 23 Sep 2020 10:18:44 -0700 (PDT) beagleboard@googlegroups.com wrote: > > Hi Drew, after uncommenting those lines and running 'sysctl -a |fgrep > .forwarding |grep ^net |grep ipv4' those configurations are still disabled. > Is there a step I'm missing after uncommenting those lines? Did

Re: [beagleboard] BBB: sharing Internet connection from Linux laptop with USB

2020-09-23 Thread tonyponyexpress979
Hi Drew, after uncommenting those lines and running 'sysctl -a |fgrep .forwarding |grep ^net |grep ipv4' those configurations are still disabled. Is there a step I'm missing after uncommenting those lines? On Wednesday, June 12, 2019 at 4:15:15 PM UTC-5, Drew Fustini wrote: > > I have them in t

Re: [beagleboard] BBB: sharing Internet connection from Linux laptop with USB

2020-05-03 Thread KenUnix
Jason, I sent you a message a few weeks ago was wondering if you received my e-mail regarding web pages? Ken -- 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

Re: [beagleboard] BBB: sharing Internet connection from Linux laptop with USB

2019-06-12 Thread Drew Fustini
I have them in this file on my Ubuntu laptop: /etc/sysctl.d/99-sysctl.conf # Uncomment the next line to enable packet forwarding for IPv4 net.ipv4.ip_forward=1 # Uncomment the next line to enable packet forwarding for IPv6 net.ipv6.conf.all.forwarding=1 -drew On Wed, Jun 12, 2019 at 4:07 AM asto

Re: [beagleboard] BBB: sharing Internet connection from Linux laptop with USB

2019-06-12 Thread aston
Hi Drew, Thanks for making documentation for this stuff. I've tried step by step of your tutorial but my BBB still cannot connect to the internet. One step i cannot accomplish is this part : root@sp3:~# sysctl -a |fgrep .forwarding |grep ^net |grep ipv4 net.ipv4.conf.all.forwarding = 1 net.ipv4.c

Re: [beagleboard] BBB: sharing Internet connection from Linux laptop with USB

2018-10-09 Thread Jason Kridner
I agree with using nm-connection-editor on Ubuntu. A confusing point to me was using the setting “Shared to other computers” on the downstream port on the host and setting nothing special on the upstream port. In hindsight, it makes sense, but the instructions didn’t make that clear at all. My thin

Re: [beagleboard] BBB: sharing Internet connection from Linux laptop with USB

2018-10-09 Thread David Lechner
Why go through all of that when you can just enable Internet connection sharing via NetworkManager? On 10/08/2018 02:33 PM, Drew Fustini wrote: > Yesterday, I got Internet connection sharing over USB working on my system. > > My BeagleBone Black is connected via USB to my Linux laptop (Ubuntu >

Re: [beagleboard] BBB: sharing Internet connection from Linux laptop with USB

2018-10-08 Thread Jason Kridner
> On Oct 8, 2018, at 3:54 PM, Drew Fustini wrote: > > Thanks! I'll check it out! > > debian@beaglebone:/opt/scripts$ git pull > > 11 files changed, 180 insertions(+), 61 deletions(-) > create mode 100644 network/doc-debian-setup.md > create mode 100755 network/usb_linux_usb0_ics.sh > create

Re: [beagleboard] BBB: sharing Internet connection from Linux laptop with USB

2018-10-08 Thread Drew Fustini
Thanks! I'll check it out! debian@beaglebone:/opt/scripts$ git pull 11 files changed, 180 insertions(+), 61 deletions(-) create mode 100644 network/doc-debian-setup.md create mode 100755 network/usb_linux_usb0_ics.sh create mode 100755 network/usb_linux_usb1_ics.sh create mode 100755 networ

Re: [beagleboard] BBB: sharing Internet connection from Linux laptop with USB

2018-10-08 Thread Robert Nelson
On Mon, Oct 8, 2018 at 2:34 PM Drew Fustini wrote: > > Yesterday, I got Internet connection sharing over USB working on my system. > > My BeagleBone Black is connected via USB to my Linux laptop (Ubuntu > 17.10). The BBB is able to connect to the Internet by my Laptop > laptop forwarding traffic

[beagleboard] BBB: sharing Internet connection from Linux laptop with USB

2018-10-08 Thread Drew Fustini
Yesterday, I got Internet connection sharing over USB working on my system. My BeagleBone Black is connected via USB to my Linux laptop (Ubuntu 17.10). The BBB is able to connect to the Internet by my Laptop laptop forwarding traffic through the WiFi interface. BBB <-- USB --> Laptop <-- WiFi --