Totally lost. I have an apache reverse proxy setup serving 3 web servers. Everything has worked fine until I I recieved a new router from my ISP. Now I can only access my webservers from remote locations. I can't access them from my local network. My server configs haven't changed so I have to assume it's the router but Can't resolve it. It's a Technicolor C1100T. Any help would be greatly appriciated as it would be so much easier to update web sites. Thanks in advance for any help.
Asked
Active
Viewed 722 times
1 Answers
1
Ok, So what fixed it was adding my reverse proxy IP and server hostnames in my client machine /etc/hosts file. Now it navigates fine. But 2 things I don't understand 1. do I need to go to every client and edit the hosts file (That seems inefficient) and 2. why was this never a problem with the previous router? So not completely solved, but functional for now.
-
This looks like a DNS resolution issue. To resolve local host-names you need the IP of your local router to be present in the list of DNS servers on your clients. Check with
systemd-resolve --status
and see under the link you use to connect to the router. – Raffa Apr 29 '20 at 19:57
ap isolation
is enabled under wireless options and disable it. This will prevent connection from wireless clients to the servers if it is enabled. – Raffa Apr 28 '20 at 22:21