I need help to running web Server on Static IP

  • Thread starter Thread starter vishal13m
  • Start date Start date
  • Replies Replies 2
  • Views Views 1,110
Messages
1
Location
Ahmedabad
ISP
Airtel xstream Fiber
I am using Airtel G-2425G-A router. I run my XAMPP server on some port says 1234. I want to make this server accessible using my static IP address. I have done port forwarding and also given the static IP profile access to the trusted network. See the screenshot URL Awesome Screenshot
The port forwarding rule that I have added to the port is open on the WAN and I am able to open server from the WAN.

-> Issue
My Issue is simple, I want to open XAMPP server from LAN network same static IP address and when I try to open from LAN network, I get ERR_CONNECTION_TIMED_OUT error. See the screenshot URL. Awesome Screenshot
Strange happened when I connect laptop on Wi-Fi from same network then I am able to connect with same static IP.

Please give me guide on this issue.
 
1234 is a non standard port. Port forwarding rules in the screenshot only allow default http and https ports: 80 and 443. Either you need to configure xampp to listen on those ports or you need to configure port forwarding for 1234 manually
 
Back