Hello.

I had similar trouble with WinXP, and the problem I had included issues 
with the way I had my Windows network configured.  Win 7 is much different 
though, so can't offer any help there.  Otherwise, you may already be doing 
this but just in case, I have the following lines in a script that I run 
after I've booted my BBB: 

#!/bin/sh
echo "Setting up the default gateway"
/sbin/route add default gw 192.168.7.1
# May need to run this if /etc/resolv.conf gets corrupted 
#echo "Updating the nameserver entry"
echo "nameserver 8.8.8.8" >> /etc/resolv.conf




-- 
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