iptux-src / iptux

A software for sharing in LAN
GNU General Public License v2.0
445 stars 130 forks source link

One instant will be recognized as two users if two network card existing #501

Open AlexLuya opened 2 years ago

AlexLuya commented 2 years ago

Like this: Workspace 1_1429

YJPrakash commented 1 year ago

Yes, I am facing the same issue. Method 1: I am trying to do hiding add settings in the network tab under the Iptux preference setting.

Screenshot from 2023-01-21 12-39-27

Method 2: Set up the Ufw rules to use for your specified network. Please refer to how to set up the Ufw rules in Ubuntu.

sudo ufw allow in on eth0 from 192.168.0.0/25 to any port 2425

Refer link : Allow Incoming Connections to a Network Interface

Here you want which network to use in Iptux, please added the above command.

It works for me.