This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

dm6446 net connectivety

hi  .....

i have a problem with downloading the files from the internet using terminal.

generally from   Linux we can download files using the command "wget <path of file>"

same command i used for download files from the net  on the dm6446 .................there is two ways i followed 

1---------------->

root@10.0.0.7:/opt/dvsdk# wget http://ftp.gnu.org/gnu/wget/wget-1.6.tar.gz

--12:16:16--  http://ftp.gnu.org/gnu/wget/wget-1.6.tar.gz
           => `wget-1.6.tar.gz.1'
Resolving ftp.gnu.org... failed: Temporary failure in name resolution.

but i am getting failed error because of resolution . i tried with ip address of the wed site

2------------------>

root@10.0.0.7:/opt/dvsdk# wget 140.186.70.20/gnu/wget/wget-1.6.tar.gz

--12:16:31--  http://140.186.70.20/gnu/wget/wget-1.6.tar.gz
           => `wget-1.6.tar.gz.1'
Connecting to 140.186.70.20:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 670,777 (655K) [application/x-gzip]

100%[====================================>] 670,777      133.63K/s    ETA 00:00

12:16:38 (121.21 KB/s) - `wget-1.6.tar.gz.1' saved [670777/670777]

now it is working fine

--------------------------------------------------------------------------------------------------------------------------

please tell me how to work the first case . because remembering the ip address is so hard .

 

 

thanks  for your support on all my issues