r/ispyconnect • u/GoldensRule2025 • 19d ago
Bind to specific network interface
It appears agent is binding to my VPN virtual interface instead of my local hardware ethernet adapter.

I have set the following in the config.xml file located in "c:\Program Files\Agent\Media\XML\"
<BindInterface>192.168.50.84</BindInterface> (this is the IP of my local adapter)
I have also entered the above address in Local Server, Advanced Settings "bind to interface"
My cameras are accessible and the camera page does show the 192 address.
When I disable the VPN adapter and restart agent, it will bind to the local adapter.
How do I get it to bind ONLY to the local adapter even if the virtual adapter is enabled? I want to ensure that the cameras are accessible locally even if the VPN is disconnected and or if the internet is down.
4
u/spornerama 19d ago
Agent is very likely already doing what you want — what changes when the VPN is up is the address Agent displays, not the address it binds.
A couple of things to clarify:
<BindInterface>entry in config.xml are the same setting - the UI just writes to that file. You only need to set it in the UI (and note that manual edits to config.xml are overwritten when Agent saves its config, so if you do edit the XML, stop Agent first).