sohum
Executive member
Right, so I have a D-Link DSL-502T. There are currently two computers attached to it. My external IP address is 59.x.x.x. Requesting the external IP address from a browser gives me the router configuration page (192.168.1.1). I have a laptop that has been assigned a static local IP address on 192.168.1.136. It runs Apache on port 80.
What I want to do is allow that server to respond to requests. Since port 80 is taken up by the router configuration (something that can be changed, but I'd rather not), I will do this on another port... how about 81 just for fun. So then, the Apache server should be able to serve on http://59.x.x.x:81
I haven't been able to get it to work. I tried a few techniques. The router configuration has a couple of options: Virtual Server and Filters. It seemed like Inbound filter was exactly what I wanted, but I was evidently unable to set it up. So I thought maybe Port forwarding is what I want, so that when inbound requests come in on port 81, I should forward them to port 80 on 192.168.1.136.
Following PortForward.com's slightly outdated guide for my router, I mapped port 81 (to 81) to port 80 and added it to my IP. It didn't work.
My ISP is MTNL TriBand. If anyone has any other suggestions on how to get this to work (especially if they have done it personally, or have the same ISP as me), I'm looking forward to the knowledge!
What I want to do is allow that server to respond to requests. Since port 80 is taken up by the router configuration (something that can be changed, but I'd rather not), I will do this on another port... how about 81 just for fun. So then, the Apache server should be able to serve on http://59.x.x.x:81
I haven't been able to get it to work. I tried a few techniques. The router configuration has a couple of options: Virtual Server and Filters. It seemed like Inbound filter was exactly what I wanted, but I was evidently unable to set it up. So I thought maybe Port forwarding is what I want, so that when inbound requests come in on port 81, I should forward them to port 80 on 192.168.1.136.
Following PortForward.com's slightly outdated guide for my router, I mapped port 81 (to 81) to port 80 and added it to my IP. It didn't work.
My ISP is MTNL TriBand. If anyone has any other suggestions on how to get this to work (especially if they have done it personally, or have the same ISP as me), I'm looking forward to the knowledge!