Hi,
I’m using jamid via d-bus.
I want to restrict jamid (running a single account) to use a single network interface on a multi homed linux box.
So I use configurationmanager.setAccountDetails with
details['Account.localInterface'] = 'eth1' # instead of 'default'
But I still see (netstat -pantu) jamid to be connected to some IP available only via ‘eth0’…
What is wrong?