Masters!
There's a specific website that I can't access. But I can access it when bypassing Sophos FW.
This thread was automatically locked due to age.
Masters!
There's a specific website that I can't access. But I can access it when bypassing Sophos FW.
Musta Randolf and welcome to the UTM Community!
Guys, the hint in the log lines is statuscode="50?" - the server doesn't "like" our Proxy. If adding an Exception for Antivirus doesn't resolve this problem, the only solution is to skip the Proxy.
Also, the folks at eastwestbanker.com might need to fix their authoritative name server entries. www.eastwestbanker.com resolves to 210.1.80.122 (a single A record), but both that IP and 203.177.229.122 have rDNS records pointing at www.eastwestbanker.com. I don't claim to be a student of DNS functionality, but if there's a reason to configure that way, it's unknown to me. Maybe some workaround for some sloppy coding of their website???
Cheers - Bob
I haven't tried the following, Randolf, but I think it should work to get a list of IPs:
zgrep 'www\.eastwestbanker\.com' /var/log/http/2020/12/* |grep -oP 'dstip=".*?"' |sort -n |uniq -c
Any luck with that?
Cheers - Bob