I have 2 computers on my local network. Several times now, one of the computers is unable to access several of the sites on my server, but the other can access them just fine! I confirmed that both have the same IP address, no VPN or anything.
If I disable CSF, both computers can access the sites with no problem.
I used "Search for IP address", and the results were:
Code: Select all
Table Chain num pkts bytes target prot opt in out source destination
filter ALLOWIN 279 561 109K ACCEPT all -- !lo * 172.58.0.0/16 0.0.0.0/0
filter ALLOWOUT 201 638 512K ACCEPT all -- * !lo 0.0.0.0/0 172.58.0.0/16
filter CC_ALLOWF 11435 0 0 RETURN all -- * * 172.32.0.0/11 0.0.0.0/0
Permanent Allows (csf.allow): 172.58.0.0/16
Any suggestions?