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
Touch seeded packages, which is subscribed to ufw in Ubuntu.
https://bugs.launchpad.net/bugs/1833719

Title:
  UFW 2nd interface incorrectly working

Status in ufw package in Ubuntu:
  New

Bug description:
  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

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to     : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to