On Sat, Apr 01, 2006 at 11:12:52AM -0800, Dennis Bagley wrote:
> There are various Internet Radio stations I like which play music that 
> is hard to find.
> 
> I'd like to use streamripper to get some copies but need the *full* ip 
> in the format
> 
> xxx.xxx.xxx.xxx:yyyy
> 
> How do I find out what that ip is?

connect the usual way then do something like:

$ netstat -anp | grep epiphany

which will print something like this:

tcp        0      0 192.168.0.10:35034      63.211.236.244:80 
ESTABLISHED5025/epiphany

which shows...
remote ip:    63.211.236.244
remote port:  80

cheers,

- Anna


_______________________________________________
RLUG mailing list
[email protected]
http://lists.rlug.org/mailman/listinfo/rlug

Reply via email to