Welcome to HostingForumz.com!
FAQFAQ   SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

cant access external ip from internal lan

 
   Web Hosting Problem Solving Community! (Home) -> IIS RSS
Related Topics:
External access to IIS5 is intermittent, internal access i.. - Hi A Compaq box is located on our intranet and runs several All perform well for internal access. External access is by three routes: 2Mb/s link via NAT on Novell another remotely managed 2Mb/s link using NAT;..

Internal / external web addresses - We have an external website run by an ISP I want to open up our intranet server to some of our I would like ot to be in the form Can someone point me to what IIS and DNS settings I have to..

external - internal website - I want to access, for example, my webmail site internaly aswel externaly form the local network. i have a subdomian and this works fine from the outside. i have used the header Now i want the local users have access to..

External and internal ports - I am using a Netopia router and I am trying to open port 80. I have to open a pinhole. When I try to open it, I have a menu in front of me that asks what internal and external ports I want to open. I put 80 in both internal and external, it gives me a..

1 external ip-adres 2 internal webservers - We have SBS2003. The default website is working fine and over the internet. We have a machine with a build in webserver which is over the network by ip-adres or name. When i want to connect to the machine from an external
Next:  PHP not running?  
Author Message
tom16

External


Since: Jun 24, 2004
Posts: 29



(Msg. 1) Posted: Thu Jan 06, 2005 6:31 pm
Post subject: cant access external ip from internal lan
Archived from groups: microsoft>public>inetserver>iis (more info?)

I have an DSL Modem and Router. The router obtains a public IP from my ISP.
The router also acts as a dhcp server and hands out 192.168.0.X numbers. I
have port fowarding setup to foward port calls to my computer acting as a
webserver. It is a win XP pro machine running IIS. I can access the
webserver from any internal PC using the internal IP of the webserver but not
the external IP. I can also access the webserver from any external PC by
using the public IP. My problem is that i can not access my webserver
internally by using the public IP. I want to eventually register a domain
name and use a dynamic IP updater, but i want to fix this problem first. I
hope someone can help me. This is pretty frustrating.

 >> Stay informed about: cant access external ip from internal lan 
Back to top
Login to vote
kenremove

External


Since: Aug 23, 2003
Posts: 3041



(Msg. 2) Posted: Thu Jan 06, 2005 11:35 pm
Post subject: Re: cant access external ip from internal lan [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

It could be a limitation of your router. Some cheaper routers do not process
requests that require a "loopback" (ie a request from on the internal
interface destined for the external interface that needs to be forwarded
back to a machine on the internel interface). Since everything else seems to
be working, I would suspect that this is the problem.

You could "manually" overcome this by adding an entry in your client
machine's hosts file that points <a style='text-decoration: underline;' href="http://www.yourNewDomain.com" target="_blank">www.yourNewDomain.com</a> -> 192.168.x.x (where
this is the internal IP address rather than the public one)

Cheers
Ken

"Tom" <Tom.DeleteThis@discussions.microsoft.com> wrote in message
news:C084E7D0-F873-4004-BBB4-007C499D436B@microsoft.com...
 >I have an DSL Modem and Router. The router obtains a public IP from my
 >ISP.
 > The router also acts as a dhcp server and hands out 192.168.0.X numbers.
 > I
 > have port fowarding setup to foward port calls to my computer acting as a
 > webserver. It is a win XP pro machine running IIS. I can access the
 > webserver from any internal PC using the internal IP of the webserver but
 > not
 > the external IP. I can also access the webserver from any external PC by
 > using the public IP. My problem is that i can not access my webserver
 > internally by using the public IP. I want to eventually register a domain
 > name and use a dynamic IP updater, but i want to fix this problem first.
 > I
 > hope someone can help me. This is pretty frustrating.<!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: cant access external ip from internal lan 
Back to top
Login to vote
tom16

External


Since: Jun 24, 2004
Posts: 29



(Msg. 3) Posted: Thu Jan 06, 2005 11:35 pm
Post subject: Re: cant access external ip from internal lan [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Ken

I did exactly what you said and that worked. as far as the router, you are
also probably right, although i will look at the manual some more. So i have
to look for an option called loopback?

It is actaully a combo dsl modem and router in one. That is what verizon
supplied me with. I would have liked to use a linksys router, but there is
no option to shut off the router and just use the modem. Its is a Westell
327. Thanks

"Ken Schaefer" wrote:

 > It could be a limitation of your router. Some cheaper routers do not process
 > requests that require a "loopback" (ie a request from on the internal
 > interface destined for the external interface that needs to be forwarded
 > back to a machine on the internel interface). Since everything else seems to
 > be working, I would suspect that this is the problem.
 >
 > You could "manually" overcome this by adding an entry in your client
 > machine's hosts file that points <a style='text-decoration: underline;' href="http://www.yourNewDomain.com" target="_blank">www.yourNewDomain.com</a> -> 192.168.x.x (where
 > this is the internal IP address rather than the public one)
 >
 > Cheers
 > Ken
 >
 > "Tom" <Tom.DeleteThis@discussions.microsoft.com> wrote in message
 > news:C084E7D0-F873-4004-BBB4-007C499D436B@microsoft.com...
  > >I have an DSL Modem and Router. The router obtains a public IP from my
  > >ISP.
  > > The router also acts as a dhcp server and hands out 192.168.0.X numbers.
  > > I
  > > have port fowarding setup to foward port calls to my computer acting as a
  > > webserver. It is a win XP pro machine running IIS. I can access the
  > > webserver from any internal PC using the internal IP of the webserver but
  > > not
  > > the external IP. I can also access the webserver from any external PC by
  > > using the public IP. My problem is that i can not access my webserver
  > > internally by using the public IP. I want to eventually register a domain
  > > name and use a dynamic IP updater, but i want to fix this problem first.
  > > I
  > > hope someone can help me. This is pretty frustrating.
 >
 >
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: cant access external ip from internal lan 
Back to top
Login to vote
kenremove

External


Since: Aug 23, 2003
Posts: 3041



(Msg. 4) Posted: Fri Jan 07, 2005 12:35 am
Post subject: Re: cant access external ip from internal lan [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hi,

I don't know if you'll see such an option (I've never seen one, but then
again there are plenty of DSL routers that I've never looked at). Generally,
with the cheaper SOHO type routers they either do support it, or they don't
(there's no option to enable it).

Cheers
Ken


"Tom" <Tom.RemoveThis@discussions.microsoft.com> wrote in message
news:1FD4F3A7-7FE2-48A0-9ED9-9CA240DC8DD7@microsoft.com...
 > Ken
 >
 > I did exactly what you said and that worked. as far as the router, you are
 > also probably right, although i will look at the manual some more. So i
 > have
 > to look for an option called loopback?
 >
 > It is actaully a combo dsl modem and router in one. That is what verizon
 > supplied me with. I would have liked to use a linksys router, but there
 > is
 > no option to shut off the router and just use the modem. Its is a Westell
 > 327. Thanks
 >
 > "Ken Schaefer" wrote:
 >
  >> It could be a limitation of your router. Some cheaper routers do not
  >> process
  >> requests that require a "loopback" (ie a request from on the internal
  >> interface destined for the external interface that needs to be forwarded
  >> back to a machine on the internel interface). Since everything else seems
  >> to
  >> be working, I would suspect that this is the problem.
  >>
  >> You could "manually" overcome this by adding an entry in your client
  >> machine's hosts file that points <a style='text-decoration: underline;' href="http://www.yourNewDomain.com" target="_blank">www.yourNewDomain.com</a> -> 192.168.x.x
  >> (where
  >> this is the internal IP address rather than the public one)
  >>
  >> Cheers
  >> Ken
  >>
  >> "Tom" <Tom.RemoveThis@discussions.microsoft.com> wrote in message
  >> news:C084E7D0-F873-4004-BBB4-007C499D436B@microsoft.com...
   >> >I have an DSL Modem and Router. The router obtains a public IP from my
   >> >ISP.
   >> > The router also acts as a dhcp server and hands out 192.168.0.X
   >> > numbers.
   >> > I
   >> > have port fowarding setup to foward port calls to my computer acting as
   >> > a
   >> > webserver. It is a win XP pro machine running IIS. I can access the
   >> > webserver from any internal PC using the internal IP of the webserver
   >> > but
   >> > not
   >> > the external IP. I can also access the webserver from any external PC
   >> > by
   >> > using the public IP. My problem is that i can not access my webserver
   >> > internally by using the public IP. I want to eventually register a
   >> > domain
   >> > name and use a dynamic IP updater, but i want to fix this problem
   >> > first.
   >> > I
   >> > hope someone can help me. This is pretty frustrating.
  >>
  >>
  >><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: cant access external ip from internal lan 
Back to top
Login to vote
Display posts from previous:   
   Web Hosting Problem Solving Community! (Home) -> IIS All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]