$ sudo /sbin/route add default gw 192.168.6.1
but then get this result:
$ ping 8.8.8.8
PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data.
From 192.168.6.2 icmp_seq=1 Destination Host Unreachable
The mac is set up with
IPAddr 192.168.6.1
netmask: 255.255.255.252
on the beaglebone,
$ route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
default 192.168.6.1 0.0.0.0 UG 0 0 0 usb0
192.168.6.0 0.0.0.0 255.255.255.252 U 0 0 0 usb0
192.168.6.0 0.0.0.0 255.255.255.252 U 0 0 0 usb1
Any suggestions?