Re: [beagleboard] Unable to ping host machine

2014-04-17 Thread Jacob Vasu
? Host to me implies they are directly connected, but I do not remember if the xM has onboard ethernet or not. On Wed, Apr 16, 2014 at 10:22 PM, Jacob Vasu jaco...@gmail.comjavascript: wrote: I get this: ubuntu@bbxm:~$ cat /etc/network/interfaces auto lo iface lo inet loopback auto eth0

Re: [beagleboard] Unable to ping host machine

2014-04-17 Thread Jacob Vasu
at 10:22 PM, Jacob Vasu jaco...@gmail.comjavascript: wrote: I get this: ubuntu@bbxm:~$ cat /etc/network/interfaces auto lo iface lo inet loopback auto eth0 iface eth0 inet static address 192.168.1.4 netmask 255.255.255.0 gateway 192.168.1.0 hwaddress ether 3e:7f:da:ee:b1:db On Thursday

[beagleboard] Unable to ping host machine

2014-04-16 Thread Jacob Vasu
Hi, I'm using MATLAB to program my beagleboard xm. I ran into a strange problem. I'm able to ping the board from my host machine (Windows 7) but not the other way around i.e. I cannot ping my host from the bbxm. Here are my results for ifconfig on the bbxm: ubuntu@bbxm:~$ ifconfig eth0

Re: [beagleboard] Unable to ping host machine

2014-04-16 Thread Jacob Vasu
? On Wed, Apr 16, 2014 at 8:24 PM, Jacob Vasu jaco...@gmail.comjavascript: wrote: Hi, I'm using MATLAB to program my beagleboard xm. I ran into a strange problem. I'm able to ping the board from my host machine (Windows 7) but not the other way around i.e. I cannot ping my host from the bbxm

Re: [beagleboard] Unable to ping host machine

2014-04-16 Thread Jacob Vasu
/interfaces ? On Wed, Apr 16, 2014 at 9:56 PM, Jacob Vasu jaco...@gmail.comjavascript: wrote: Hi William, ubuntu@bbxm:~$ cat /etc/resolv.conf domain mathworks.com search mathworks.com nameserver 144.212.95.9 nameserver 144.212.95.8 nameserver 144.212.2.11 Thanks! On Thursday