Firewall WordPress Login Screen
Can a WatchGuard restrict the login screen of a wordpress site based on IP? I believe there is a AuthPoint Integration of some sort but I really just need to firewall it and restrict access to certain IP's. Is this possible?
Thanks
0
Sign In to comment.
Comments
If the WordPress site is behind your firewall and is the only web site being accessed by a specific external IP addr, then on your incoming HTTPS policy, you can specify the source IP addrs to be allowed.
If you have multiple internal web sites being accessed by the same external IP addr, then there is no way to restrict access to 1 internal site by IP addrs and also allow access to other internal web sites by all IP addrs using firewall policies. That control would need to be done by the web server.
Got it thanks!