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, April 17, 2014 10:37:24 AM UTC+5:30, William Hermans wrote:
>
> Ok, I am not sure what you're doing there, but those nameservers do not 
> match your ifconfig output.
>
> Try commenting out all of those atleast temporarily by adding a pound sign 
> in front of ech statement ( # ) andthen add . . .
>
>  nameserver 192.168.1.1
>
> Just for kicks what do you have in /etc/network/interfaces ?
>
>
>
>
> On Wed, Apr 16, 2014 at 9:56 PM, Jacob Vasu <jaco...@gmail.com<javascript:>
> > 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, April 17, 2014 9:13:42 AM UTC+5:30, William Hermans wrote:
>>
>>> What is the contents of /etc/resolv.conf ?
>>>
>>>
>>> On Wed, Apr 16, 2014 at 8:24 PM, Jacob Vasu <jaco...@gmail.com> 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. Here 
>>>> are 
>>>> my results for ifconfig on the bbxm:
>>>>
>>>> ubuntu@bbxm:~$ ifconfig
>>>> eth0      Link encap:Ethernet  HWaddr 3e:7f:da:ee:b1:db
>>>>           inet addr:192.168.1.4  Bcast:192.168.1.255  Mask:255.255.255.0
>>>>           inet6 addr: fe80::3c7f:daff:feee:b1db/64 Scope:Link
>>>>           UP BROADCAST RUNNING MULTICAST  MTU:1488  Metric:1
>>>>           RX packets:297 errors:0 dropped:0 overruns:0 frame:0
>>>>           TX packets:50 errors:0 dropped:0 overruns:0 carrier:0
>>>>           collisions:0 txqueuelen:1000
>>>>           RX bytes:20184 (20.1 KB)  TX bytes:4860 (4.8 KB)
>>>>
>>>> lo        Link encap:Local Loopback
>>>>           inet addr:127.0.0.1  Mask:255.0.0.0
>>>>           inet6 addr: ::1/128 Scope:Host
>>>>           UP LOOPBACK RUNNING  MTU:16436  Metric:1
>>>>           RX packets:22 errors:0 dropped:0 overruns:0 frame:0
>>>>           TX packets:22 errors:0 dropped:0 overruns:0 carrier:0
>>>>           collisions:0 txqueuelen:0
>>>>           RX bytes:1656 (1.6 KB)  TX bytes:1656 (1.6 KB)
>>>>
>>>> My BB OS is ubuntu
>>>> ubuntu@bbxm:~$ lsb_release -a
>>>> No LSB modules are available.
>>>> Distributor ID: Ubuntu
>>>> Description:    Ubuntu 11.04
>>>> Release:        11.04
>>>> Codename:       natty
>>>>
>>>> Any idea what's causing this? Thanks!
>>>>  
>>>> -- 
>>>> 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 beagleboard...@googlegroups.com.
>>>>
>>>> For more options, visit https://groups.google.com/d/optout.
>>>>
>>>
>>>  -- 
>> 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 beagleboard...@googlegroups.com <javascript:>.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>

-- 
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 beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to