You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My computer's Ethernet card have multiple IPs. I inspected its status using command like netstat, I found that Warpinator only listens to the first IP address of the network interface, thus the connection fails since the the other device connects to the computer via the second IP address.
There is neither UI options nor command line switches, that can manually specify listening IP.
The program should listen on all IP for the selected interface automatically.
Or add an option, so the user can set the listening IP manually or listen on 0.0.0.0.
Thanks!
Steps to reproduce
The same as above.
Expected behavior
The same as above.
Additional information
No response
The text was updated successfully, but these errors were encountered:
Distribution
Mint 20
Package version
1.4.5
Frequency
Always
Bug description
I am using Warpinator in LinuxMint v20.
My computer's Ethernet card have multiple IPs. I inspected its status using command like
netstat
, I found that Warpinator only listens to the first IP address of the network interface, thus the connection fails since the the other device connects to the computer via the second IP address.There is neither UI options nor command line switches, that can manually specify listening IP.
The program should listen on all IP for the selected interface automatically.
Or add an option, so the user can set the listening IP manually or listen on
0.0.0.0
.Thanks!
Steps to reproduce
The same as above.
Expected behavior
The same as above.
Additional information
No response
The text was updated successfully, but these errors were encountered: