BindToInterface
BindToInterface copied to clipboard
With this program you can bind applications to a specific network interface / network adapter. This is very useful if you have multiple (internet) connections and want your program to use a specific o...
For example, with Firefox in Ubuntu 22.04
Currently testing BindToInterface on my Ubuntu Kinetic. I have two physical NICs, one wired, and one wireless. Need ssmtp to use the wireless one: `BIND_INTERFACE=wlp1s0 DNS_OVERRIDE_IP=8.8.8.8 LD_PRELOAD=./bindToInterface.so /usr/sbin/ssmtp`, however, regardless...
I know telephathy-ofono is already registered. I just have to kill it's process to get around it. I am getting the following error trying to LD_PRELOAD: BIND_INTERFACE=rmnet_data0 LD_PRELOAD=./bindToInterface.so /usr/lib/telepathy/telepathy-ofono ERROR:...
Testing on Debian 11 as a possible new server....compiled with debug enabled. $ sudo BIND_INTERFACE=enp0s31f6 LD_PRELOAD=/usr/lib/bindToInterface.so curl ifconfig.me connecting to: 192.168.1.1:53 Bound Interface: none. Socket not bound to desired interface...
I would like to use `BindToInterface` with IPv6 @JsBergbau Could you please implement this feature?