[beagleboard] Re: Trouble setting static IP on update (9/4) Angstrom image

2014-10-13 Thread cl
John Stoner wrote: > [-- text/plain, encoding quoted-printable, charset: UTF-8, 48 lines --] > > On Monday, October 13, 2014 4:19:01 AM UTC-5, c...@isbd.net wrote: > > > > John Stoner > wrote: > > > and the flash worked, but now the /etc/network/interfaces file is gone. > > I > > > made a new

[beagleboard] Re: Trouble setting static IP on update (9/4) Angstrom image

2014-10-13 Thread John Stoner
On Monday, October 13, 2014 4:19:01 AM UTC-5, c...@isbd.net wrote: > > John Stoner > wrote: > > and the flash worked, but now the /etc/network/interfaces file is gone. > I > > made a new one. It looks like this: > > > > root@beaglebone:~# cat /etc/network/interfaces > > iface eth0 inet static

[beagleboard] Re: Trouble setting static IP on update (9/4) Angstrom image

2014-10-13 Thread cl
John Stoner wrote: > and the flash worked, but now the /etc/network/interfaces file is gone. I > made a new one. It looks like this: > > root@beaglebone:~# cat /etc/network/interfaces > iface eth0 inet static > address 192.168.7.4 > netmask 255.255.255.0 > gateway 192.168.7.1 > > (I added th