Hello

i added `sudo ufw insert 1 allow in on ens192 to any from any` 
sudo ufw reload
and 
then reloaded my webpage on port 80 and its blocked. 
looking at logs I can see that that the right ip address for adapter is used 
but the logs show the incorrect adapter at IN= ????

Thanks for lookin at this.

ps I have got round this now by adding the rule that says `sudo ufw
allow to **.**.**.46 from any`

** Attachment added: "ufw status numberd.PNG"
   
https://bugs.launchpad.net/ubuntu/+source/ufw/+bug/1833719/+attachment/5272739/+files/ufw%20status%20numberd.PNG

-- 
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:
  Incomplete

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