I'm using Ubuntu 18.10 and ferenOS (bionic beaver)
2.2.0
I activated the UFW firewall and allowed port 22 for ssh. Barrier now fails to communicate across my four laptops. When UFW is disabled, Barrier is back in business. How do I keep firewall and Barrier operating at the same time?
Cheers
Snerken
Did you open the port barrier/synergy use? (Port 24800)
root@tosh-ubuntu:/# ufw allow 24800
root@tosh-ubuntu:/# ufw status
Status: active
To Action From
-- ------ ----
22 ALLOW Anywhere
24800 ALLOW Anywhere
22 (v6) ALLOW Anywhere (v6)
24800 (v6) ALLOW Anywhere (v6)
root@tosh-ubuntu:/#
That did the trick.
_Merci bien_
Most helpful comment
root@tosh-ubuntu:/# ufw allow 24800That did the trick.
_Merci bien_