my apache2 website is fubar
by mrmazda from LinuxQuestions.org on (#5BBDH)
I never had trouble like this before Zito Media bought FiberVision, or with Spectrum, or Bright House, or ....
Code:# curl ifconfig.me
<IPaddress1>
# dig +short myip.opendns.com @resolver1.opendns.com
<IPaddress1>
# curl http://whatismyip.akamai.com
<IPaddress1>https://whatismyipaddress.com/ agrees with those. However, my router says "Internet port" is <IPaddress0>, and says nothing about a WAN port.
From my own web browsers, http://fm.no-ip.com/ works as expected. However, /var/log/apache2/access_log is only showing hits from <IPaddress0> or 127.0.0.1 or LAN IPs since November 9th. That's probably the date I spent much phone time with my ISP (Zito Media) because of trouble with people not reaching my web site, details of which I'm totally unable to recall.
It seems to me that one must be my router's WAN IP <IPaddress0>, while the other must be my cable modem's outside IP <IPaddress1>. What needs to be done to fix this? Do I need to change something in my router's setup, apache setup, get Zito to reconfigure something, or something else?
Someone elsewhere suggested to "set your router to send port 2080 to 80" as a troubleshooting step. It's not obvious to me how to translate that recommendation into a configuration in my router. :(
Attached Thumbnails


Code:# curl ifconfig.me
<IPaddress1>
# dig +short myip.opendns.com @resolver1.opendns.com
<IPaddress1>
# curl http://whatismyip.akamai.com
<IPaddress1>https://whatismyipaddress.com/ agrees with those. However, my router says "Internet port" is <IPaddress0>, and says nothing about a WAN port.
From my own web browsers, http://fm.no-ip.com/ works as expected. However, /var/log/apache2/access_log is only showing hits from <IPaddress0> or 127.0.0.1 or LAN IPs since November 9th. That's probably the date I spent much phone time with my ISP (Zito Media) because of trouble with people not reaching my web site, details of which I'm totally unable to recall.
It seems to me that one must be my router's WAN IP <IPaddress0>, while the other must be my cable modem's outside IP <IPaddress1>. What needs to be done to fix this? Do I need to change something in my router's setup, apache setup, get Zito to reconfigure something, or something else?
Someone elsewhere suggested to "set your router to send port 2080 to 80" as a troubleshooting step. It's not obvious to me how to translate that recommendation into a configuration in my router. :(
Attached Thumbnails