labcold Member Licensed User Longtime User Aug 9, 2021 #1 I am running B4J bridge on a server with Ubuntu 18.04LTS with Liberica Java 11.0.12+7 My machine has a local NIC and a second NIC with static public IP but B4JBridge always connects to the local IP not the public IP. Is there a way to steer it to use the other NIC? Everything is working as expected for the local IP but I really need to use the public static IP for a series of trials. Thanks
I am running B4J bridge on a server with Ubuntu 18.04LTS with Liberica Java 11.0.12+7 My machine has a local NIC and a second NIC with static public IP but B4JBridge always connects to the local IP not the public IP. Is there a way to steer it to use the other NIC? Everything is working as expected for the local IP but I really need to use the public static IP for a series of trials. Thanks
Erel B4X founder Staff member Licensed User Longtime User Aug 9, 2021 #2 Ignore the displayed ip address and use the correct one. The socket should be bound to all the network adapters. Upvote 0
Ignore the displayed ip address and use the correct one. The socket should be bound to all the network adapters.