[Mono-list] Finding the real IP address

Alan McGovern alan.mcgovern at gmail.com
Mon Mar 8 17:48:25 EST 2010


If you have a router supporting upnp then use Mono.Nat [0] to query
the router for its public IP address. Alternatively you can scrape a
site like www.whatismyip.com (or the previously linked one). If your
router supports nat-pmp, then Mono.Nat also has mostly tested support
for that, so you just have to try and report any issues you have.

Alan

[0] http://projects.qnetp.net/projects/show/mono-nat

On Mon, Mar 8, 2010 at 5:27 PM, Ricardo Lopes <rjlopes at gmail.com> wrote:
> Hi,
>
> Check the "X-Forwarded-For" header, it should be there if you are
> using apache with mod_proxy to xsp.
>
> On 8 March 2010 17:08, pfj <pjohnson1 at uclan.ac.uk> wrote:
>>
>> Hi,
>>
>> I can find the IP address of my machine very easily, but it only tells me my
>> internal IP address (such as 192.168.0.3). Is there a way to find my real IP
>> address beyond the router?
>>
>> TTFN
>>
>> Paul
>> --
>> View this message in context: http://n4.nabble.com/Finding-the-real-IP-address-tp1584751p1584751.html
>> Sent from the Mono - General mailing list archive at Nabble.com.
>> _______________________________________________
>> Mono-list maillist  -  Mono-list at lists.ximian.com
>> http://lists.ximian.com/mailman/listinfo/mono-list
>>
>
>
>
> --
>
> Ricardo Lopes
> _______________________________________________
> Mono-list maillist  -  Mono-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list
>


More information about the Mono-list mailing list