how to get the IP Address of particular website.
i want to get the ip address of yahoo.com,bbc.com
i have tried with ping command.i got the error message
$ping yahoo.com
ping:unknown host yahoo.com
can any one help me .
my advance thanks,
Sasikumar
--
_______________________________________________________________________
J.P.Sasikumar
1600,Amelia Court #1221
Plano ,TX 75075
Phone : 972-519-3519 ( Office)
Phone : 972-769-0288 (Res)
Email Id : jpsa...@ssd.usa.alcatel.com,jps...@yahoo.com
_______________________________________________________________________
Sounds to me like the DNS settings on your computer are not properly
configured.
% ping -c 1 yahoo.com
PING yahoo.com (204.71.200.243): 56 data bytes
64 bytes from 204.71.200.243: icmp_seq=0 ttl=242 time=42.979 ms
miguel
nslookup and ping not helping me get the ip Address.I think
my server(firewall) might be disabled to access the out side DNS
name.i can get the ip address of local servers with nslookup.
i am working in Sun solaris 5.7.any C - progarm will help me to
get the Ip Address.
thanks
Sasikumar
Miguel Cruz wrote:
--