Hi Curt, The thing is it actually worked earlier by following the already mentioned youtube video even though the video is for Windows 8.
Actually, I am a newbie. Even I ran the same script but I am not sure whether it was done in the correct file. root@beaglebone:/home/debian# route add default gw 192.168.7.1 Will this above script make changes in the file *#!/bin/sh *as your script? root@beaglebone:/home/debian# cat /etc/resolv.conf domain localdomain search localdomain nameserver 8.8.8.8 Even I made changes like above in */etc/resolv.conf *file. Do I need to change *localdomain* in the above script also? Thanks Curt. On Mon, Jan 19, 2015 at 5:29 AM, Curt Carpenter <[email protected]> wrote: > 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 a topic in the > Google Groups "BeagleBoard" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/beagleboard/9PWK96YLkzA/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
