If I read this correctly, your gateway is pointing right back at the
BBAI, not to the next node in the route. OR -- if 192.168.1.1 IS supposed
to be the router, you appear to mask it with a local definition for the
same IP.
This is from a Raspberry-Pi...
pi-star@pi-star-3b(ro):~$ route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use
Iface
default dsldevice.attlo 0.0.0.0 UG 303 0 0
wlan0
192.168.1.0 0.0.0.0 255.255.255.0 U 303 0 0
wlan0
pi-star@pi-star-3b(ro):~$
pi-star@pi-star-3b(ro):~$ ifconfig
<SNIP>
wlan0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.1.79 netmask 255.255.255.0 broadcast 192.168.1.255
ether b8:27:eb:4b:0b:d5 txqueuelen 1000 (Ethernet)
RX packets 60790023 bytes 1410944400 (1.3 GiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 12658944 bytes 2726884208 (2.5 GiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
pi-star@pi-star-3b(ro):~$