Accessing help of wamp server through WAN

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • robin1983
    New Member
    • Oct 2007
    • 99

    Accessing help of wamp server through WAN

    Hi, how are u all? I am using wamp for my php program to run. Actually, i m installing the in my system. Actually, i want to know is it possible to access the program from other system in my LAN. suppose my system ip address is
    192.168.1.11 and i want to run the php program from a system who's IP address is 192.168.1.12. When I execute in my own system i used to write localhost in internet explorer and i want to access from the other system, what to write and how to access. plz advised me. Tthankss
  • realin
    Contributor
    • Feb 2007
    • 254

    #2
    hiya robin,

    yes you can access wamp over LAN very easily.. just use one system as the server .. suppose computer A has the following IP range

    192.168.1.10
    255.255.255.0

    then other would have
    192.168.1.*
    where * replaces the unique number

    So start wamp server on 192.168.1.10
    and left click on the taskbar icon of wamp and click "put online"
    now go to any of the system at LAN.
    write in URL http://192.168.1.10
    it will work. you can even use this over internet... Suppose your IP is 59.95.168.34
    then anyone over the internet can access you website in www folder by simply typing
    http://59.95.168.34
    provided your firewall as well as the modem/router allows it

    cheers !!

    Comment

    • robin1983
      New Member
      • Oct 2007
      • 99

      #3
      HI Reali ,
      I try it and thanks a lot its working..
      Originally posted by realin
      hiya robin,

      yes you can access wamp over LAN very easily.. just use one system as the server .. suppose computer A has the following IP range

      192.168.1.10
      255.255.255.0

      then other would have
      192.168.1.*
      where * replaces the unique number

      So start wamp server on 192.168.1.10
      and left click on the taskbar icon of wamp and click "put online"
      now go to any of the system at LAN.
      write in URL http://192.168.1.10
      it will work. you can even use this over internet... Suppose your IP is 59.95.168.34
      then anyone over the internet can access you website in www folder by simply typing
      http://59.95.168.34
      provided your firewall as well as the modem/router allows it

      cheers !!

      Comment

      Working...