From the BI help file...
So, does BI use the source IP being part of the standard private address space, as the definition of an inbound connection being "LAN" vs. "Internet"? i.e. -
The reason is the BI-viewer app works fine when BI's webserver tab has Authentication set to "No", but fails when set to "LAN-only". I expected identical behaviour for both settings, since I'm connecting to BI from my PC, on the home network.
Code:
"If you select to authenticate Non-LAN connections only, users connecting from within your local
home/office network will not be prompted, while those connecting from the Internet will be prompted."
So, does BI use the source IP being part of the standard private address space, as the definition of an inbound connection being "LAN" vs. "Internet"? i.e. -
- From 10.0.0.0 to 10.255.255.255 (aka 10.0.0.0/8, netmask 255.0.0.0)
- From 172.16.0.0 to 172.31.255.255 (aka 172.16.0.0/12, netmask 255.240.0.0)
- From 192.168.0.0 to 192.168.255.255 (aka 192.168.0.0/16, netmask 255.255.0.0)
The reason is the BI-viewer app works fine when BI's webserver tab has Authentication set to "No", but fails when set to "LAN-only". I expected identical behaviour for both settings, since I'm connecting to BI from my PC, on the home network.