different response to "deny routed" in almost identical systems
I have 2 extremely similar installations of Ubuntu 14.04, 32 bit, built
from the minimalist mini.iso with Openbox as both WM and DE, on different partitions of the same drive of the same machine. So the hardware is identical in the most literal sense. Both systems start ufw the same way, with
these 4 lines in /etc/rc.local:
ufw enable
ufw default deny incoming
ufw default allow outgoing
ufw default deny routed
Both systems access the internet the same way, through the same ethernet
cable to the same wireless router.
But the 2 systems do NOT give the same ufw report.
One gives what I'd expect:
me@ubuntwo:~$ sudo ufw status verbose
Status: active
Logging: on (low)
Default: deny (incoming), allow (outgoing), deny (routed)
New profiles: skip
The other doesn't sound as quite as good:
me@ubuntu:~$ sudo ufw status verbose
Status: active
Logging: on (low)
Default: deny (incoming), allow (outgoing), disabled (routed)
New profiles: skip
So what does this difference, "deny (routed)" vs. "disabled (routed)"
mean? What consequence does it have and how could I figure out the reason
there is a difference?
Both systems seem to work the same way as far as
any effect of the firewall is concerned that I've been able to determine.
I'm guessing the "routed" item, which only showed up in ufw reports
recently, pertains to controlling traffic with other machines connecting to the
same router. Is that correct?
I don't at the moment have any need to exchange data through the router with other devices using it wirelessly, although I might want to fiddle with that in the future.
Thanks for reading.
Question information
- Language:
- English Edit question
- Status:
- Solved
- For:
- Ubuntu ufw Edit question
- Assignee:
- No assignee Edit question
- Solved by:
- Thomas Krüger
- Solved:
- Last query:
- Last reply: