I reinstalled the latest debian on BBB. 
I was able to install *arptables ebtables on my host side.*Everything went 
well .
 But still I am not able to ping 8.8.8.8 or any DNS name for that matter.

*And still get the same output :*
*PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data.                              
      *
*From 192.168.7.1 icmp_seq=1 Destination Host Unreachable  *

1. Is it because of connmanctl(on the host or BBB) by any chance ?

2. My "*netstat -rn*"  of BBB looks fine 
Destination     Gateway         Genmask         Flags   MSS Window  irtt 
Iface
0.0.0.0         192.168.7.1     0.0.0.0               UG      0 0          
0  usb0
192.168.6.0     0.0.0.0         255.255.255.0   U         0 0          0 
usb1
192.168.7.0     0.0.0.0         255.255.255.0   U         0 0          0 
usb0

3. The BBB website https://beagleboard.org/upgrade has these instructions 
which did work, but after restart didn't last 
    In your host operating system, you'll need to share your Internet 
connection back to the board. With an Ubuntu host, use the utility 
"nm-connection-editor".

sudo ip addr flush dev usb0
sudo dhclient usb0


I am really confused  .

On Wednesday, May 13, 2020 at 8:29:45 AM UTC-7, RobertCNelson wrote:
>
> On Wed, May 13, 2020 at 1:20 AM jonnymo <jonn...@gmail.com <javascript:>> 
> wrote: 
> > 
> > You may need to install the missing arptables and ebtables if they are 
> not already installed: 
> > 
> >   sudo apt-get install -y iptables arptables ebtables 
>
> Side note, now that Debian 10.x Buster and Ubuntu 20.04 are shipping 
> nftables by default 
>
> anyone want to dive and try getting nftables to do the same thing as: 
>
> sudo iptables --table nat --append POSTROUTING --out-interface eth0 -j 
> MASQUERADE 
> sudo iptables --append FORWARD --in-interface eth1 -j ACCEPT 
>
> Regards, 
>
> -- 
> Robert Nelson 
> https://rcn-ee.com/ 
>

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/145c3c93-92a6-4574-9796-2503b029e520%40googlegroups.com.

Reply via email to