[GH-ISSUE #684] only tcp v6 listen port #542

Open
opened 2026-05-05 06:38:51 -06:00 by gitea-mirror · 3 comments
Owner

Originally created by @antonio-irarrazaval on GitHub (May 22, 2020).
Original GitHub issue: https://github.com/debauchee/barrier/issues/684

Operating Systems

Server: Linux Mint 19
Client: Windows 10

Barrier Version

2.3.2

Steps to reproduce bug

1- open barrier on linux, start as server and the windows 10, claims with connection refuse. Its try to connect to 192.168.0.26:24800 (linux server)
2- in linux server, get the listen tcp port:
image
the process running was:
/usr/bin/barriers -f --no-tray --debug INFO --name ant1-MS-7A70 --enable-crypto -c /tmp/Barrier.TJ4947 --address :24800

There's no tcpv4 listen port. To solves, need to explicit the binding tcp v4 ip .... change the barrier config and lunch as:
/usr/bin/barriers -f --no-tray --debug INFO --name ant1-MS-7A70 --enable-crypto -c /homne/ant1/barrier.conf --address 0.0.0.0:24800

the change was , and then, the listening port with tcp v4 its ok.
image

the barrier client immeadiatle connect the the server with success at the first try.

theres another way to change the binding ip? Every server reboot, need to stop de barrier startup and the lunch manually the new script.

Best regads!

Originally created by @antonio-irarrazaval on GitHub (May 22, 2020). Original GitHub issue: https://github.com/debauchee/barrier/issues/684 ### Operating Systems ### Server: Linux Mint 19 Client: Windows 10 ### Barrier Version ### 2.3.2 ### Steps to reproduce bug ### 1- open barrier on linux, start as server and the windows 10, claims with connection refuse. Its try to connect to 192.168.0.26:24800 (linux server) 2- in linux server, get the listen tcp port: ![image](https://user-images.githubusercontent.com/49562616/82675876-776a7a80-9c13-11ea-982d-c6fb47fc4ad2.png) the process running was: `/usr/bin/barriers -f --no-tray --debug INFO --name ant1-MS-7A70 --enable-crypto -c /tmp/Barrier.TJ4947 --address :24800` There's no tcpv4 listen port. To solves, need to explicit the binding tcp v4 ip .... change the barrier config and lunch as: `/usr/bin/barriers -f --no-tray --debug INFO --name ant1-MS-7A70 --enable-crypto -c /homne/ant1/barrier.conf --address 0.0.0.0:24800` the change was , and then, the listening port with tcp v4 its ok. ![image](https://user-images.githubusercontent.com/49562616/82676837-04620380-9c15-11ea-8f85-6c09e5011811.png) the barrier client immeadiatle connect the the server with success at the first try. theres another way to change the binding ip? Every server reboot, need to stop de barrier startup and the lunch manually the new script. Best regads!
gitea-mirror added the
enhancement
label 2026-05-05 06:38:51 -06:00
Author
Owner

@antonio-irarrazaval commented on GitHub (May 22, 2020):

I forgot to mention:

ant1@ant1-MS-7A70:~$ cat /proc/sys/net/ipv6/bindv6only
0

best regard

<!-- gh-comment-id:632723144 --> @antonio-irarrazaval commented on GitHub (May 22, 2020): I forgot to mention: ``` ant1@ant1-MS-7A70:~$ cat /proc/sys/net/ipv6/bindv6only 0 ``` best regard
Author
Owner

@github-actions[bot] commented on GitHub (Sep 22, 2020):

This issue has been automatically marked as stale due to inactivity. It will be closed if no further activity occurs. Thank you for your contributions.

<!-- gh-comment-id:696466405 --> @github-actions[bot] commented on GitHub (Sep 22, 2020): This issue has been automatically marked as stale due to inactivity. It will be closed if no further activity occurs. Thank you for your contributions.
Author
Owner

@p12tic commented on GitHub (Jan 10, 2021):

Let's not close valid bug reports.

<!-- gh-comment-id:757535551 --> @p12tic commented on GitHub (Jan 10, 2021): Let's not close valid bug reports.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/barrier#542
No description provided.