All of lore.kernel.org
 help / color / mirror / Atom feed
* conntrack GRE behaves differently in 3.17 / 3.18
@ 2015-01-19 13:04 Jan Niggemann
  2015-01-21  2:01 ` Eliezer Croitoru
  0 siblings, 1 reply; 18+ messages in thread
From: Jan Niggemann @ 2015-01-19 13:04 UTC (permalink / raw)
  To: netfilter

Hi list,

espite using the same pptp-client config and the same firewall rules, 
3.18 behaves differently than 3.17 in that I can't connect to a certain 
VPN using 3.18. Logging with tcpdump shows that in 3.18, GRE packets 
sent by the server are dropped while in 3.17 they are not. Testing 
further, I found rule #2 from INPUT to be the issue, leading me to think 
that a change in connection tracking may be the cause.

May this be an intended change in behaviour or a bug?
How may I assist in tracking that down (and eventually fixing it)?

Machine
Lenovo T400, Debian 7.8

Iptables (no NAT involved)
Chain INPUT (policy DROP 2 packets, 120 bytes)
  pkts bytes target     prot opt in     out     source               
destination
     0     0 ACCEPT     all  --  lo     *       0.0.0.0/0            
0.0.0.0/0
     8   984 ACCEPT     all  --  *      *       0.0.0.0/0            
0.0.0.0/0            ctstate RELATED,ESTABLISHED
     0     0 ACCEPT     tcp  --  *      *       0.0.0.0/0            
0.0.0.0/0            tcp dpt:22

Chain FORWARD (policy DROP 0 packets, 0 bytes)
  pkts bytes target     prot opt in     out     source               
destination

Chain OUTPUT (policy ACCEPT 8 packets, 2292 bytes)
  pkts bytes target     prot opt in     out     source               
destination


Kernel configs:
3.17: https://gist.github.com/2974aa489986d6fc26e3
3.18: https://gist.github.com/2dc04e2ea55bde3360fe

Cheers
jan

^ permalink raw reply	[flat|nested] 18+ messages in thread
[parent not found: <1430142363.3948.12.camel@alum.wpi.edu>]

end of thread, other threads:[~2015-04-27 13:47 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-19 13:04 conntrack GRE behaves differently in 3.17 / 3.18 Jan Niggemann
2015-01-21  2:01 ` Eliezer Croitoru
2015-01-21 13:19   ` Jan Niggemann
2015-01-21 14:33     ` Mart Frauenlob
2015-01-21 19:03       ` Jan Niggemann
2015-01-21 23:21         ` Pascal Hambourg
2015-01-22  7:55           ` Jan Niggemann
2015-01-22 10:10             ` Mart Frauenlob
2015-01-22 15:40               ` Eliezer Croitoru
2015-01-22 18:51                 ` Neal Murphy
2015-01-22 20:33               ` Pascal Hambourg
2015-01-22 21:51                 ` Jan Niggemann
2015-01-22 22:28                   ` Neal Murphy
2015-01-23 23:20                 ` Mart Frauenlob
2015-01-24  7:44                   ` Jan Niggemann
2015-01-24 15:28                     ` Mart Frauenlob
2015-01-24 20:07                       ` Pascal Hambourg
     [not found] <1430142363.3948.12.camel@alum.wpi.edu>
2015-04-27 13:47 ` Lubomir Rintel

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.