finding ip address from isdn line 
Author Message
 finding ip address from isdn line

how can i resolve ip address of a computer connected to internet from isdn
connection or from lan.
is there any way using ipaddress class i can find this

rk reddy
__________________________________________________________________ ICQ#:
127134566 Current ICQ status: + More ways to contact me i See more about me:
__________________________________________________________________



Sun, 03 Jul 2005 14:32:43 GMT  
 finding ip address from isdn line

Imports System.Net

Your computer:

Dim MyIP as IPAddress = Dns.GetHostByName(Dns.GetHostName()).AddressList(0)

Another Computer:

Dim YourIP as IPAddress = Dns.GetHostByName("dns name").AddressList(0)


Quote:
> how can i resolve ip address of a computer connected to internet from isdn
> connection or from lan.
> is there any way using ipaddress class i can find this

> rk reddy
> __________________________________________________________________ ICQ#:
> 127134566 Current ICQ status: + More ways to contact me i See more about
me:
> __________________________________________________________________



Sun, 03 Jul 2005 15:27:12 GMT  
 finding ip address from isdn line
it gives the local lan assigned ip of the computer.


Quote:
> Imports System.Net

> Your computer:

> Dim MyIP as IPAddress =

Dns.GetHostByName(Dns.GetHostName()).AddressList(0)
Quote:

> Another Computer:

> Dim YourIP as IPAddress = Dns.GetHostByName("dns name").AddressList(0)



> > how can i resolve ip address of a computer connected to internet from
isdn
> > connection or from lan.
> > is there any way using ipaddress class i can find this

> > rk reddy
> > __________________________________________________________________ ICQ#:
> > 127134566 Current ICQ status: + More ways to contact me i See more about
> me:
> > __________________________________________________________________



Mon, 04 Jul 2005 12:15:56 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. Finding an IP address

2. find IP address from web site

3. Finding own IP address

4. Finding IP addresses for use in Winsock

5. finding IP address in VB4

6. How to find my IP address

7. Finding IP Addresses for Dial up connection

8. finding ip addresses

9. Find IP address for a given Server Name

10. finding a client's ip address

11. Finding IP addresses for use in Winsock

12. Problems finding correct IP address using WINSOCK Control with 2 network adapters

 

 
Powered by phpBB® Forum Software