Browsing website on local IPs

  • Thread starter Thread starter Tina
  • Start date Start date
T

Tina

I want to browse my aspnet application on my dev box which has a local I/P
192.168.1.1 and it is connected to my rounter that has my real external IP
of say 200.200.200.200. If I browse the external IP I can't find my site.
How can I configure my local machines so that they can be browsed externally
seeing that they are all on various local IPs.
Thanks,
T
 
you need to configure your router. it will do nat transaltion of the external
to the internal ipaddress. depending on how featured your router is, you may
need one external ip for each internal ipaddress you want to expose. a smart
router, can look at the incoming url and based on the path select an
internal ipaddress.

what you do and how you config all depends on your router.

-- bruce (sqlwork.com)
 
Back
Top