3

Is it possible to make my internalĀ IP accessible outside the network? Something like 192.168.x.xxx.

If I try my external IP, I get redirected to the website of the company. I'm on Windows and I'm using WampServer. I already disabled my firewall and selected 'put online' from WampServer.

Gareth
  • 19,080
Wern Ancheta
  • 6,620

1 Answers1

10

You need to set your firewall/router to use Network Address Translation (NAT) to redirect the port you are trying to access on the outside/external IP, and redirect it to the internal IP at 192.168.x.x.

KCotreau
  • 25,622