Public bug reported:

ufw --version  = ufw 0.36

Server has two interfaces ens160 and ens192

looking at the logs to understand why ufw is blocking requests from an
interface, the log show the correct ip address and the incorrect
interface.

ip address 192.168.1.4 is on ens160 
ip address 192.168.1.46 is on ens192 

Correct
when visiting address 192.168.1.4 i am blocked an logs correctly identify that 
i am using IN=ens160

Incorrect 
when visiting address 192.168.1.46 i am also blocked even though rule has been 
added "sudo ufw allow in on ens192 to any from 192.168.0.0/16" 

Logs from /var/log/ufw.log show that DST=192.168.1.46 is blocked witn
IN=ens160

** Affects: ufw (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1833719

Title:
  UFW 2nd interface incorrectly working

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ufw/+bug/1833719/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to