Re: [beagleboard] Static IP Trouble for internet connection

2015-01-31 Thread greedman
I've added the getaway (the address of my router), and the same thing, it works in my LAN, but it doesn't work outside my LAN. # The loopback network interface auto lo iface lo inet loopback # The primary network interface auto eth0 #iface eth0 inet dhcp iface eth0 inet static #name Ethernet

Re: [beagleboard] Static IP Trouble for internet connection

2015-01-31 Thread David Lambert
It should be gateway NOT getaway On 01/31/2015 11:44 AM, greedman wrote: I've added the getaway (the address of my router), and the same thing, it works in my LAN, but it doesn't work outside my LAN. # The loopback network interface auto lo iface lo inet loopback # The primary network

[beagleboard] Static IP Trouble for internet connection

2015-01-29 Thread greedman
Hi all, I use a BBB, with Debian, to transfer files through a SSH connection, and I have been configuring it to have a static IP. I have configured it modifying the file “/etc/network/interfaces”, where I've added: # The primary network interface auto eth0 #iface eth0 inet dhcp iface eth0

Re: [beagleboard] Static IP Trouble for internet connection

2015-01-29 Thread David Lambert
Just a guess, but you do not have a gateway defined. Maybe that is the issue? On 01/29/2015 04:53 PM, greedman wrote: Hi all, I use a BBB, with Debian, to transfer files through a SSH connection, and I have been configuring it to have a static IP. I have configured it modifying the file