Project

General

Profile

Actions

Bug #5499

open

octoi client binds to specific IP even if 0.0.0.0 is specified

Added by laforge about 2 years ago. Updated 11 months ago.

Status:
New
Priority:
Low
Assignee:
-
Category:
octoi
Target version:
-
Start date:
03/28/2022
Due date:
% Done:

0%

Spec Reference:

Description

Even if the config file specifies 0.0.0.0 as the local address for the client, the socket apparently still gets bound to a specifid address at the time of the bind/connect.

udp        0      0 192.168.2.6:3333        90.187.70.153:10010     VERBUNDEN

This means that the OCTOI connection breaks as soon as the client gets a different IP address (e.g. by DHCP).

The odd part is that this doesn't happen on the server side. My socket looks like this:

udp        0      0 0.0.0.0:10010           0.0.0.0:*                          

Actions

Also available in: Atom PDF

Add picture from clipboard (Maximum size: 48.8 MB)