All of lore.kernel.org
 help / color / mirror / Atom feed
* what is blocking packets before netfilter?
@ 2005-03-05 18:47 Horacio J. Peña
  2005-03-06 17:20 ` Phil Oester
  0 siblings, 1 reply; 6+ messages in thread
From: Horacio J. Peña @ 2005-03-05 18:47 UTC (permalink / raw)
  To: netfilter-devel

I have:

# iptables -L -n -t mangle -v
Chain INPUT (policy ACCEPT 19862 packets, 1603K bytes)
 pkts bytes target     prot opt in     out     source               destination
    0     0 LOG        all  --  eth0   *       192.168.2.0/24       0.0.0.0/0           LOG flags 0 level 4

# iptables -L -n -t filter -v
Chain INPUT (policy ACCEPT 17061 packets, 1410K bytes)
 pkts bytes target     prot opt in     out     source               destination
    0     0 LOG        all  --  eth0   *       192.168.2.0/24       0.0.0.0/0           LOG flags 0 level 4

# tcpdump -nvvvpe icmp
tcpdump: listening on eth0, link-type EN10MB (Ethernet), capture size 96 bytes
15:44:34.189337 00:08:a1:6c:39:00 > 00:0a:e6:2d:90:77, ethertype IPv4 (0x0800), length 98: IP (tos 0x0, ttl64, id 1016, offset 0, flags [DF], length: 84) 192.168.2.1 > 10.5.0.1: icmp 64: echo request seq 63491

00:0a:e6:2d:90:77 is my MAC.

/proc/sys/net/ipv4/conf/*/rp_filter are 0.
/proc/sys/net/ipv4/conf/*/forwarding are 1.

What could be eating the packets? Shouldn't iptables see anything that comes to the interface?

Thanks,
					HoraPe
---
Horacio J. Peña
horape@compendium.com.ar
horape@uninet.edu

^ permalink raw reply	[flat|nested] 6+ messages in thread
* what is blocking packets before netfilter?
@ 2005-03-06  3:17 Horacio J. Peña
  2005-03-06  3:56 ` R. DuFresne
  0 siblings, 1 reply; 6+ messages in thread
From: Horacio J. Peña @ 2005-03-06  3:17 UTC (permalink / raw)
  To: netfilter

I have:

# iptables -L -n -t mangle -v
Chain INPUT (policy ACCEPT 19862 packets, 1603K bytes)
 pkts bytes target     prot opt in     out     source               destination
    0     0 LOG        all  --  eth0   *       192.168.2.0/24       0.0.0.0/0           LOG flags 0 level 4

# iptables -L -n -t filter -v
Chain INPUT (policy ACCEPT 17061 packets, 1410K bytes)
 pkts bytes target     prot opt in     out     source               destination
    0     0 LOG        all  --  eth0   *       192.168.2.0/24       0.0.0.0/0           LOG flags 0 level 4

# tcpdump -nvvvpe icmp
tcpdump: listening on eth0, link-type EN10MB (Ethernet), capture size 96 bytes
15:44:34.189337 00:08:a1:6c:39:00 > 00:0a:e6:2d:90:77, ethertype IPv4 (0x0800), length 98: IP (tos 0x0, ttl64, id 1016, offset 0, flags [DF], length: 84) 192.168.2.1 > 10.5.0.1: icmp 64: echo request seq 63491

00:0a:e6:2d:90:77 is my MAC.

/proc/sys/net/ipv4/conf/*/rp_filter are 0.
/proc/sys/net/ipv4/conf/*/forwarding are 1.

What could be eating the packets? Shouldn't iptables see anything that comes to the interface?

Thanks,
					HoraPe
---
Horacio J. Peña
horape@compendium.com.ar
horape@uninet.edu


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2005-03-07 16:01 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-03-05 18:47 what is blocking packets before netfilter? Horacio J. Peña
2005-03-06 17:20 ` Phil Oester
2005-03-07 16:01   ` Horacio J. Peña
  -- strict thread matches above, loose matches on Subject: below --
2005-03-06  3:17 Horacio J. Peña
2005-03-06  3:56 ` R. DuFresne
2005-03-06  4:13   ` Horacio J. Peña

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.