Re: protocol 50 unreachable

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Fri, 2004-12-03 at 21:20, Alistair Tonner wrote:
> On December 3, 2004 12:11 pm, Helge Weissig wrote:
> > ahhh... finally I see something... but what does it mean???
> >
> > added the following two log rules:
> > $IPTABLES -A PREROUTING -t mangle -j LOG --log-level info --log-prefix 'all
> > mangle preroute: ' $IPTABLES -A PREROUTING -t mangle -m conntrack --ctstate
> > INVALID -j LOG --log-level info --log-prefix 'contrack mangle preroute: '
> >
> > the second generates the following error:
> > iptables v1.2.6a: Couldn't load match
> > `conntrack':/lib/iptables/libipt_conntrack.so: cannot open shared object
> > file: No such file or directory
>  
>  The above error indicates you did not build the conntrack match module and 
> related iptables code. 
> 
> >
> > the ESP's however now show up in the log (these are nmap generated):
> 
> > Dec  3 09:07:23 gollum kernel: all mangle preroute: IN=eth0 OUT=
> > MAC=00:90:27:ca:39:56:00:10:67:00:b4:3e:08:00 SRC=vpn.server.ip
> > DST=ext.if.ip LEN=20 TOS=0x00 PREC=0x00 TTL=32 ID=56785 PROTO=ESP
> > INCOMPLETE [0 bytes] 
> 
> > Dec  3 09:07:23 gollum kernel: all mangle preroute: 
> > IN=eth0 OUT= MAC=00:90:27:ca:39:56:00:10:67:00:b4:3e:08:00
> > SRC=vpn.server.ip DST=ext.if.ip LEN=20 TOS=0x00 PREC=0x00 TTL=32 ID=7732
> > PROTO=ESP INCOMPLETE [0 bytes]

LEN=20 means the IP packet is only 20 bytes--which would lead one to
believe that the packet contains only an IP header and no data.  which
is probably all nmap is generating.  not sure what more you would expect
from such a test.

-j

--
"I have thought this through. First, I will send Bart the money to
 fly home. Then I will murder him."
	--The Simpsons



[Index of Archives]     [Linux Netfilter Development]     [Linux Kernel Networking Development]     [Netem]     [Berkeley Packet Filter]     [Linux Kernel Development]     [Advanced Routing & Traffice Control]     [Bugtraq]

  Powered by Linux