bugzilla-daemon at bugzilla.netfilter.org
2009-Sep-01  13:32 UTC
[Bug 604] New: OUTPUT/FORWARD drop for udp not working
http://bugzilla.netfilter.org/show_bug.cgi?id=604
           Summary: OUTPUT/FORWARD drop for udp not working
           Product: iptables
           Version: unspecified
          Platform: i386
        OS/Version: Ubuntu
            Status: NEW
          Severity: normal
          Priority: P1
         Component: iptables
        AssignedTo: laforge at netfilter.org
        ReportedBy: salvatorelionetti at yahoo.it
Hi,
i'am on an Ubuntu 9.04. This commands
iptables -I OUTPUT -p udp -j DROP
iptables -I FORWARD -p udp -j DROP
iptables -I INPUT -p udp -j DROP (just for try)
does not block a DHCP request from my PC toward the network
iptables -I OUTPUT -p tcp -j DROP
work good, freezing for example an ssh session toward the network.
Any hint?
Have a good day
-- 
Configure bugmail: http://bugzilla.netfilter.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at bugzilla.netfilter.org
2009-Oct-15  14:59 UTC
[Bug 604] OUTPUT/FORWARD drop for udp not working
http://bugzilla.netfilter.org/show_bug.cgi?id=604
kernel at linuxace.com changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kernel at linuxace.com
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID
------- Comment #1 from kernel at linuxace.com  2009-10-15 16:59 -------
Because DHCP uses raw sockets to send its packets, bypassing the TCP/IP stack
(and iptables).  This is necessary because the box does not yet have an IP
address.  Nothing wrong with iptables here - closing bug.  
-- 
Configure bugmail: http://bugzilla.netfilter.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
Possibly Parallel Threads
- [Bug 440] Space in filename causes Forged DCC command from x.x.x.x: 0.0.0.0:0
- [Bug 613] New: iptables not accepting RELATED, ESTABLISHED udp packets
- [Bug 486] Invalid Argument in MASQUERADE
- [Bug 563] New: BUG in 64-bit version of iptables??
- [Bug 421] NAT of UDP connections w/ same source and destination port periodically fails