RE: [users@httpd] Expose my server to internet

2019-07-04 Thread Flaviu Radulescu
Here is a link to your router configuration with all the details of how to do the port forwarding: https://www.tp-link.com/us/user-guides/tl-wr841n_v14/chapter-4-configure-the-router-in-wireless-router-mode#ug-sub-title-7 --- FLAVIU RADULESCU | Lumminary | lumminary.com

Re: [users@httpd] Expose my server to internet

2019-07-04 Thread Flaviu Radulescu
You need to do port forwarding on your router from the public ip port 80 to the internal (server) ip port 80. Also, configure your router to always give the same ip (static ip) to your server. This way all the requests coming from outside on port 80 are forwarded to internal server ip on port 8

Re: [users@httpd] Expose my server to internet

2019-07-04 Thread Richard szajkowski
Yes , has to be set to static make sure your IP is out side the DCHP pool , that way it won’t be given to any one else by mistake . That’s why I start my DHCP pool at .100 Richard Szajkowski > On Jul 4, 2019, at 2:12 PM, Padmahas Bn wrote: > > Hello VA3RZS, > > Yes, my internal IP address

Re: [users@httpd] Expose my server to internet

2019-07-04 Thread Padmahas Bn
Hello VA3RZS, Yes, my internal IP address is static. It's 192.168.0.106. But DHCP is set to "Automatic". Does that affect? Thank you. On Thu, Jul 4, 2019 at 11:27 PM VA3RZS wrote: > It’s your inside address that needs to be static , yes the router will > just be fine > > Your box will need to

Re: [users@httpd] Expose my server to internet

2019-07-04 Thread Bob Cochran
On 7/4/19 1:45 PM, Padmahas Bn wrote: Hello Bob, Richar and Mark, Thank you for your response. *@**Bob Cochran*, Yeah, I can access port 80 form my local but not from internet. I'm trying to access my IP from mobile network (Not wifi, from data pack) Please find my comments below. I'm no

Re: [users@httpd] Expose my server to internet

2019-07-04 Thread VA3RZS
It’s your inside address that needs to be static , yes the router will just be fine Your box will need to be on something like 192.168.1( or 0) .50 let’s say and in the router that ip and port should point to that ip and port I have all my static ip’s under 100 and dhcp is above 100 Hope th

Re: [users@httpd] Expose my server to internet

2019-07-04 Thread Padmahas Bn
Hello Bob, Richar and Mark, Thank you for your response. *@**Bob Cochran*, Yeah, I can access port 80 form my local but not from internet. I'm trying to access my IP from mobile network (Not wifi, from data pack) Please find my comments below. > I'm not sure what you mean by "successfully logged

Re: [users@httpd] Expose my server to internet

2019-07-04 Thread Mark J Bradakis
Some of the tools here might assist in tracking down what is visible to the world and what is not. https://tools.dnsstuff.com/# mjb. - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mai

Re: [users@httpd] Expose my server to internet

2019-07-04 Thread Richard szajkowski
Is this a home network or a business network ? Some isp block ports , I would do a port scan to make sure it’s open , and then make sure the box that is hosting your sever has a static IP and you have the correct ip in your router for forwarding that static ip Richard Szajkowski > On Jul 4