Linux Netfilter discussions
 help / color / mirror / Atom feed
* Small problem -> Prerouting
@ 2003-04-16 12:11 Matti Luoma
  2003-04-16 12:39 ` Dharmendra.T
  0 siblings, 1 reply; 4+ messages in thread
From: Matti Luoma @ 2003-04-16 12:11 UTC (permalink / raw)
  To: netfilter

Hiya!

Well i upgraded my kernel to 2.4.20 from 2.4.3, and also compiled newest 
iptables 1.2.8

now i got this weird problem with

example this line:

iptables -A PREROUTING -t nat -p UDP -d IP -dport port -j DNAT --to IP:Port

It should works, and it works, but not anymore, SSH forwarding like this 
works thou

also im gettin some stuff in syslog:

kernel: NAT: 0 dropping untracked packet c66ab6c0

i think these things are related, and probably some module is causing this, 
any ideas?

Cheers,
Matti



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

* Re: Small problem -> Prerouting
  2003-04-16 12:11 Small problem -> Prerouting Matti Luoma
@ 2003-04-16 12:39 ` Dharmendra.T
  2003-04-16 12:47   ` Matti Luoma
  0 siblings, 1 reply; 4+ messages in thread
From: Dharmendra.T @ 2003-04-16 12:39 UTC (permalink / raw)
  To: Matti Luoma; +Cc: netfilter

[-- Attachment #1: Type: text/plain, Size: 1058 bytes --]

On Wed, 2003-04-16 at 17:41, Matti Luoma wrote:

    Hiya!
    
    Well i upgraded my kernel to 2.4.20 from 2.4.3, and also compiled newest 
    iptables 1.2.8
    
    now i got this weird problem with
    
    example this line:
    
    iptables -A PREROUTING -t nat -p UDP -d IP -dport port -j DNAT --to IP:Port
    
    It should works, and it works, but not anymore, SSH forwarding like this 
    works thou
    
    also im gettin some stuff in syslog:
    
    kernel: NAT: 0 dropping untracked packet c66ab6c0
    
    i think these things are related, and probably some module is causing this, 
    any ideas?
    
    Cheers,
    Matti
    
    I guess this is because of conntrack module. Just check do you need this if not remove it. 

-- 
Regards
Dharmendra.T


This message is intended for the addressee only. It may contain
privileged or Confidential information. If you have received this
message in error,please notify the sender and destroy the message
immediately.Unauthorised use or reproduction of this message is strictly
prohibited.

[-- Attachment #2: Type: text/html, Size: 2740 bytes --]

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

* RE: Small problem -> Prerouting
  2003-04-16 12:39 ` Dharmendra.T
@ 2003-04-16 12:47   ` Matti Luoma
  2003-04-16 12:55     ` Dharmendra.T
  0 siblings, 1 reply; 4+ messages in thread
From: Matti Luoma @ 2003-04-16 12:47 UTC (permalink / raw)
  To: Dharmendra.T; +Cc: netfilter

[-- Attachment #1: Type: text/plain, Size: 1157 bytes --]

                    Seems to be in use, so i cant remove it, so it has to be something else...

                    What module does PREROUTING need anyways?



  On Wed, 2003-04-16 at 17:41, Matti Luoma wrote: 
Hiya!

Well i upgraded my kernel to 2.4.20 from 2.4.3, and also compiled newest 
iptables 1.2.8

now i got this weird problem with

example this line:

iptables -A PREROUTING -t nat -p UDP -d IP -dport port -j DNAT --to IP:Port

It should works, and it works, but not anymore, SSH forwarding like this 
works thou

also im gettin some stuff in syslog:

kernel: NAT: 0 dropping untracked packet c66ab6c0

i think these things are related, and probably some module is causing this, 
any ideas?

Cheers,
Matti

I guess this is because of conntrack module. Just check do you need this if not remove it. -- 
Regards
Dharmendra.T


This message is intended for the addressee only. It may contain privileged or Confidential information. If you have received this message in error,please notify the sender and destroy the message immediately.Unauthorised use or reproduction of this message is strictly prohibited. 

[-- Attachment #2: Type: text/html, Size: 3606 bytes --]

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

* RE: Small problem -> Prerouting
  2003-04-16 12:47   ` Matti Luoma
@ 2003-04-16 12:55     ` Dharmendra.T
  0 siblings, 0 replies; 4+ messages in thread
From: Dharmendra.T @ 2003-04-16 12:55 UTC (permalink / raw)
  To: Matti Luoma; +Cc: netfilter

[-- Attachment #1: Type: text/plain, Size: 1461 bytes --]

On Wed, 2003-04-16 at 18:17, Matti Luoma wrote:

    
                        Seems to be in use, so i cant remove it, so it
    has to be something else...
     
                        What module does PREROUTING need anyways?
     

         
        On Wed, 2003-04-16 at 17:41, Matti Luoma wrote: 

            Hiya!
            
            Well i upgraded my kernel to 2.4.20 from 2.4.3, and also compiled newest 
            iptables 1.2.8
            
            now i got this weird problem with
            
            example this line:
            
            iptables -A PREROUTING -t nat -p UDP -d IP -dport port -j DNAT --to IP:Port
            
            It should works, and it works, but not anymore, SSH forwarding like this 
            works thou
            
            also im gettin some stuff in syslog:
            
            kernel: NAT: 0 dropping untracked packet c66ab6c0
            
            i think these things are related, and probably some module is causing this, 
            any ideas?
            
            Cheers,
            Matti
            
            I guess this is because of conntrack module. Just check do you need this if not remove it. 


Do onething, recompile the kernel and enable only the modules which you
want to use. 
I guess PREROUTING does not use any external module. If iptables is
enabled PREROUTING will be enabled.

Regards
Dharmu

[-- Attachment #2: Type: text/html, Size: 3620 bytes --]

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

end of thread, other threads:[~2003-04-16 12:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-04-16 12:11 Small problem -> Prerouting Matti Luoma
2003-04-16 12:39 ` Dharmendra.T
2003-04-16 12:47   ` Matti Luoma
2003-04-16 12:55     ` Dharmendra.T

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox