The Problem is, that you destroy your own connection whilst being connected over it.
You start of by connecting to the BBB via USB and SSH? [email protected] <-- this is the IP of the BBB when the session begins Then you run the command to ask for a NEW IP for that interface via DHCP and your router answers. The router has different DHCP-range gives the interface a new IP. That new IP is NOT THE SAME as your current IP. Hence the IP changes and therefore destroys your connection. I hope I could help you. I am currently looking for a way to keep the IP on USB0 and still have internet access with my BBB. Should I find something, I will let you know :) Kind regards Max Am Mittwoch, 15. Juni 2016 17:23:33 UTC+2 schrieb [email protected]: > > after running command dhclient or dhclient usb0 it shows ii > > " PING 192.168.2.1 (192.168.2.1) 56(84) bytes of data. > > > --- 192.168.2.1 ping statistics --- > > 1 packets transmitted, 0 received, +1 errors, 100% packet loss, time 0ms > > > packet_write_wait: Connection to 192.168.7.2: Broken pipe " > > > what seems to be the problem? > > On Wednesday, June 18, 2014 at 7:23:47 AM UTC+5:30, [email protected] > wrote: >> >> I'm on Beaglebone Black Rev. C with Debian Wheezy and this worked for me: >> >> >> 1. Install Mac drivers from - http://beagleboard.org/Getting%20Started >> 2. Connect BBB to Mac through USB >> 3. On Mac, System Preferences > Sharing > Internet Sharing > Beaglebone >> Black >> 4. System Preferences > Network, make sure BBB is in the left hand side >> and shows “Connected” >> 5. After SSH’ing into the BBB, run “dhclient” (or "dhclient usb0” if >> that doesn’t work) and then try “ping google.com”. >> >> Hope that works for you. >> >> On Tuesday, December 10, 2013 3:57:21 PM UTC-6, [email protected] >> wrote: >>> >>> Hello, >>> I'm looking to connect my BeagleBone to the net by sharing my connection >>> from my mac through USB. >>> I know that this is possible and I've read many badly written >>> explanations for it online, but none of them really laid it out in a step >>> by step manner for someone who is relatively inexperienced with coding. >>> Could anybody explain how to do this? >>> >>> Thank you >>> >> -- 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/98bc82d2-54c0-45cd-b2e9-b15081b9f414%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
