Networking is not my strong suit, so I will ask the group.

I cannot get Networking to work on debian.
Once connected to the BBB, I cannot get networking to work via my usb.
Can anyone tell me what I need to do? or stuff to try?

Details:
--------------------
I flashed the eMMC with the lastest debian image, and I can connect to it.
Either by ssh or by doing a screen (of the appropriate tty).

Host details:
My host is osx.
I have sharing internet enabled for the beaglebone.
I have turned the firewall OFF.

On osx, I show a BeagleBoneBlack3 network as active
IP Address = 192.168.7.1
Subnet Mask = 255.255.255.252

connect to BBB using:

screen /dev/tty.usbmodem2413 115200

on BBB:
$ ping 74.125.224.137
connect: Network is unreachable

At this point it doesn't matter what resolv.conf has in it, as it can't get
out to DNS anyway.

$ cat /etc/network/interfaces | grep -v '^#'

auto lo
iface lo inet loopback

iface usb0 inet static
    address 192.168.7.2
    netmask 255.255.255.0
    network 192.168.7.0
    gateway 192.168.7.1

$ route -n

Kernel IP routing table

Destination     Gateway         Genmask         Flags Metric Ref    Use
Iface
192.168.7.0     0.0.0.0         255.255.255.252 U     0      0        0 usb0

$ iptables -L

Chain INPUT (policy ACCEPT)
target     prot opt source               destination

Chain FORWARD (policy ACCEPT)
target     prot opt source               destination

Chain OUTPUT (policy ACCEPT)
target     prot opt source               destination
-----------------
Jerry
-- 
Extra Ham Operator: K7AZJ
Registered Linux User: 275424
BBB, Raspberry Pi and Arduino developer

There are 10 kinds of people in the world:
Those who can read binary and those who can't.

-- 
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].
For more options, visit https://groups.google.com/d/optout.

Reply via email to