2
votes
1answer
32 views
dns for dynamic IP
Hello.
I'd like to know the best solutions to get a public static dns or IP adress to access a computer on a routed network (for example to access from the internet a PC in my hom …
0
votes
3answers
57 views
How to get internal IP, external IP and default gateway for UPnP
I'm wondering how I'd go about getting the:
Internal IP address;
External IP address; and
Default gateway
in Windows (WinSock) and Unix systems.
Thanks in advance,
1
vote
1answer
26 views
networkStream.CanRead true but Buffer returning no value
I have a do while loop that reads a buffer from a NetworkStream object
the while condition is networkStream.CanRead so as long as it can read it should continue reading from the bu …
0
votes
4answers
55 views
problem with IPv4 protocol… [closed]
using IPv4 protocol around 4 billion computers can be connected.(including classA, class B, class C networks). What should be done if the number exceeds beyond 4 billion? what are …
0
votes
3answers
74 views
Listen to a port that is in use [closed]
Possible Duplicate:
Get connecting IP from specified ports that using by other program.
If a port is used by a program, is there any way I can listen that port and get the …
0
votes
1answer
58 views
Get connecting IP from specified ports that using by other program.
Hi,
Does anyone know how to Get connecting IP from a specified port that is using by another program. in C#.
Thanks
1
vote
2answers
451 views
Objective-C - Determining IP address of iPod touch programmatically
I'm programming in objective-C for several iPod devices and I was wondering about something. I'm developing an application that utilizes the server-client model and I'm using the U …
0
votes
0answers
64 views
How to connect openvpn point-to-point with both dynamic ips?
How i can connect openvpn point-to-point link with both dynamic IP?
Yes, i know about dyndns, but i do not want to use it.
Maybe by STUN server?
1
vote
1answer
33 views
Connect using specific IP (multiple IPs on NIC)
Hello
I have multiple IPs on a NIC. I've programmed a console application to connect to a socket - this connection is made by a specific IP.
Is it possible to tell which IP this …
0
votes
4answers
38 views
possible to detect ISPs that give user different IP address on every page request for login security?
We recently attempted to add ip address validation to our website's login security. So in addition to having a cookie with valid credentials, we checked that your ip address on pa …
0
votes
1answer
81 views
get cultureinfo with country code
Hi,
I try to get CultureInfo with country code. I'm using hostip.info for getting country code.
For example, "http://api.hostip.info/?ip=207.46.197.32&position=true" returns …
0
votes
0answers
13 views
Dynamic IP Restrictions in Windows 7 [closed]
I'm trying setup Dynamic IP Restrictions in Windows 7. But in IIS Manager I only have "IP address and domain restrictions" , but not dynamic one.
When trying reinstall Dynamic IP R …
0
votes
3answers
105 views
How to Send Packets Between Two IP Hosts on Different Subnets?
Host 1:
10.10.0.1
Host 2:
10.10.1.2
Mask is both:
255.255.255.0
How to send a packet from Host 1 to Host 2?
0
votes
4answers
609 views
How to calculate the IP range when the IP address and the netmask is given?
When a IP-Range is written as aaa.bbb.ccc.ddd/ I need to calculate the first and the last included ip address in this range with C#.
Example:
Input: 192.168.0.1/25
Result: 192.1 …
1
vote
2answers
34 views
Obtaining a list of connected clients for a wcf service.
How can I enumerate some sort of location identifier for all of the connected clients for a servicehost? I'm using a duplex connection for long running calculations. The Service ho …
