rejetto / hfs

HFS is a web file server to run on your computer. Share folders or even a single file thanks to the virtual file system.
GNU General Public License v3.0
1.87k stars 185 forks source link

Cannot access through one of 2 ips #667

Open syehoonkim opened 3 days ago

syehoonkim commented 3 days ago

BEFORE

To Reproduce Steps to reproduce the behavior:

  1. Make sure the computer hfs installed have 2 NICs
    • One IP is my private network's IP, and the other IP is of the network connected to internet via a router.
  2. Make sure you can access via any interfaces.

Describe the bug I only can access hfs from internet, and I cannot access in the private network. I have already checked that a http server by python works well. So I don't think this problem comes from my environment.

Expected behavior I expect to be able to access hfs from internet and in the private network both.

Environment (please complete the following information):

rejetto commented 3 days ago

please report the content of the hfs console

syehoonkim commented 2 days ago

Hello, I found that when I set "When country cannot be determined" to Allow, the problem disappers. I am using 10.10.. as my private network's IPs. Local IPs should be ignored on the Geo IP settings, but it seems not.