All of lore.kernel.org
 help / color / mirror / Atom feed
* iptables
@ 2009-04-27  8:05 Manu
  2009-04-29 20:32 ` iptables Jan Engelhardt
  0 siblings, 1 reply; 73+ messages in thread
From: Manu @ 2009-04-27  8:05 UTC (permalink / raw)
  To: Netfilter Developer Mailing List

Hi list,

if I use command:

#iptables -nvL -t mangle

I get:

Chain FORWARD (policy ACCEPT 0 packets, 0 bytes)
 pkts bytes target     prot opt in     out     source               
destination
insmod: ip_tables.ko: no module by that name found
modprobe: failed to load module ip_tables
insmod: ip_tables.ko: no module by that name found
modprobe: failed to load module ip_tables
insmod: ip_tables.ko: no module by that name found
modprobe: failed to load module ip_tables
insmod: ip_tables.ko: no module by that name found
modprobe: failed to load module ip_tables
    0     0 MARK       all  --  *      *       10.0.20.2            
0.0.0.0/0           MARK set 0x14


Everything works fine, but I get this error message?
My kernel is built with every point of iptables stuff included, not as 
module.
This error occurs only if I did an entry with MARK target, and it 
depends on iptables-version.
with iptables v.1.2.9 there is no error displayed.


iptables: v1.4.3.2
kernel: 2.6.23.9

Manu

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

* Re: iptables
  2009-04-27  8:05 iptables Manu
@ 2009-04-29 20:32 ` Jan Engelhardt
  2009-05-05 13:38   ` iptables Patrick McHardy
  0 siblings, 1 reply; 73+ messages in thread
From: Jan Engelhardt @ 2009-04-29 20:32 UTC (permalink / raw)
  To: Manu; +Cc: Netfilter Developer Mailing List


On Monday 2009-04-27 10:05, Manu wrote:
> #iptables -nvL -t mangle
>
> Chain FORWARD (policy ACCEPT 0 packets, 0 bytes)
> pkts bytes target     prot opt in     out     source               destination
> insmod: ip_tables.ko: no module by that name found
> modprobe: failed to load module ip_tables
> insmod: ip_tables.ko: no module by that name found
> modprobe: failed to load module ip_tables
> insmod: ip_tables.ko: no module by that name found
> modprobe: failed to load module ip_tables
> insmod: ip_tables.ko: no module by that name found
> modprobe: failed to load module ip_tables
>   0     0 MARK       all  --  *      *       10.0.20.2            0.0.0.0/0
> MARK set 0x14
>
>
> My kernel is built with every point of iptables stuff included, not as module.

I cannot reproduce this :/

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

* Re: iptables
  2009-04-29 20:32 ` iptables Jan Engelhardt
@ 2009-05-05 13:38   ` Patrick McHardy
  2009-05-05 19:26     ` iptables Jan Engelhardt
  0 siblings, 1 reply; 73+ messages in thread
From: Patrick McHardy @ 2009-05-05 13:38 UTC (permalink / raw)
  To: Jan Engelhardt; +Cc: Manu, Netfilter Developer Mailing List

Jan Engelhardt wrote:
> On Monday 2009-04-27 10:05, Manu wrote:
>> #iptables -nvL -t mangle
>>
>> Chain FORWARD (policy ACCEPT 0 packets, 0 bytes)
>> pkts bytes target     prot opt in     out     source               destination
>> insmod: ip_tables.ko: no module by that name found
>> modprobe: failed to load module ip_tables
>> insmod: ip_tables.ko: no module by that name found
>> modprobe: failed to load module ip_tables
>> insmod: ip_tables.ko: no module by that name found
>> modprobe: failed to load module ip_tables
>> insmod: ip_tables.ko: no module by that name found
>> modprobe: failed to load module ip_tables
>>   0     0 MARK       all  --  *      *       10.0.20.2            0.0.0.0/0
>> MARK set 0x14
>>
>>
>> My kernel is built with every point of iptables stuff included, not as module.
> 
> I cannot reproduce this :/

Well, the message obviously originates from modprobe. So it seems
to ignore the "-q" option set by iptables.

Manu, please provide a strace -f of the iptables execution and
your module-init-tools version.


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

* Re: iptables
  2009-05-05 13:38   ` iptables Patrick McHardy
@ 2009-05-05 19:26     ` Jan Engelhardt
  2009-05-06  7:53       ` iptables Manu
  0 siblings, 1 reply; 73+ messages in thread
From: Jan Engelhardt @ 2009-05-05 19:26 UTC (permalink / raw)
  To: Patrick McHardy; +Cc: Manu, Netfilter Developer Mailing List


On Tuesday 2009-05-05 15:38, Patrick McHardy wrote:
> Jan Engelhardt wrote:
>> On Monday 2009-04-27 10:05, Manu wrote:
>>> #iptables -nvL -t mangle
>>>
>>> Chain FORWARD (policy ACCEPT 0 packets, 0 bytes)
>>> pkts bytes target     prot opt in     out     source
>>> destination
>>> insmod: ip_tables.ko: no module by that name found
>>> modprobe: failed to load module ip_tables
>>>  0     0 MARK       all  --  *      *       10.0.20.2            0.0.0.0/0
>>> MARK set 0x14
>>>
>>> My kernel is built with every point of iptables stuff included, not as
>>> module.
>>
>> I cannot reproduce this :/
>
> Well, the message obviously originates from modprobe. So it seems
> to ignore the "-q" option set by iptables.

Now that you mention that, perhaps it's an incomplete modprobe
copy in busybox?

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

* Re: iptables
  2009-05-05 19:26     ` iptables Jan Engelhardt
@ 2009-05-06  7:53       ` Manu
  0 siblings, 0 replies; 73+ messages in thread
From: Manu @ 2009-05-06  7:53 UTC (permalink / raw)
  To: Jan Engelhardt; +Cc: Patrick McHardy, Netfilter Developer Mailing List

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

Jan Engelhardt schrieb:
> On Tuesday 2009-05-05 15:38, Patrick McHardy wrote:
>   
>> Jan Engelhardt wrote:
>>     
>>> On Monday 2009-04-27 10:05, Manu wrote:
>>>       
>>>> #iptables -nvL -t mangle
>>>>
>>>> Chain FORWARD (policy ACCEPT 0 packets, 0 bytes)
>>>> pkts bytes target     prot opt in     out     source
>>>> destination
>>>> insmod: ip_tables.ko: no module by that name found
>>>> modprobe: failed to load module ip_tables
>>>>  0     0 MARK       all  --  *      *       10.0.20.2            0.0.0.0/0
>>>> MARK set 0x14
>>>>
>>>> My kernel is built with every point of iptables stuff included, not as
>>>> module.
>>>>         
>>> I cannot reproduce this :/
>>>       
>> Well, the message obviously originates from modprobe. So it seems
>> to ignore the "-q" option set by iptables.
>>     
>
> Now that you mention that, perhaps it's an incomplete modprobe
> copy in busybox?
>
>   
many thanks for your response.
I think the problem could be the module-init-tools of busybox 1.00 - it 
is really an old version.
I will upgrade to a newer one.


[-- Attachment #2: strace_iptables --]
[-- Type: text/plain, Size: 290808 bytes --]

execve("/usr/bin/iptables", ["iptables", "-nvL", "-t", "mangle"], [/* 14 vars */]) = 0
uname({sys="Linux", node="kchtn", ...}) = 0
brk(0)                                  = 0x8051000
open("/etc/ld.so.preload", O_RDONLY)    = -1 ENOENT (No such file or directory)
open("/lib/i686/mmx/libiptc.so.0", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/lib/i686/mmx", 0xbfa06c90)     = -1 ENOENT (No such file or directory)
open("/lib/i686/libiptc.so.0", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/lib/i686", 0xbfa06c90)         = -1 ENOENT (No such file or directory)
open("/lib/mmx/libiptc.so.0", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/lib/mmx", 0xbfa06c90)          = -1 ENOENT (No such file or directory)
open("/lib/libiptc.so.0", O_RDONLY)     = -1 ENOENT (No such file or directory)
stat64("/lib", {st_mode=S_IFDIR|0755, st_size=220, ...}) = 0
open("/usr/lib/i686/mmx/libiptc.so.0", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/usr/lib/i686/mmx", 0xbfa06c90) = -1 ENOENT (No such file or directory)
open("/usr/lib/i686/libiptc.so.0", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/usr/lib/i686", 0xbfa06c90)     = -1 ENOENT (No such file or directory)
open("/usr/lib/mmx/libiptc.so.0", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/usr/lib/mmx", 0xbfa06c90)      = -1 ENOENT (No such file or directory)
open("/usr/lib/libiptc.so.0", O_RDONLY) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0@\31\0\000"..., 1024) = 1024
fstat64(3, {st_mode=S_IFREG|0755, st_size=136574, ...}) = 0
old_mmap(NULL, 43048, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0xb7faa000
mprotect(0xb7fb4000, 2088, PROT_NONE)   = 0
old_mmap(0xb7fb4000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 0x9000) = 0xb7fb4000
close(3)                                = 0
open("/lib/libxtables.so.2", O_RDONLY)  = -1 ENOENT (No such file or directory)
open("/usr/lib/libxtables.so.2", O_RDONLY) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0`\34\0\000"..., 1024) = 1024
fstat64(3, {st_mode=S_IFREG|0755, st_size=81681, ...}) = 0
old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7fa9000
old_mmap(NULL, 22620, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0xb7fa3000
mprotect(0xb7fa8000, 2140, PROT_NONE)   = 0
old_mmap(0xb7fa8000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 0x5000) = 0xb7fa8000
close(3)                                = 0
open("/lib/libm.so.6", O_RDONLY)        = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\3605\0"..., 1024) = 1024
fstat64(3, {st_mode=S_IFREG|0755, st_size=184056, ...}) = 0
old_mmap(NULL, 138416, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0xb7f81000
mprotect(0xb7fa2000, 3248, PROT_NONE)   = 0
old_mmap(0xb7fa2000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 0x20000) = 0xb7fa2000
close(3)                                = 0
open("/lib/libc.so.6", O_RDONLY)        = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0pY\1\000"..., 1024) = 1024
fstat64(3, {st_mode=S_IFREG|0755, st_size=1491599, ...}) = 0
old_mmap(NULL, 1268004, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0xb7e4b000
mprotect(0xb7f7a000, 26916, PROT_NONE)  = 0
old_mmap(0xb7f7a000, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 0x12f000) = 0xb7f7a000
old_mmap(0xb7f7e000, 10532, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb7f7e000
close(3)                                = 0
open("/lib/libdl.so.2", O_RDONLY)       = -1 ENOENT (No such file or directory)
open("/usr/lib/libdl.so.2", O_RDONLY)   = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\260\31"..., 1024) = 1024
fstat64(3, {st_mode=S_IFREG|0755, st_size=12392, ...}) = 0
old_mmap(NULL, 11588, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0xb7e48000
mprotect(0xb7e4a000, 3396, PROT_NONE)   = 0
old_mmap(0xb7e4a000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 0x1000) = 0xb7e4a000
close(3)                                = 0
socket(PF_INET, SOCK_RAW, IPPROTO_RAW)  = 3
getsockopt(3, SOL_IP, 0x40 /* IP_??? */, "mangle\0\0\0\0\0\0D~\231\331\377\n\21\300\0\0\0\0\210\327"..., [84]) = 0
brk(0)                                  = 0x8051000
brk(0x8052000)                          = 0x8052000
brk(0)                                  = 0x8052000
brk(0)                                  = 0x8052000
brk(0x8053000)                          = 0x8053000
getsockopt(3, SOL_IP, 0x41 /* IP_??? */, "mangle\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., [3992]) = 0
brk(0)                                  = 0x8053000
brk(0x8054000)                          = 0x8054000
fstat64(1, {st_mode=S_IFREG|0644, st_size=4634, ...}) = 0
old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7e47000
open("/usr/lib/iptables/libxt_MARK.so", O_RDONLY) = 4
read(4, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\300\10"..., 1024) = 1024
fstat64(4, {st_mode=S_IFREG|0755, st_size=32646, ...}) = 0
old_mmap(NULL, 10880, PROT_READ|PROT_EXEC, MAP_PRIVATE, 4, 0) = 0xb7e44000
mprotect(0xb7e46000, 2688, PROT_NONE)   = 0
old_mmap(0xb7e46000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 4, 0x1000) = 0xb7e46000
close(4)                                = 0
socket(PF_INET, SOCK_RAW, IPPROTO_RAW)  = 4
open("/proc/sys/kernel/modprobe", O_RDONLY|O_LARGEFILE) = 5
read(5, "/sbin/modprobe\n", 1024)       = 15
close(5)                                = 0
write(1, "Chain PREROUTING (policy ACCEPT "..., 439Chain PREROUTING (policy ACCEPT 30566 packets, 3141K bytes)
 pkts bytes target     prot opt in     out     source               destination         

Chain INPUT (policy ACCEPT 27853 packets, 2924K bytes)
 pkts bytes target     prot opt in     out     source               destination         

Chain FORWARD (policy ACCEPT 1931 packets, 147K bytes)
 pkts bytes target     prot opt in     out     source               destination         
) = 439
fork()                                  = 18449
[pid 18448] wait4(-1,  <unfinished ...>
[pid 18449] execve("/sbin/modprobe", ["/sbin/modprobe", "ip_tables", "-q"], [/* 14 vars */]) = 0
[pid 18449] uname({sys="Linux", node="kchtn", ...}) = 0
[pid 18449] brk(0)                      = 0x817b000
[pid 18449] open("/etc/ld.so.preload", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 18449] open("/lib/i686/mmx/libm.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 18449] stat64("/lib/i686/mmx", 0xbfe6e910) = -1 ENOENT (No such file or directory)
[pid 18449] open("/lib/i686/libm.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 18449] stat64("/lib/i686", 0xbfe6e910) = -1 ENOENT (No such file or directory)
[pid 18449] open("/lib/mmx/libm.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 18449] stat64("/lib/mmx", 0xbfe6e910) = -1 ENOENT (No such file or directory)
[pid 18449] open("/lib/libm.so.6", O_RDONLY) = 5
[pid 18449] read(5, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\3605\0"..., 1024) = 1024
[pid 18449] fstat64(5, {st_mode=S_IFREG|0755, st_size=184056, ...}) = 0
[pid 18449] old_mmap(NULL, 138416, PROT_READ|PROT_EXEC, MAP_PRIVATE, 5, 0) = 0xb7ecb000
[pid 18449] mprotect(0xb7eec000, 3248, PROT_NONE) = 0
[pid 18449] old_mmap(0xb7eec000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 5, 0x20000) = 0xb7eec000
[pid 18449] close(5)                    = 0
[pid 18449] open("/lib/libcrypt.so.1", O_RDONLY) = 5
[pid 18449] read(5, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\220\n\0"..., 1024) = 1024
[pid 18449] fstat64(5, {st_mode=S_IFREG|0755, st_size=43933, ...}) = 0
[pid 18449] old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7eca000
[pid 18449] old_mmap(NULL, 197728, PROT_READ|PROT_EXEC, MAP_PRIVATE, 5, 0) = 0xb7e99000
[pid 18449] mprotect(0xb7ea1000, 164960, PROT_NONE) = 0
[pid 18449] old_mmap(0xb7ea1000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 5, 0x8000) = 0xb7ea1000
[pid 18449] old_mmap(0xb7ea3000, 156768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb7ea3000
[pid 18449] close(5)                    = 0
[pid 18449] open("/lib/libc.so.6", O_RDONLY) = 5
[pid 18449] read(5, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0pY\1\000"..., 1024) = 1024
[pid 18449] fstat64(5, {st_mode=S_IFREG|0755, st_size=1491599, ...}) = 0
[pid 18449] old_mmap(NULL, 1268004, PROT_READ|PROT_EXEC, MAP_PRIVATE, 5, 0) = 0xb7d63000
[pid 18449] mprotect(0xb7e92000, 26916, PROT_NONE) = 0
[pid 18449] old_mmap(0xb7e92000, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 5, 0x12f000) = 0xb7e92000
[pid 18449] old_mmap(0xb7e96000, 10532, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb7e96000
[pid 18449] close(5)                    = 0
[pid 18449] uname({sys="Linux", node="kchtn", ...}) = 0
[pid 18449] open("/lib/modules/2.6.23.9-default/modules.dep", O_RDONLY) = 5
[pid 18449] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18449] lseek(5, 0, SEEK_CUR)       = 256
[pid 18449] lseek(5, 62, SEEK_SET)      = 62
[pid 18449] brk(0)                      = 0x817b000
[pid 18449] brk(0x817c000)              = 0x817c000
[pid 18449] brk(0)                      = 0x817c000
[pid 18449] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18449] lseek(5, 0, SEEK_CUR)       = 318
[pid 18449] lseek(5, 126, SEEK_SET)     = 126
[pid 18449] read(5, "\n/lib/modules/2.6.23.9-default/k"..., 256) = 256
[pid 18449] lseek(5, 0, SEEK_CUR)       = 382
[pid 18449] lseek(5, 127, SEEK_SET)     = 127
[pid 18449] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18449] lseek(5, 0, SEEK_CUR)       = 383
[pid 18449] lseek(5, 192, SEEK_SET)     = 192
[pid 18449] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18449] lseek(5, 0, SEEK_CUR)       = 448
[pid 18449] lseek(5, 251, SEEK_SET)     = 251
[pid 18449] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18449] lseek(5, 0, SEEK_CUR)       = 507
[pid 18449] lseek(5, 313, SEEK_SET)     = 313
[pid 18449] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18449] lseek(5, 0, SEEK_CUR)       = 569
[pid 18449] lseek(5, 371, SEEK_SET)     = 371
[pid 18449] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18449] lseek(5, 0, SEEK_CUR)       = 627
[pid 18449] lseek(5, 493, SEEK_SET)     = 493
[pid 18449] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18449] lseek(5, 0, SEEK_CUR)       = 749
[pid 18449] lseek(5, 558, SEEK_SET)     = 558
[pid 18449] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18449] lseek(5, 0, SEEK_CUR)       = 814
[pid 18449] lseek(5, 621, SEEK_SET)     = 621
[pid 18449] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18449] lseek(5, 0, SEEK_CUR)       = 877
[pid 18449] lseek(5, 686, SEEK_SET)     = 686
[pid 18449] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18449] lseek(5, 0, SEEK_CUR)       = 942
[pid 18449] lseek(5, 743, SEEK_SET)     = 743
[pid 18449] read(5, "\n/lib/modules/2.6.23.9-default/k"..., 256) = 256
[pid 18449] lseek(5, 0, SEEK_CUR)       = 999
[pid 18449] lseek(5, 744, SEEK_SET)     = 744
[pid 18449] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18449] lseek(5, 0, SEEK_CUR)       = 1000
[pid 18449] lseek(5, 801, SEEK_SET)     = 801
[pid 18449] read(5, "\n/lib/modules/2.6.23.9-default/k"..., 256) = 256
[pid 18449] lseek(5, 0, SEEK_CUR)       = 1057
[pid 18449] lseek(5, 802, SEEK_SET)     = 802
[pid 18449] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18449] lseek(5, 0, SEEK_CUR)       = 1058
[pid 18449] lseek(5, 861, SEEK_SET)     = 861
[pid 18449] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18449] lseek(5, 0, SEEK_CUR)       = 1117
[pid 18449] lseek(5, 933, SEEK_SET)     = 933
[pid 18449] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18449] lseek(5, 0, SEEK_CUR)       = 1189
[pid 18449] lseek(5, 1005, SEEK_SET)    = 1005
[pid 18449] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18449] lseek(5, 0, SEEK_CUR)       = 1261
[pid 18449] lseek(5, 1075, SEEK_SET)    = 1075
[pid 18449] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18449] lseek(5, 0, SEEK_CUR)       = 1331
[pid 18449] lseek(5, 1150, SEEK_SET)    = 1150
[pid 18449] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18449] lseek(5, 0, SEEK_CUR)       = 1406
[pid 18449] lseek(5, 1221, SEEK_SET)    = 1221
[pid 18449] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18449] lseek(5, 0, SEEK_CUR)       = 1477
[pid 18449] lseek(5, 1290, SEEK_SET)    = 1290
[pid 18449] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18449] lseek(5, 0, SEEK_CUR)       = 1546
[pid 18449] lseek(5, 1364, SEEK_SET)    = 1364
[pid 18449] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18449] lseek(5, 0, SEEK_CUR)       = 1620
[pid 18449] lseek(5, 1438, SEEK_SET)    = 1438
[pid 18449] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18449] lseek(5, 0, SEEK_CUR)       = 1694
[pid 18449] lseek(5, 1510, SEEK_SET)    = 1510
[pid 18449] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18449] lseek(5, 0, SEEK_CUR)       = 1766
[pid 18449] lseek(5, 1580, SEEK_SET)    = 1580
[pid 18449] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18449] lseek(5, 0, SEEK_CUR)       = 1836
[pid 18449] lseek(5, 1651, SEEK_SET)    = 1651
[pid 18449] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18449] lseek(5, 0, SEEK_CUR)       = 1907
[pid 18449] lseek(5, 1724, SEEK_SET)    = 1724
[pid 18449] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18449] lseek(5, 0, SEEK_CUR)       = 1980
[pid 18449] lseek(5, 1798, SEEK_SET)    = 1798
[pid 18449] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18449] lseek(5, 0, SEEK_CUR)       = 2054
[pid 18449] lseek(5, 1873, SEEK_SET)    = 1873
[pid 18449] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18449] lseek(5, 0, SEEK_CUR)       = 2129
[pid 18449] lseek(5, 1944, SEEK_SET)    = 1944
[pid 18449] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18449] lseek(5, 0, SEEK_CUR)       = 2200
[pid 18449] lseek(5, 2014, SEEK_SET)    = 2014
[pid 18449] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18449] lseek(5, 0, SEEK_CUR)       = 2270
[pid 18449] lseek(5, 2085, SEEK_SET)    = 2085
[pid 18449] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18449] lseek(5, 0, SEEK_CUR)       = 2341
[pid 18449] lseek(5, 2162, SEEK_SET)    = 2162
[pid 18449] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18449] lseek(5, 0, SEEK_CUR)       = 2418
[pid 18449] lseek(5, 2239, SEEK_SET)    = 2239
[pid 18449] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18449] lseek(5, 0, SEEK_CUR)       = 2495
[pid 18449] lseek(5, 2313, SEEK_SET)    = 2313
[pid 18449] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18449] lseek(5, 0, SEEK_CUR)       = 2569
[pid 18449] lseek(5, 2384, SEEK_SET)    = 2384
[pid 18449] read(5, "\n/lib/modules/2.6.23.9-default/k"..., 256) = 256
[pid 18449] lseek(5, 0, SEEK_CUR)       = 2640
[pid 18449] lseek(5, 2385, SEEK_SET)    = 2385
[pid 18449] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18449] lseek(5, 0, SEEK_CUR)       = 2641
[pid 18449] lseek(5, 2457, SEEK_SET)    = 2457
[pid 18449] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18449] lseek(5, 0, SEEK_CUR)       = 2713
[pid 18449] lseek(5, 2604, SEEK_SET)    = 2604
[pid 18449] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18449] lseek(5, 0, SEEK_CUR)       = 2860
[pid 18449] lseek(5, 2751, SEEK_SET)    = 2751
[pid 18449] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18449] lseek(5, 0, SEEK_CUR)       = 3007
[pid 18449] lseek(5, 2829, SEEK_SET)    = 2829
[pid 18449] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18449] lseek(5, 0, SEEK_CUR)       = 3085
[pid 18449] lseek(5, 2907, SEEK_SET)    = 2907
[pid 18449] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18449] lseek(5, 0, SEEK_CUR)       = 3163
[pid 18449] lseek(5, 2984, SEEK_SET)    = 2984
[pid 18449] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18449] lseek(5, 0, SEEK_CUR)       = 3240
[pid 18449] lseek(5, 3061, SEEK_SET)    = 3061
[pid 18449] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18449] lseek(5, 0, SEEK_CUR)       = 3317
[pid 18449] lseek(5, 3132, SEEK_SET)    = 3132
[pid 18449] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18449] lseek(5, 0, SEEK_CUR)       = 3388
[pid 18449] lseek(5, 3203, SEEK_SET)    = 3203
[pid 18449] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18449] lseek(5, 0, SEEK_CUR)       = 3459
[pid 18449] lseek(5, 3278, SEEK_SET)    = 3278
[pid 18449] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18449] lseek(5, 0, SEEK_CUR)       = 3534
[pid 18449] lseek(5, 3336, SEEK_SET)    = 3336
[pid 18449] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18449] lseek(5, 0, SEEK_CUR)       = 3592
[pid 18449] lseek(5, 3397, SEEK_SET)    = 3397
[pid 18449] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18449] lseek(5, 0, SEEK_CUR)       = 3653
[pid 18449] lseek(5, 3460, SEEK_SET)    = 3460
[pid 18449] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18449] lseek(5, 0, SEEK_CUR)       = 3716
[pid 18449] lseek(5, 3519, SEEK_SET)    = 3519
[pid 18449] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18449] lseek(5, 0, SEEK_CUR)       = 3775
[pid 18449] lseek(5, 3578, SEEK_SET)    = 3578
[pid 18449] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18449] lseek(5, 0, SEEK_CUR)       = 3834
[pid 18449] lseek(5, 3637, SEEK_SET)    = 3637
[pid 18449] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18449] lseek(5, 0, SEEK_CUR)       = 3893
[pid 18449] lseek(5, 3699, SEEK_SET)    = 3699
[pid 18449] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18449] lseek(5, 0, SEEK_CUR)       = 3955
[pid 18449] lseek(5, 3759, SEEK_SET)    = 3759
[pid 18449] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18449] lseek(5, 0, SEEK_CUR)       = 4015
[pid 18449] lseek(5, 3819, SEEK_SET)    = 3819
[pid 18449] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18449] lseek(5, 0, SEEK_CUR)       = 4075
[pid 18449] lseek(5, 3878, SEEK_SET)    = 3878
[pid 18449] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18449] lseek(5, 0, SEEK_CUR)       = 4134
[pid 18449] lseek(5, 3941, SEEK_SET)    = 3941
[pid 18449] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18449] lseek(5, 0, SEEK_CUR)       = 4197
[pid 18449] lseek(5, 4001, SEEK_SET)    = 4001
[pid 18449] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18449] lseek(5, 0, SEEK_CUR)       = 4257
[pid 18449] lseek(5, 4060, SEEK_SET)    = 4060
[pid 18449] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18449] lseek(5, 0, SEEK_CUR)       = 4316
[pid 18449] lseek(5, 4119, SEEK_SET)    = 4119
[pid 18449] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18449] lseek(5, 0, SEEK_CUR)       = 4375
[pid 18449] lseek(5, 4178, SEEK_SET)    = 4178
[pid 18449] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18449] lseek(5, 0, SEEK_CUR)       = 4434
[pid 18449] lseek(5, 4238, SEEK_SET)    = 4238
[pid 18449] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18449] lseek(5, 0, SEEK_CUR)       = 4494
[pid 18449] lseek(5, 4295, SEEK_SET)    = 4295
[pid 18449] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18449] lseek(5, 0, SEEK_CUR)       = 4551
[pid 18449] lseek(5, 4348, SEEK_SET)    = 4348
[pid 18449] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18449] lseek(5, 0, SEEK_CUR)       = 4604
[pid 18449] lseek(5, 4419, SEEK_SET)    = 4419
[pid 18449] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18449] lseek(5, 0, SEEK_CUR)       = 4675
[pid 18449] lseek(5, 4490, SEEK_SET)    = 4490
[pid 18449] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 222
[pid 18449] lseek(5, 0, SEEK_CUR)       = 4712
[pid 18449] lseek(5, 4548, SEEK_SET)    = 4548
[pid 18449] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 164
[pid 18449] lseek(5, 0, SEEK_CUR)       = 4712
[pid 18449] lseek(5, 4604, SEEK_SET)    = 4604
[pid 18449] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 108
[pid 18449] lseek(5, 0, SEEK_CUR)       = 4712
[pid 18449] lseek(5, 4660, SEEK_SET)    = 4660
[pid 18449] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 52
[pid 18449] lseek(5, 0, SEEK_CUR)       = 4712
[pid 18449] lseek(5, 4712, SEEK_SET)    = 4712
[pid 18449] read(5, "", 256)            = 0
[pid 18449] close(5)                    = 0
[pid 18449] open("/etc/modules.conf", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 18449] open("/etc/conf.modules", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 18449] open("/proc/modules", O_RDONLY) = 5
[pid 18449] read(5, "ebt_ip 2208 2 - Live 0xdc86b000\n"..., 256) = 256
[pid 18449] lseek(5, 0, SEEK_CUR)       = 256
[pid 18449] lseek(5, 32, SEEK_SET)      = 32
[pid 18449] read(5, "ebtable_nat 2144 1 - Live 0xdc83"..., 256) = 256
[pid 18449] lseek(5, 0, SEEK_CUR)       = 288
[pid 18449] lseek(5, 69, SEEK_SET)      = 69
[pid 18449] read(5, "ebtables 17088 2 ebt_ip,ebtable_"..., 256) = 256
[pid 18449] lseek(5, 0, SEEK_CUR)       = 325
[pid 18449] lseek(5, 122, SEEK_SET)     = 122
[pid 18449] read(5, "sch_sfq 4928 40 - Live 0xdc85c00"..., 256) = 256
[pid 18449] lseek(5, 0, SEEK_CUR)       = 378
[pid 18449] lseek(5, 156, SEEK_SET)     = 156
[pid 18449] read(5, "cls_fw 3808 1 - Live 0xdc81c000\n"..., 256) = 227
[pid 18449] lseek(5, 0, SEEK_CUR)       = 383
[pid 18449] lseek(5, 188, SEEK_SET)     = 188
[pid 18449] read(5, "cls_u32 6244 1 - Live 0xdc84c000"..., 256) = 195
[pid 18449] lseek(5, 0, SEEK_CUR)       = 383
[pid 18449] lseek(5, 221, SEEK_SET)     = 221
[pid 18449] read(5, "sch_htb 13920 2 - Live 0xdc86200"..., 256) = 162
[pid 18449] lseek(5, 0, SEEK_CUR)       = 383
[pid 18449] lseek(5, 255, SEEK_SET)     = 255
[pid 18449] read(5, "tun 7872 0 - Live 0xdc849000\n802"..., 256) = 128
[pid 18449] lseek(5, 0, SEEK_CUR)       = 383
[pid 18449] lseek(5, 284, SEEK_SET)     = 284
[pid 18449] read(5, "8021q 17224 0 - Live 0xdc850000\n"..., 256) = 99
[pid 18449] lseek(5, 0, SEEK_CUR)       = 383
[pid 18449] lseek(5, 316, SEEK_SET)     = 316
[pid 18449] read(5, "8139too 22032 0 - Live 0xdc84200"..., 256) = 67
[pid 18449] lseek(5, 0, SEEK_CUR)       = 383
[pid 18449] lseek(5, 350, SEEK_SET)     = 350
[pid 18449] read(5, "cramfs 39796 6 - Live 0xdc820000"..., 256) = 33
[pid 18449] lseek(5, 0, SEEK_CUR)       = 383
[pid 18449] lseek(5, 383, SEEK_SET)     = 383
[pid 18449] read(5, "", 256)            = 0
[pid 18449] close(5)                    = 0
[pid 18449] rt_sigaction(SIGINT, {SIG_IGN}, {SIG_DFL}, 8) = 0
[pid 18449] rt_sigaction(SIGQUIT, {SIG_IGN}, {SIG_DFL}, 8) = 0
[pid 18449] rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
[pid 18449] fork()                      = 18453
[pid 18449] wait4(18453,  <unfinished ...>
[pid 18453] rt_sigaction(SIGINT, {SIG_DFL}, NULL, 8) = 0
[pid 18453] rt_sigaction(SIGQUIT, {SIG_DFL}, NULL, 8) = 0
[pid 18453] rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
[pid 18453] execve("/bin/sh", ["sh", "-c", "insmod   -q ip_tables "], [/* 14 vars */]) = 0
[pid 18453] uname({sys="Linux", node="kchtn", ...}) = 0
[pid 18453] brk(0)                      = 0x817b000
[pid 18453] open("/etc/ld.so.preload", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 18453] open("/lib/i686/mmx/libm.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 18453] stat64("/lib/i686/mmx", 0xbfc1aec0) = -1 ENOENT (No such file or directory)
[pid 18453] open("/lib/i686/libm.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 18453] stat64("/lib/i686", 0xbfc1aec0) = -1 ENOENT (No such file or directory)
[pid 18453] open("/lib/mmx/libm.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 18453] stat64("/lib/mmx", 0xbfc1aec0) = -1 ENOENT (No such file or directory)
[pid 18453] open("/lib/libm.so.6", O_RDONLY) = 5
[pid 18453] read(5, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\3605\0"..., 1024) = 1024
[pid 18453] fstat64(5, {st_mode=S_IFREG|0755, st_size=184056, ...}) = 0
[pid 18453] old_mmap(NULL, 138416, PROT_READ|PROT_EXEC, MAP_PRIVATE, 5, 0) = 0xb7f46000
[pid 18453] mprotect(0xb7f67000, 3248, PROT_NONE) = 0
[pid 18453] old_mmap(0xb7f67000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 5, 0x20000) = 0xb7f67000
[pid 18453] close(5)                    = 0
[pid 18453] open("/lib/libcrypt.so.1", O_RDONLY) = 5
[pid 18453] read(5, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\220\n\0"..., 1024) = 1024
[pid 18453] fstat64(5, {st_mode=S_IFREG|0755, st_size=43933, ...}) = 0
[pid 18453] old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7f45000
[pid 18453] old_mmap(NULL, 197728, PROT_READ|PROT_EXEC, MAP_PRIVATE, 5, 0) = 0xb7f14000
[pid 18453] mprotect(0xb7f1c000, 164960, PROT_NONE) = 0
[pid 18453] old_mmap(0xb7f1c000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 5, 0x8000) = 0xb7f1c000
[pid 18453] old_mmap(0xb7f1e000, 156768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb7f1e000
[pid 18453] close(5)                    = 0
[pid 18453] open("/lib/libc.so.6", O_RDONLY) = 5
[pid 18453] read(5, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0pY\1\000"..., 1024) = 1024
[pid 18453] fstat64(5, {st_mode=S_IFREG|0755, st_size=1491599, ...}) = 0
[pid 18453] old_mmap(NULL, 1268004, PROT_READ|PROT_EXEC, MAP_PRIVATE, 5, 0) = 0xb7dde000
[pid 18453] mprotect(0xb7f0d000, 26916, PROT_NONE) = 0
[pid 18453] old_mmap(0xb7f0d000, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 5, 0x12f000) = 0xb7f0d000
[pid 18453] old_mmap(0xb7f11000, 10532, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb7f11000
[pid 18453] close(5)                    = 0
[pid 18453] getpid()                    = 18453
[pid 18453] rt_sigaction(SIGCHLD, {SIG_DFL}, {SIG_DFL}, 8) = 0
[pid 18453] geteuid32()                 = 0
[pid 18453] brk(0)                      = 0x817b000
[pid 18453] brk(0x817c000)              = 0x817c000
[pid 18453] brk(0)                      = 0x817c000
[pid 18453] getppid()                   = 18449
[pid 18453] brk(0)                      = 0x817c000
[pid 18453] brk(0x817d000)              = 0x817d000
[pid 18453] getcwd("/root", 4096)       = 6
[pid 18453] rt_sigaction(SIGINT, NULL, {SIG_DFL}, 8) = 0
[pid 18453] rt_sigaction(SIGINT, {0x807ecd1, ~[], SA_RESTORER, 0xb7e075c8}, NULL, 8) = 0
[pid 18453] rt_sigaction(SIGQUIT, NULL, {SIG_DFL}, 8) = 0
[pid 18453] rt_sigaction(SIGQUIT, {SIG_DFL}, NULL, 8) = 0
[pid 18453] rt_sigaction(SIGTERM, NULL, {SIG_DFL}, 8) = 0
[pid 18453] rt_sigaction(SIGTERM, {SIG_DFL}, NULL, 8) = 0
[pid 18453] stat64("/bin/insmod", 0xbfc1b6b4) = -1 ENOENT (No such file or directory)
[pid 18453] stat64("/sbin/insmod", {st_mode=S_IFREG|0755, st_size=358124, ...}) = 0
[pid 18453] fork()                      = 18454
[pid 18453] wait4(-1,  <unfinished ...>
[pid 18454] execve("/sbin/insmod", ["insmod", "-q", "ip_tables"], [/* 14 vars */]) = 0
[pid 18454] uname({sys="Linux", node="kchtn", ...}) = 0
[pid 18454] brk(0)                      = 0x817b000
[pid 18454] open("/etc/ld.so.preload", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 18454] open("/lib/i686/mmx/libm.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 18454] stat64("/lib/i686/mmx", 0xbfafbda0) = -1 ENOENT (No such file or directory)
[pid 18454] open("/lib/i686/libm.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 18454] stat64("/lib/i686", 0xbfafbda0) = -1 ENOENT (No such file or directory)
[pid 18454] open("/lib/mmx/libm.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 18454] stat64("/lib/mmx", 0xbfafbda0) = -1 ENOENT (No such file or directory)
[pid 18454] open("/lib/libm.so.6", O_RDONLY) = 5
[pid 18454] read(5, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\3605\0"..., 1024) = 1024
[pid 18454] fstat64(5, {st_mode=S_IFREG|0755, st_size=184056, ...}) = 0
[pid 18454] old_mmap(NULL, 138416, PROT_READ|PROT_EXEC, MAP_PRIVATE, 5, 0) = 0xb7f01000
[pid 18454] mprotect(0xb7f22000, 3248, PROT_NONE) = 0
[pid 18454] old_mmap(0xb7f22000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 5, 0x20000) = 0xb7f22000
[pid 18454] close(5)                    = 0
[pid 18454] open("/lib/libcrypt.so.1", O_RDONLY) = 5
[pid 18454] read(5, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\220\n\0"..., 1024) = 1024
[pid 18454] fstat64(5, {st_mode=S_IFREG|0755, st_size=43933, ...}) = 0
[pid 18454] old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7f00000
[pid 18454] old_mmap(NULL, 197728, PROT_READ|PROT_EXEC, MAP_PRIVATE, 5, 0) = 0xb7ecf000
[pid 18454] mprotect(0xb7ed7000, 164960, PROT_NONE) = 0
[pid 18454] old_mmap(0xb7ed7000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 5, 0x8000) = 0xb7ed7000
[pid 18454] old_mmap(0xb7ed9000, 156768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb7ed9000
[pid 18454] close(5)                    = 0
[pid 18454] open("/lib/libc.so.6", O_RDONLY) = 5
[pid 18454] read(5, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0pY\1\000"..., 1024) = 1024
[pid 18454] fstat64(5, {st_mode=S_IFREG|0755, st_size=1491599, ...}) = 0
[pid 18454] old_mmap(NULL, 1268004, PROT_READ|PROT_EXEC, MAP_PRIVATE, 5, 0) = 0xb7d99000
[pid 18454] mprotect(0xb7ec8000, 26916, PROT_NONE) = 0
[pid 18454] old_mmap(0xb7ec8000, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 5, 0x12f000) = 0xb7ec8000
[pid 18454] old_mmap(0xb7ecc000, 10532, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb7ecc000
[pid 18454] close(5)                    = 0
[pid 18454] brk(0)                      = 0x817b000
[pid 18454] brk(0x817c000)              = 0x817c000
[pid 18454] brk(0)                      = 0x817c000
[pid 18454] uname({sys="Linux", node="kchtn", ...}) = 0
[pid 18454] stat64("ip_tables", 0xbfafa3e0) = -1 ENOENT (No such file or directory)
[pid 18454] lstat64("/lib", {st_mode=S_IFDIR|0755, st_size=220, ...}) = 0
[pid 18454] lstat64("/lib/modules", {st_mode=S_IFDIR|0755, st_size=28, ...}) = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default", {st_mode=S_IFDIR|0755, st_size=44, ...}) = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default", {st_mode=S_IFDIR|0755, st_size=44, ...}) = 0
[pid 18454] open("/dev/null", O_RDONLY|O_NONBLOCK|O_DIRECTORY) = -1 ENOTDIR (Not a directory)
[pid 18454] open("/lib/modules/2.6.23.9-default", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 5
[pid 18454] fstat64(5, {st_mode=S_IFDIR|0755, st_size=44, ...}) = 0
[pid 18454] fcntl64(5, F_SETFD, FD_CLOEXEC) = 0
[pid 18454] brk(0)                      = 0x817c000
[pid 18454] brk(0x817d000)              = 0x817d000
[pid 18454] getdents64(5, /* 2 entries */, 4096) = 64
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel", {st_mode=S_IFDIR|0755, st_size=68, ...}) = 0
[pid 18454] open("/lib/modules/2.6.23.9-default/kernel", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 6
[pid 18454] fstat64(6, {st_mode=S_IFDIR|0755, st_size=68, ...}) = 0
[pid 18454] fcntl64(6, F_SETFD, FD_CLOEXEC) = 0
[pid 18454] brk(0)                      = 0x817d000
[pid 18454] brk(0x817e000)              = 0x817e000
[pid 18454] getdents64(6, /* 4 entries */, 4096) = 104
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers", {st_mode=S_IFDIR|0755, st_size=64, ...}) = 0
[pid 18454] open("/lib/modules/2.6.23.9-default/kernel/drivers", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 7
[pid 18454] fstat64(7, {st_mode=S_IFDIR|0755, st_size=64, ...}) = 0
[pid 18454] fcntl64(7, F_SETFD, FD_CLOEXEC) = 0
[pid 18454] brk(0)                      = 0x817e000
[pid 18454] brk(0x817f000)              = 0x817f000
[pid 18454] getdents64(7, /* 4 entries */, 4096) = 96
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/acpi", {st_mode=S_IFDIR|0755, st_size=184, ...}) = 0
[pid 18454] open("/lib/modules/2.6.23.9-default/kernel/drivers/acpi", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 8
[pid 18454] fstat64(8, {st_mode=S_IFDIR|0755, st_size=184, ...}) = 0
[pid 18454] fcntl64(8, F_SETFD, FD_CLOEXEC) = 0
[pid 18454] brk(0)                      = 0x817f000
[pid 18454] brk(0x8180000)              = 0x8180000
[pid 18454] getdents64(8, /* 8 entries */, 4096) = 256
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/acpi/ac.ko", {st_mode=S_IFREG|0644, st_size=6132, ...}) = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/acpi/asus_acpi.ko", {st_mode=S_IFREG|0644, st_size=21711, ...}) = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/acpi/battery.ko", {st_mode=S_IFREG|0644, st_size=14467, ...}) = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/acpi/button.ko", {st_mode=S_IFREG|0644, st_size=9165, ...}) = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/acpi/container.ko", {st_mode=S_IFREG|0644, st_size=5791, ...}) = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/acpi/fan.ko", {st_mode=S_IFREG|0644, st_size=6034, ...}) = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/acpi/processor.ko", {st_mode=S_IFREG|0644, st_size=34510, ...}) = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/acpi/thermal.ko", {st_mode=S_IFREG|0644, st_size=21465, ...}) = 0
[pid 18454] getdents64(8, /* 0 entries */, 4096) = 0
[pid 18454] close(8)                    = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/char", {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
[pid 18454] open("/lib/modules/2.6.23.9-default/kernel/drivers/char", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 8
[pid 18454] fstat64(8, {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
[pid 18454] fcntl64(8, F_SETFD, FD_CLOEXEC) = 0
[pid 18454] getdents64(8, /* 0 entries */, 4096) = 0
[pid 18454] close(8)                    = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/net", {st_mode=S_IFDIR|0755, st_size=268, ...}) = 0
[pid 18454] open("/lib/modules/2.6.23.9-default/kernel/drivers/net", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 8
[pid 18454] fstat64(8, {st_mode=S_IFDIR|0755, st_size=268, ...}) = 0
[pid 18454] fcntl64(8, F_SETFD, FD_CLOEXEC) = 0
[pid 18454] getdents64(8, /* 11 entries */, 4096) = 384
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/net/8139too.ko", {st_mode=S_IFREG|0755, st_size=29763, ...}) = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/net/bsd_comp.ko", {st_mode=S_IFREG|0644, st_size=6735, ...}) = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/net/dummy.ko", {st_mode=S_IFREG|0755, st_size=4402, ...}) = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/net/netconsole.ko", {st_mode=S_IFREG|0644, st_size=4059, ...}) = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/net/ppp_async.ko", {st_mode=S_IFREG|0755, st_size=10569, ...}) = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/net/ppp_deflate.ko", {st_mode=S_IFREG|0755, st_size=6468, ...}) = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/net/ppp_generic.ko", {st_mode=S_IFREG|0755, st_size=24315, ...}) = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/net/ppp_mppe.ko", {st_mode=S_IFREG|0755, st_size=8202, ...}) = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/net/ppp_synctty.ko", {st_mode=S_IFREG|0755, st_size=9096, ...}) = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/net/slhc.ko", {st_mode=S_IFREG|0755, st_size=6592, ...}) = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/net/tun.ko", {st_mode=S_IFREG|0755, st_size=10595, ...}) = 0
[pid 18454] getdents64(8, /* 0 entries */, 4096) = 0
[pid 18454] close(8)                    = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/usb", {st_mode=S_IFDIR|0755, st_size=16, ...}) = 0
[pid 18454] open("/lib/modules/2.6.23.9-default/kernel/drivers/usb", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 8
[pid 18454] fstat64(8, {st_mode=S_IFDIR|0755, st_size=16, ...}) = 0
[pid 18454] fcntl64(8, F_SETFD, FD_CLOEXEC) = 0
[pid 18454] getdents64(8, /* 1 entries */, 4096) = 24
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/usb/net", {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
[pid 18454] open("/lib/modules/2.6.23.9-default/kernel/drivers/usb/net", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 9
[pid 18454] fstat64(9, {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
[pid 18454] fcntl64(9, F_SETFD, FD_CLOEXEC) = 0
[pid 18454] brk(0)                      = 0x8180000
[pid 18454] brk(0x8181000)              = 0x8181000
[pid 18454] getdents64(9, /* 0 entries */, 4096) = 0
[pid 18454] close(9)                    = 0
[pid 18454] getdents64(8, /* 0 entries */, 4096) = 0
[pid 18454] close(8)                    = 0
[pid 18454] getdents64(7, /* 0 entries */, 4096) = 0
[pid 18454] close(7)                    = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/fs", {st_mode=S_IFDIR|0755, st_size=96, ...}) = 0
[pid 18454] open("/lib/modules/2.6.23.9-default/kernel/fs", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 7
[pid 18454] fstat64(7, {st_mode=S_IFDIR|0755, st_size=96, ...}) = 0
[pid 18454] fcntl64(7, F_SETFD, FD_CLOEXEC) = 0
[pid 18454] getdents64(7, /* 5 entries */, 4096) = 152
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/fs/cramfs", {st_mode=S_IFDIR|0755, st_size=24, ...}) = 0
[pid 18454] open("/lib/modules/2.6.23.9-default/kernel/fs/cramfs", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 8
[pid 18454] fstat64(8, {st_mode=S_IFDIR|0755, st_size=24, ...}) = 0
[pid 18454] fcntl64(8, F_SETFD, FD_CLOEXEC) = 0
[pid 18454] getdents64(8, /* 1 entries */, 4096) = 32
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/fs/cramfs/cramfs.ko", {st_mode=S_IFREG|0755, st_size=9380, ...}) = 0
[pid 18454] getdents64(8, /* 0 entries */, 4096) = 0
[pid 18454] close(8)                    = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/fs/isofs", {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
[pid 18454] open("/lib/modules/2.6.23.9-default/kernel/fs/isofs", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 8
[pid 18454] fstat64(8, {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
[pid 18454] fcntl64(8, F_SETFD, FD_CLOEXEC) = 0
[pid 18454] getdents64(8, /* 0 entries */, 4096) = 0
[pid 18454] close(8)                    = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/fs/reiserfs", {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
[pid 18454] open("/lib/modules/2.6.23.9-default/kernel/fs/reiserfs", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 8
[pid 18454] fstat64(8, {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
[pid 18454] fcntl64(8, F_SETFD, FD_CLOEXEC) = 0
[pid 18454] getdents64(8, /* 0 entries */, 4096) = 0
[pid 18454] close(8)                    = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/fs/smbfs", {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
[pid 18454] open("/lib/modules/2.6.23.9-default/kernel/fs/smbfs", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 8
[pid 18454] fstat64(8, {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
[pid 18454] fcntl64(8, F_SETFD, FD_CLOEXEC) = 0
[pid 18454] getdents64(8, /* 0 entries */, 4096) = 0
[pid 18454] close(8)                    = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/fs/udf", {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
[pid 18454] open("/lib/modules/2.6.23.9-default/kernel/fs/udf", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 8
[pid 18454] fstat64(8, {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
[pid 18454] fcntl64(8, F_SETFD, FD_CLOEXEC) = 0
[pid 18454] getdents64(8, /* 0 entries */, 4096) = 0
[pid 18454] close(8)                    = 0
[pid 18454] getdents64(7, /* 0 entries */, 4096) = 0
[pid 18454] close(7)                    = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/lib", {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
[pid 18454] open("/lib/modules/2.6.23.9-default/kernel/lib", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 7
[pid 18454] fstat64(7, {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
[pid 18454] fcntl64(7, F_SETFD, FD_CLOEXEC) = 0
[pid 18454] getdents64(7, /* 0 entries */, 4096) = 0
[pid 18454] close(7)                    = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/net", {st_mode=S_IFDIR|0755, st_size=108, ...}) = 0
[pid 18454] open("/lib/modules/2.6.23.9-default/kernel/net", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 7
[pid 18454] fstat64(7, {st_mode=S_IFDIR|0755, st_size=108, ...}) = 0
[pid 18454] fcntl64(7, F_SETFD, FD_CLOEXEC) = 0
[pid 18454] getdents64(7, /* 6 entries */, 4096) = 168
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/net/8021q", {st_mode=S_IFDIR|0755, st_size=20, ...}) = 0
[pid 18454] open("/lib/modules/2.6.23.9-default/kernel/net/8021q", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 8
[pid 18454] fstat64(8, {st_mode=S_IFDIR|0755, st_size=20, ...}) = 0
[pid 18454] fcntl64(8, F_SETFD, FD_CLOEXEC) = 0
[pid 18454] getdents64(8, /* 1 entries */, 4096) = 32
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/net/8021q/8021q.ko", {st_mode=S_IFREG|0755, st_size=21970, ...}) = 0
[pid 18454] getdents64(8, /* 0 entries */, 4096) = 0
[pid 18454] close(8)                    = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/net/atm", {st_mode=S_IFDIR|0755, st_size=64, ...}) = 0
[pid 18454] open("/lib/modules/2.6.23.9-default/kernel/net/atm", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 8
[pid 18454] fstat64(8, {st_mode=S_IFDIR|0755, st_size=64, ...}) = 0
[pid 18454] fcntl64(8, F_SETFD, FD_CLOEXEC) = 0
[pid 18454] getdents64(8, /* 3 entries */, 4096) = 96
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/net/atm/atm.ko", {st_mode=S_IFREG|0755, st_size=45039, ...}) = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/net/atm/br2684.ko", {st_mode=S_IFREG|0755, st_size=9197, ...}) = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/net/atm/clip.ko", {st_mode=S_IFREG|0755, st_size=14837, ...}) = 0
[pid 18454] getdents64(8, /* 0 entries */, 4096) = 0
[pid 18454] close(8)                    = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge", {st_mode=S_IFDIR|0755, st_size=48, ...}) = 0
[pid 18454] open("/lib/modules/2.6.23.9-default/kernel/net/bridge", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 8
[pid 18454] fstat64(8, {st_mode=S_IFDIR|0755, st_size=48, ...}) = 0
[pid 18454] fcntl64(8, F_SETFD, FD_CLOEXEC) = 0
[pid 18454] getdents64(8, /* 2 entries */, 4096) = 64
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/bridge.ko", {st_mode=S_IFREG|0755, st_size=58477, ...}) = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter", {st_mode=S_IFDIR|0755, st_size=572, ...}) = 0
[pid 18454] open("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 9
[pid 18454] fstat64(9, {st_mode=S_IFDIR|0755, st_size=572, ...}) = 0
[pid 18454] fcntl64(9, F_SETFD, FD_CLOEXEC) = 0
[pid 18454] getdents64(9, /* 22 entries */, 4096) = 776
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebt_802_3.ko", {st_mode=S_IFREG|0755, st_size=2837, ...}) = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebt_among.ko", {st_mode=S_IFREG|0755, st_size=4508, ...}) = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebt_arp.ko", {st_mode=S_IFREG|0755, st_size=3726, ...}) = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebt_arpreply.ko", {st_mode=S_IFREG|0755, st_size=3416, ...}) = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebt_dnat.ko", {st_mode=S_IFREG|0755, st_size=3221, ...}) = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebt_ip.ko", {st_mode=S_IFREG|0755, st_size=3439, ...}) = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebt_ipdaddr.ko", {st_mode=S_IFREG|0755, st_size=4409, ...}) = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebt_ipsaddr.ko", {st_mode=S_IFREG|0755, st_size=4409, ...}) = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebt_limit.ko", {st_mode=S_IFREG|0755, st_size=3369, ...}) = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebt_log.ko", {st_mode=S_IFREG|0755, st_size=5332, ...}) = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebt_mark.ko", {st_mode=S_IFREG|0755, st_size=2839, ...}) = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebt_mark_m.ko", {st_mode=S_IFREG|0755, st_size=2774, ...}) = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebt_pkttype.ko", {st_mode=S_IFREG|0755, st_size=2723, ...}) = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebt_redirect.ko", {st_mode=S_IFREG|0755, st_size=3288, ...}) = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebt_snat.ko", {st_mode=S_IFREG|0755, st_size=3378, ...}) = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebt_stp.ko", {st_mode=S_IFREG|0755, st_size=3992, ...}) = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebt_ulog.ko", {st_mode=S_IFREG|0755, st_size=7733, ...}) = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebt_vlan.ko", {st_mode=S_IFREG|0755, st_size=4997, ...}) = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebtable_broute.ko", {st_mode=S_IFREG|0755, st_size=3234, ...}) = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebtable_filter.ko", {st_mode=S_IFREG|0755, st_size=3584, ...}) = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebtable_nat.ko", {st_mode=S_IFREG|0755, st_size=3613, ...}) = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebtables.ko", {st_mode=S_IFREG|0755, st_size=21295, ...}) = 0
[pid 18454] getdents64(9, /* 0 entries */, 4096) = 0
[pid 18454] close(9)                    = 0
[pid 18454] getdents64(8, /* 0 entries */, 4096) = 0
[pid 18454] close(8)                    = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/net/core", {st_mode=S_IFDIR|0755, st_size=24, ...}) = 0
[pid 18454] open("/lib/modules/2.6.23.9-default/kernel/net/core", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 8
[pid 18454] fstat64(8, {st_mode=S_IFDIR|0755, st_size=24, ...}) = 0
[pid 18454] fcntl64(8, F_SETFD, FD_CLOEXEC) = 0
[pid 18454] getdents64(8, /* 1 entries */, 4096) = 32
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/net/core/pktgen.ko", {st_mode=S_IFREG|0755, st_size=44932, ...}) = 0
[pid 18454] getdents64(8, /* 0 entries */, 4096) = 0
[pid 18454] close(8)                    = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/net/ipv4", {st_mode=S_IFDIR|0755, st_size=24, ...}) = 0
[pid 18454] open("/lib/modules/2.6.23.9-default/kernel/net/ipv4", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 8
[pid 18454] fstat64(8, {st_mode=S_IFDIR|0755, st_size=24, ...}) = 0
[pid 18454] fcntl64(8, F_SETFD, FD_CLOEXEC) = 0
[pid 18454] getdents64(8, /* 1 entries */, 4096) = 32
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/net/ipv4/netfilter", {st_mode=S_IFDIR|0755, st_size=28, ...}) = 0
[pid 18454] open("/lib/modules/2.6.23.9-default/kernel/net/ipv4/netfilter", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 9
[pid 18454] fstat64(9, {st_mode=S_IFDIR|0755, st_size=28, ...}) = 0
[pid 18454] fcntl64(9, F_SETFD, FD_CLOEXEC) = 0
[pid 18454] getdents64(9, /* 1 entries */, 4096) = 40
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/net/ipv4/netfilter/ipt_CLUSTERIP.ko", {st_mode=S_IFREG|0755, st_size=9564, ...}) = 0
[pid 18454] getdents64(9, /* 0 entries */, 4096) = 0
[pid 18454] close(9)                    = 0
[pid 18454] getdents64(8, /* 0 entries */, 4096) = 0
[pid 18454] close(8)                    = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched", {st_mode=S_IFDIR|0755, st_size=648, ...}) = 0
[pid 18454] open("/lib/modules/2.6.23.9-default/kernel/net/sched", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 8
[pid 18454] fstat64(8, {st_mode=S_IFDIR|0755, st_size=648, ...}) = 0
[pid 18454] fcntl64(8, F_SETFD, FD_CLOEXEC) = 0
[pid 18454] getdents64(8, /* 26 entries */, 4096) = 880
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/act_gact.ko", {st_mode=S_IFREG|0755, st_size=4973, ...}) = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/act_ipt.ko", {st_mode=S_IFREG|0755, st_size=6243, ...}) = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/act_mirred.ko", {st_mode=S_IFREG|0755, st_size=5582, ...}) = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/act_pedit.ko", {st_mode=S_IFREG|0755, st_size=5510, ...}) = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/act_police.ko", {st_mode=S_IFREG|0755, st_size=6451, ...}) = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/act_simple.ko", {st_mode=S_IFREG|0755, st_size=5001, ...}) = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/cls_basic.ko", {st_mode=S_IFREG|0755, st_size=5729, ...}) = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/cls_fw.ko", {st_mode=S_IFREG|0755, st_size=5396, ...}) = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/cls_route.ko", {st_mode=S_IFREG|0755, st_size=7185, ...}) = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/cls_rsvp.ko", {st_mode=S_IFREG|0755, st_size=7095, ...}) = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/cls_tcindex.ko", {st_mode=S_IFREG|0755, st_size=7627, ...}) = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/cls_u32.ko", {st_mode=S_IFREG|0755, st_size=8276, ...}) = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/sch_atm.ko", {st_mode=S_IFREG|0755, st_size=8177, ...}) = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/sch_cbq.ko", {st_mode=S_IFREG|0755, st_size=16919, ...}) = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/sch_csz.ko", {st_mode=S_IFREG|0755, st_size=8449, ...}) = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/sch_dsmark.ko", {st_mode=S_IFREG|0755, st_size=6721, ...}) = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/sch_gred.ko", {st_mode=S_IFREG|0755, st_size=8798, ...}) = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/sch_hfsc.ko", {st_mode=S_IFREG|0755, st_size=18166, ...}) = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/sch_htb.ko", {st_mode=S_IFREG|0755, st_size=16942, ...}) = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/sch_ingress.ko", {st_mode=S_IFREG|0755, st_size=4347, ...}) = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/sch_netem.ko", {st_mode=S_IFREG|0755, st_size=8878, ...}) = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/sch_prio.ko", {st_mode=S_IFREG|0755, st_size=6453, ...}) = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/sch_red.ko", {st_mode=S_IFREG|0755, st_size=6816, ...}) = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/sch_sfq.ko", {st_mode=S_IFREG|0755, st_size=6416, ...}) = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/sch_tbf.ko", {st_mode=S_IFREG|0755, st_size=6140, ...}) = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/sch_teql.ko", {st_mode=S_IFREG|0755, st_size=7072, ...}) = 0
[pid 18454] getdents64(8, /* 0 entries */, 4096) = 0
[pid 18454] close(8)                    = 0
[pid 18454] getdents64(7, /* 0 entries */, 4096) = 0
[pid 18454] close(7)                    = 0
[pid 18454] getdents64(6, /* 0 entries */, 4096) = 0
[pid 18454] close(6)                    = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/modules.dep", {st_mode=S_IFREG|0755, st_size=4712, ...}) = 0
[pid 18454] getdents64(5, /* 0 entries */, 4096) = 0
[pid 18454] close(5)                    = 0
[pid 18454] lstat64("/lib", {st_mode=S_IFDIR|0755, st_size=220, ...}) = 0
[pid 18454] lstat64("/lib/modules", {st_mode=S_IFDIR|0755, st_size=28, ...}) = 0
[pid 18454] lstat64("/lib/modules", {st_mode=S_IFDIR|0755, st_size=28, ...}) = 0
[pid 18454] open("/lib/modules", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 5
[pid 18454] fstat64(5, {st_mode=S_IFDIR|0755, st_size=28, ...}) = 0
[pid 18454] fcntl64(5, F_SETFD, FD_CLOEXEC) = 0
[pid 18454] getdents64(5, /* 1 entries */, 4096) = 40
[pid 18454] lstat64("/lib/modules/2.6.23.9-default", {st_mode=S_IFDIR|0755, st_size=44, ...}) = 0
[pid 18454] open("/lib/modules/2.6.23.9-default", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 6
[pid 18454] fstat64(6, {st_mode=S_IFDIR|0755, st_size=44, ...}) = 0
[pid 18454] fcntl64(6, F_SETFD, FD_CLOEXEC) = 0
[pid 18454] getdents64(6, /* 2 entries */, 4096) = 64
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel", {st_mode=S_IFDIR|0755, st_size=68, ...}) = 0
[pid 18454] open("/lib/modules/2.6.23.9-default/kernel", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 7
[pid 18454] fstat64(7, {st_mode=S_IFDIR|0755, st_size=68, ...}) = 0
[pid 18454] fcntl64(7, F_SETFD, FD_CLOEXEC) = 0
[pid 18454] getdents64(7, /* 4 entries */, 4096) = 104
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers", {st_mode=S_IFDIR|0755, st_size=64, ...}) = 0
[pid 18454] open("/lib/modules/2.6.23.9-default/kernel/drivers", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 8
[pid 18454] fstat64(8, {st_mode=S_IFDIR|0755, st_size=64, ...}) = 0
[pid 18454] fcntl64(8, F_SETFD, FD_CLOEXEC) = 0
[pid 18454] getdents64(8, /* 4 entries */, 4096) = 96
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/acpi", {st_mode=S_IFDIR|0755, st_size=184, ...}) = 0
[pid 18454] open("/lib/modules/2.6.23.9-default/kernel/drivers/acpi", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 9
[pid 18454] fstat64(9, {st_mode=S_IFDIR|0755, st_size=184, ...}) = 0
[pid 18454] fcntl64(9, F_SETFD, FD_CLOEXEC) = 0
[pid 18454] getdents64(9, /* 8 entries */, 4096) = 256
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/acpi/ac.ko", {st_mode=S_IFREG|0644, st_size=6132, ...}) = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/acpi/asus_acpi.ko", {st_mode=S_IFREG|0644, st_size=21711, ...}) = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/acpi/battery.ko", {st_mode=S_IFREG|0644, st_size=14467, ...}) = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/acpi/button.ko", {st_mode=S_IFREG|0644, st_size=9165, ...}) = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/acpi/container.ko", {st_mode=S_IFREG|0644, st_size=5791, ...}) = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/acpi/fan.ko", {st_mode=S_IFREG|0644, st_size=6034, ...}) = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/acpi/processor.ko", {st_mode=S_IFREG|0644, st_size=34510, ...}) = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/acpi/thermal.ko", {st_mode=S_IFREG|0644, st_size=21465, ...}) = 0
[pid 18454] getdents64(9, /* 0 entries */, 4096) = 0
[pid 18454] close(9)                    = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/char", {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
[pid 18454] open("/lib/modules/2.6.23.9-default/kernel/drivers/char", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 9
[pid 18454] fstat64(9, {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
[pid 18454] fcntl64(9, F_SETFD, FD_CLOEXEC) = 0
[pid 18454] getdents64(9, /* 0 entries */, 4096) = 0
[pid 18454] close(9)                    = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/net", {st_mode=S_IFDIR|0755, st_size=268, ...}) = 0
[pid 18454] open("/lib/modules/2.6.23.9-default/kernel/drivers/net", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 9
[pid 18454] fstat64(9, {st_mode=S_IFDIR|0755, st_size=268, ...}) = 0
[pid 18454] fcntl64(9, F_SETFD, FD_CLOEXEC) = 0
[pid 18454] getdents64(9, /* 11 entries */, 4096) = 384
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/net/8139too.ko", {st_mode=S_IFREG|0755, st_size=29763, ...}) = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/net/bsd_comp.ko", {st_mode=S_IFREG|0644, st_size=6735, ...}) = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/net/dummy.ko", {st_mode=S_IFREG|0755, st_size=4402, ...}) = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/net/netconsole.ko", {st_mode=S_IFREG|0644, st_size=4059, ...}) = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/net/ppp_async.ko", {st_mode=S_IFREG|0755, st_size=10569, ...}) = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/net/ppp_deflate.ko", {st_mode=S_IFREG|0755, st_size=6468, ...}) = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/net/ppp_generic.ko", {st_mode=S_IFREG|0755, st_size=24315, ...}) = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/net/ppp_mppe.ko", {st_mode=S_IFREG|0755, st_size=8202, ...}) = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/net/ppp_synctty.ko", {st_mode=S_IFREG|0755, st_size=9096, ...}) = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/net/slhc.ko", {st_mode=S_IFREG|0755, st_size=6592, ...}) = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/net/tun.ko", {st_mode=S_IFREG|0755, st_size=10595, ...}) = 0
[pid 18454] getdents64(9, /* 0 entries */, 4096) = 0
[pid 18454] close(9)                    = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/usb", {st_mode=S_IFDIR|0755, st_size=16, ...}) = 0
[pid 18454] open("/lib/modules/2.6.23.9-default/kernel/drivers/usb", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 9
[pid 18454] fstat64(9, {st_mode=S_IFDIR|0755, st_size=16, ...}) = 0
[pid 18454] fcntl64(9, F_SETFD, FD_CLOEXEC) = 0
[pid 18454] getdents64(9, /* 1 entries */, 4096) = 24
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/usb/net", {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
[pid 18454] open("/lib/modules/2.6.23.9-default/kernel/drivers/usb/net", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 10
[pid 18454] fstat64(10, {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
[pid 18454] fcntl64(10, F_SETFD, FD_CLOEXEC) = 0
[pid 18454] brk(0)                      = 0x8181000
[pid 18454] brk(0x8182000)              = 0x8182000
[pid 18454] getdents64(10, /* 0 entries */, 4096) = 0
[pid 18454] close(10)                   = 0
[pid 18454] getdents64(9, /* 0 entries */, 4096) = 0
[pid 18454] close(9)                    = 0
[pid 18454] getdents64(8, /* 0 entries */, 4096) = 0
[pid 18454] close(8)                    = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/fs", {st_mode=S_IFDIR|0755, st_size=96, ...}) = 0
[pid 18454] open("/lib/modules/2.6.23.9-default/kernel/fs", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 8
[pid 18454] fstat64(8, {st_mode=S_IFDIR|0755, st_size=96, ...}) = 0
[pid 18454] fcntl64(8, F_SETFD, FD_CLOEXEC) = 0
[pid 18454] getdents64(8, /* 5 entries */, 4096) = 152
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/fs/cramfs", {st_mode=S_IFDIR|0755, st_size=24, ...}) = 0
[pid 18454] open("/lib/modules/2.6.23.9-default/kernel/fs/cramfs", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 9
[pid 18454] fstat64(9, {st_mode=S_IFDIR|0755, st_size=24, ...}) = 0
[pid 18454] fcntl64(9, F_SETFD, FD_CLOEXEC) = 0
[pid 18454] getdents64(9, /* 1 entries */, 4096) = 32
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/fs/cramfs/cramfs.ko", {st_mode=S_IFREG|0755, st_size=9380, ...}) = 0
[pid 18454] getdents64(9, /* 0 entries */, 4096) = 0
[pid 18454] close(9)                    = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/fs/isofs", {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
[pid 18454] open("/lib/modules/2.6.23.9-default/kernel/fs/isofs", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 9
[pid 18454] fstat64(9, {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
[pid 18454] fcntl64(9, F_SETFD, FD_CLOEXEC) = 0
[pid 18454] getdents64(9, /* 0 entries */, 4096) = 0
[pid 18454] close(9)                    = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/fs/reiserfs", {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
[pid 18454] open("/lib/modules/2.6.23.9-default/kernel/fs/reiserfs", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 9
[pid 18454] fstat64(9, {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
[pid 18454] fcntl64(9, F_SETFD, FD_CLOEXEC) = 0
[pid 18454] getdents64(9, /* 0 entries */, 4096) = 0
[pid 18454] close(9)                    = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/fs/smbfs", {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
[pid 18454] open("/lib/modules/2.6.23.9-default/kernel/fs/smbfs", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 9
[pid 18454] fstat64(9, {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
[pid 18454] fcntl64(9, F_SETFD, FD_CLOEXEC) = 0
[pid 18454] getdents64(9, /* 0 entries */, 4096) = 0
[pid 18454] close(9)                    = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/fs/udf", {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
[pid 18454] open("/lib/modules/2.6.23.9-default/kernel/fs/udf", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 9
[pid 18454] fstat64(9, {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
[pid 18454] fcntl64(9, F_SETFD, FD_CLOEXEC) = 0
[pid 18454] getdents64(9, /* 0 entries */, 4096) = 0
[pid 18454] close(9)                    = 0
[pid 18454] getdents64(8, /* 0 entries */, 4096) = 0
[pid 18454] close(8)                    = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/lib", {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
[pid 18454] open("/lib/modules/2.6.23.9-default/kernel/lib", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 8
[pid 18454] fstat64(8, {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
[pid 18454] fcntl64(8, F_SETFD, FD_CLOEXEC) = 0
[pid 18454] getdents64(8, /* 0 entries */, 4096) = 0
[pid 18454] close(8)                    = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/net", {st_mode=S_IFDIR|0755, st_size=108, ...}) = 0
[pid 18454] open("/lib/modules/2.6.23.9-default/kernel/net", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 8
[pid 18454] fstat64(8, {st_mode=S_IFDIR|0755, st_size=108, ...}) = 0
[pid 18454] fcntl64(8, F_SETFD, FD_CLOEXEC) = 0
[pid 18454] getdents64(8, /* 6 entries */, 4096) = 168
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/net/8021q", {st_mode=S_IFDIR|0755, st_size=20, ...}) = 0
[pid 18454] open("/lib/modules/2.6.23.9-default/kernel/net/8021q", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 9
[pid 18454] fstat64(9, {st_mode=S_IFDIR|0755, st_size=20, ...}) = 0
[pid 18454] fcntl64(9, F_SETFD, FD_CLOEXEC) = 0
[pid 18454] getdents64(9, /* 1 entries */, 4096) = 32
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/net/8021q/8021q.ko", {st_mode=S_IFREG|0755, st_size=21970, ...}) = 0
[pid 18454] getdents64(9, /* 0 entries */, 4096) = 0
[pid 18454] close(9)                    = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/net/atm", {st_mode=S_IFDIR|0755, st_size=64, ...}) = 0
[pid 18454] open("/lib/modules/2.6.23.9-default/kernel/net/atm", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 9
[pid 18454] fstat64(9, {st_mode=S_IFDIR|0755, st_size=64, ...}) = 0
[pid 18454] fcntl64(9, F_SETFD, FD_CLOEXEC) = 0
[pid 18454] getdents64(9, /* 3 entries */, 4096) = 96
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/net/atm/atm.ko", {st_mode=S_IFREG|0755, st_size=45039, ...}) = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/net/atm/br2684.ko", {st_mode=S_IFREG|0755, st_size=9197, ...}) = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/net/atm/clip.ko", {st_mode=S_IFREG|0755, st_size=14837, ...}) = 0
[pid 18454] getdents64(9, /* 0 entries */, 4096) = 0
[pid 18454] close(9)                    = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge", {st_mode=S_IFDIR|0755, st_size=48, ...}) = 0
[pid 18454] open("/lib/modules/2.6.23.9-default/kernel/net/bridge", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 9
[pid 18454] fstat64(9, {st_mode=S_IFDIR|0755, st_size=48, ...}) = 0
[pid 18454] fcntl64(9, F_SETFD, FD_CLOEXEC) = 0
[pid 18454] getdents64(9, /* 2 entries */, 4096) = 64
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/bridge.ko", {st_mode=S_IFREG|0755, st_size=58477, ...}) = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter", {st_mode=S_IFDIR|0755, st_size=572, ...}) = 0
[pid 18454] open("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 10
[pid 18454] fstat64(10, {st_mode=S_IFDIR|0755, st_size=572, ...}) = 0
[pid 18454] fcntl64(10, F_SETFD, FD_CLOEXEC) = 0
[pid 18454] getdents64(10, /* 22 entries */, 4096) = 776
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebt_802_3.ko", {st_mode=S_IFREG|0755, st_size=2837, ...}) = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebt_among.ko", {st_mode=S_IFREG|0755, st_size=4508, ...}) = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebt_arp.ko", {st_mode=S_IFREG|0755, st_size=3726, ...}) = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebt_arpreply.ko", {st_mode=S_IFREG|0755, st_size=3416, ...}) = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebt_dnat.ko", {st_mode=S_IFREG|0755, st_size=3221, ...}) = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebt_ip.ko", {st_mode=S_IFREG|0755, st_size=3439, ...}) = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebt_ipdaddr.ko", {st_mode=S_IFREG|0755, st_size=4409, ...}) = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebt_ipsaddr.ko", {st_mode=S_IFREG|0755, st_size=4409, ...}) = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebt_limit.ko", {st_mode=S_IFREG|0755, st_size=3369, ...}) = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebt_log.ko", {st_mode=S_IFREG|0755, st_size=5332, ...}) = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebt_mark.ko", {st_mode=S_IFREG|0755, st_size=2839, ...}) = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebt_mark_m.ko", {st_mode=S_IFREG|0755, st_size=2774, ...}) = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebt_pkttype.ko", {st_mode=S_IFREG|0755, st_size=2723, ...}) = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebt_redirect.ko", {st_mode=S_IFREG|0755, st_size=3288, ...}) = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebt_snat.ko", {st_mode=S_IFREG|0755, st_size=3378, ...}) = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebt_stp.ko", {st_mode=S_IFREG|0755, st_size=3992, ...}) = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebt_ulog.ko", {st_mode=S_IFREG|0755, st_size=7733, ...}) = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebt_vlan.ko", {st_mode=S_IFREG|0755, st_size=4997, ...}) = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebtable_broute.ko", {st_mode=S_IFREG|0755, st_size=3234, ...}) = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebtable_filter.ko", {st_mode=S_IFREG|0755, st_size=3584, ...}) = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebtable_nat.ko", {st_mode=S_IFREG|0755, st_size=3613, ...}) = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebtables.ko", {st_mode=S_IFREG|0755, st_size=21295, ...}) = 0
[pid 18454] getdents64(10, /* 0 entries */, 4096) = 0
[pid 18454] close(10)                   = 0
[pid 18454] getdents64(9, /* 0 entries */, 4096) = 0
[pid 18454] close(9)                    = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/net/core", {st_mode=S_IFDIR|0755, st_size=24, ...}) = 0
[pid 18454] open("/lib/modules/2.6.23.9-default/kernel/net/core", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 9
[pid 18454] fstat64(9, {st_mode=S_IFDIR|0755, st_size=24, ...}) = 0
[pid 18454] fcntl64(9, F_SETFD, FD_CLOEXEC) = 0
[pid 18454] getdents64(9, /* 1 entries */, 4096) = 32
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/net/core/pktgen.ko", {st_mode=S_IFREG|0755, st_size=44932, ...}) = 0
[pid 18454] getdents64(9, /* 0 entries */, 4096) = 0
[pid 18454] close(9)                    = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/net/ipv4", {st_mode=S_IFDIR|0755, st_size=24, ...}) = 0
[pid 18454] open("/lib/modules/2.6.23.9-default/kernel/net/ipv4", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 9
[pid 18454] fstat64(9, {st_mode=S_IFDIR|0755, st_size=24, ...}) = 0
[pid 18454] fcntl64(9, F_SETFD, FD_CLOEXEC) = 0
[pid 18454] getdents64(9, /* 1 entries */, 4096) = 32
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/net/ipv4/netfilter", {st_mode=S_IFDIR|0755, st_size=28, ...}) = 0
[pid 18454] open("/lib/modules/2.6.23.9-default/kernel/net/ipv4/netfilter", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 10
[pid 18454] fstat64(10, {st_mode=S_IFDIR|0755, st_size=28, ...}) = 0
[pid 18454] fcntl64(10, F_SETFD, FD_CLOEXEC) = 0
[pid 18454] getdents64(10, /* 1 entries */, 4096) = 40
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/net/ipv4/netfilter/ipt_CLUSTERIP.ko", {st_mode=S_IFREG|0755, st_size=9564, ...}) = 0
[pid 18454] getdents64(10, /* 0 entries */, 4096) = 0
[pid 18454] close(10)                   = 0
[pid 18454] getdents64(9, /* 0 entries */, 4096) = 0
[pid 18454] close(9)                    = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched", {st_mode=S_IFDIR|0755, st_size=648, ...}) = 0
[pid 18454] open("/lib/modules/2.6.23.9-default/kernel/net/sched", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 9
[pid 18454] fstat64(9, {st_mode=S_IFDIR|0755, st_size=648, ...}) = 0
[pid 18454] fcntl64(9, F_SETFD, FD_CLOEXEC) = 0
[pid 18454] getdents64(9, /* 26 entries */, 4096) = 880
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/act_gact.ko", {st_mode=S_IFREG|0755, st_size=4973, ...}) = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/act_ipt.ko", {st_mode=S_IFREG|0755, st_size=6243, ...}) = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/act_mirred.ko", {st_mode=S_IFREG|0755, st_size=5582, ...}) = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/act_pedit.ko", {st_mode=S_IFREG|0755, st_size=5510, ...}) = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/act_police.ko", {st_mode=S_IFREG|0755, st_size=6451, ...}) = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/act_simple.ko", {st_mode=S_IFREG|0755, st_size=5001, ...}) = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/cls_basic.ko", {st_mode=S_IFREG|0755, st_size=5729, ...}) = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/cls_fw.ko", {st_mode=S_IFREG|0755, st_size=5396, ...}) = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/cls_route.ko", {st_mode=S_IFREG|0755, st_size=7185, ...}) = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/cls_rsvp.ko", {st_mode=S_IFREG|0755, st_size=7095, ...}) = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/cls_tcindex.ko", {st_mode=S_IFREG|0755, st_size=7627, ...}) = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/cls_u32.ko", {st_mode=S_IFREG|0755, st_size=8276, ...}) = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/sch_atm.ko", {st_mode=S_IFREG|0755, st_size=8177, ...}) = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/sch_cbq.ko", {st_mode=S_IFREG|0755, st_size=16919, ...}) = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/sch_csz.ko", {st_mode=S_IFREG|0755, st_size=8449, ...}) = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/sch_dsmark.ko", {st_mode=S_IFREG|0755, st_size=6721, ...}) = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/sch_gred.ko", {st_mode=S_IFREG|0755, st_size=8798, ...}) = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/sch_hfsc.ko", {st_mode=S_IFREG|0755, st_size=18166, ...}) = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/sch_htb.ko", {st_mode=S_IFREG|0755, st_size=16942, ...}) = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/sch_ingress.ko", {st_mode=S_IFREG|0755, st_size=4347, ...}) = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/sch_netem.ko", {st_mode=S_IFREG|0755, st_size=8878, ...}) = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/sch_prio.ko", {st_mode=S_IFREG|0755, st_size=6453, ...}) = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/sch_red.ko", {st_mode=S_IFREG|0755, st_size=6816, ...}) = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/sch_sfq.ko", {st_mode=S_IFREG|0755, st_size=6416, ...}) = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/sch_tbf.ko", {st_mode=S_IFREG|0755, st_size=6140, ...}) = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/sch_teql.ko", {st_mode=S_IFREG|0755, st_size=7072, ...}) = 0
[pid 18454] getdents64(9, /* 0 entries */, 4096) = 0
[pid 18454] close(9)                    = 0
[pid 18454] getdents64(8, /* 0 entries */, 4096) = 0
[pid 18454] close(8)                    = 0
[pid 18454] getdents64(7, /* 0 entries */, 4096) = 0
[pid 18454] close(7)                    = 0
[pid 18454] lstat64("/lib/modules/2.6.23.9-default/modules.dep", {st_mode=S_IFREG|0755, st_size=4712, ...}) = 0
[pid 18454] getdents64(6, /* 0 entries */, 4096) = 0
[pid 18454] close(6)                    = 0
[pid 18454] getdents64(5, /* 0 entries */, 4096) = 0
[pid 18454] close(5)                    = 0
[pid 18454] write(2, "insmod: ", 8insmod: )     = 8
[pid 18454] write(2, "ip_tables.ko: no module by that "..., 42ip_tables.ko: no module by that name found) = 42
[pid 18454] write(2, "\n", 1
)           = 1
[pid 18454] exit_group(1)               = ?
[pid 18453] <... wait4 resumed> [WIFEXITED(s) && WEXITSTATUS(s) == 1], 0, NULL) = 18454
[pid 18453] --- SIGCHLD (Child exited) @ 0 (0) ---
[pid 18453] exit_group(1)               = ?
[pid 18449] <... wait4 resumed> [WIFEXITED(s) && WEXITSTATUS(s) == 1], 0, NULL) = 18453
[pid 18449] rt_sigaction(SIGINT, {SIG_DFL}, NULL, 8) = 0
[pid 18449] rt_sigaction(SIGQUIT, {SIG_DFL}, NULL, 8) = 0
[pid 18449] rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
[pid 18449] --- SIGCHLD (Child exited) @ 0 (0) ---
[pid 18449] write(2, "modprobe: ", 10modprobe: )  = 10
[pid 18449] write(2, "failed to load module ip_tables", 31failed to load module ip_tables) = 31
[pid 18449] write(2, "\n", 1
)           = 1
[pid 18449] exit_group(1)               = ?
<... wait4 resumed> [WIFEXITED(s) && WEXITSTATUS(s) == 1], 0, NULL) = 18449
--- SIGCHLD (Child exited) @ 0 (0) ---
getsockopt(4, SOL_IP, 0x43 /* IP_??? */, "MARK\0\201\372\267\0h\344\267\225w\372\267\270O\240\277"..., [30]) = 0
close(4)                                = 0
socket(PF_INET, SOCK_RAW, IPPROTO_RAW)  = 4
open("/proc/sys/kernel/modprobe", O_RDONLY|O_LARGEFILE) = 5
read(5, "/sbin/modprobe\n", 1024)       = 15
close(5)                                = 0
fork()                                  = 18462
[pid 18448] wait4(-1,  <unfinished ...>
[pid 18462] execve("/sbin/modprobe", ["/sbin/modprobe", "ip_tables", "-q"], [/* 14 vars */]) = 0
[pid 18462] uname({sys="Linux", node="kchtn", ...}) = 0
[pid 18462] brk(0)                      = 0x817b000
[pid 18462] open("/etc/ld.so.preload", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 18462] open("/lib/i686/mmx/libm.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 18462] stat64("/lib/i686/mmx", 0xbf9553f0) = -1 ENOENT (No such file or directory)
[pid 18462] open("/lib/i686/libm.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 18462] stat64("/lib/i686", 0xbf9553f0) = -1 ENOENT (No such file or directory)
[pid 18462] open("/lib/mmx/libm.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 18462] stat64("/lib/mmx", 0xbf9553f0) = -1 ENOENT (No such file or directory)
[pid 18462] open("/lib/libm.so.6", O_RDONLY) = 5
[pid 18462] read(5, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\3605\0"..., 1024) = 1024
[pid 18462] fstat64(5, {st_mode=S_IFREG|0755, st_size=184056, ...}) = 0
[pid 18462] old_mmap(NULL, 138416, PROT_READ|PROT_EXEC, MAP_PRIVATE, 5, 0) = 0xb7eda000
[pid 18462] mprotect(0xb7efb000, 3248, PROT_NONE) = 0
[pid 18462] old_mmap(0xb7efb000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 5, 0x20000) = 0xb7efb000
[pid 18462] close(5)                    = 0
[pid 18462] open("/lib/libcrypt.so.1", O_RDONLY) = 5
[pid 18462] read(5, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\220\n\0"..., 1024) = 1024
[pid 18462] fstat64(5, {st_mode=S_IFREG|0755, st_size=43933, ...}) = 0
[pid 18462] old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7ed9000
[pid 18462] old_mmap(NULL, 197728, PROT_READ|PROT_EXEC, MAP_PRIVATE, 5, 0) = 0xb7ea8000
[pid 18462] mprotect(0xb7eb0000, 164960, PROT_NONE) = 0
[pid 18462] old_mmap(0xb7eb0000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 5, 0x8000) = 0xb7eb0000
[pid 18462] old_mmap(0xb7eb2000, 156768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb7eb2000
[pid 18462] close(5)                    = 0
[pid 18462] open("/lib/libc.so.6", O_RDONLY) = 5
[pid 18462] read(5, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0pY\1\000"..., 1024) = 1024
[pid 18462] fstat64(5, {st_mode=S_IFREG|0755, st_size=1491599, ...}) = 0
[pid 18462] old_mmap(NULL, 1268004, PROT_READ|PROT_EXEC, MAP_PRIVATE, 5, 0) = 0xb7d72000
[pid 18462] mprotect(0xb7ea1000, 26916, PROT_NONE) = 0
[pid 18462] old_mmap(0xb7ea1000, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 5, 0x12f000) = 0xb7ea1000
[pid 18462] old_mmap(0xb7ea5000, 10532, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb7ea5000
[pid 18462] close(5)                    = 0
[pid 18462] uname({sys="Linux", node="kchtn", ...}) = 0
[pid 18462] open("/lib/modules/2.6.23.9-default/modules.dep", O_RDONLY) = 5
[pid 18462] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18462] lseek(5, 0, SEEK_CUR)       = 256
[pid 18462] lseek(5, 62, SEEK_SET)      = 62
[pid 18462] brk(0)                      = 0x817b000
[pid 18462] brk(0x817c000)              = 0x817c000
[pid 18462] brk(0)                      = 0x817c000
[pid 18462] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18462] lseek(5, 0, SEEK_CUR)       = 318
[pid 18462] lseek(5, 126, SEEK_SET)     = 126
[pid 18462] read(5, "\n/lib/modules/2.6.23.9-default/k"..., 256) = 256
[pid 18462] lseek(5, 0, SEEK_CUR)       = 382
[pid 18462] lseek(5, 127, SEEK_SET)     = 127
[pid 18462] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18462] lseek(5, 0, SEEK_CUR)       = 383
[pid 18462] lseek(5, 192, SEEK_SET)     = 192
[pid 18462] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18462] lseek(5, 0, SEEK_CUR)       = 448
[pid 18462] lseek(5, 251, SEEK_SET)     = 251
[pid 18462] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18462] lseek(5, 0, SEEK_CUR)       = 507
[pid 18462] lseek(5, 313, SEEK_SET)     = 313
[pid 18462] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18462] lseek(5, 0, SEEK_CUR)       = 569
[pid 18462] lseek(5, 371, SEEK_SET)     = 371
[pid 18462] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18462] lseek(5, 0, SEEK_CUR)       = 627
[pid 18462] lseek(5, 493, SEEK_SET)     = 493
[pid 18462] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18462] lseek(5, 0, SEEK_CUR)       = 749
[pid 18462] lseek(5, 558, SEEK_SET)     = 558
[pid 18462] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18462] lseek(5, 0, SEEK_CUR)       = 814
[pid 18462] lseek(5, 621, SEEK_SET)     = 621
[pid 18462] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18462] lseek(5, 0, SEEK_CUR)       = 877
[pid 18462] lseek(5, 686, SEEK_SET)     = 686
[pid 18462] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18462] lseek(5, 0, SEEK_CUR)       = 942
[pid 18462] lseek(5, 743, SEEK_SET)     = 743
[pid 18462] read(5, "\n/lib/modules/2.6.23.9-default/k"..., 256) = 256
[pid 18462] lseek(5, 0, SEEK_CUR)       = 999
[pid 18462] lseek(5, 744, SEEK_SET)     = 744
[pid 18462] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18462] lseek(5, 0, SEEK_CUR)       = 1000
[pid 18462] lseek(5, 801, SEEK_SET)     = 801
[pid 18462] read(5, "\n/lib/modules/2.6.23.9-default/k"..., 256) = 256
[pid 18462] lseek(5, 0, SEEK_CUR)       = 1057
[pid 18462] lseek(5, 802, SEEK_SET)     = 802
[pid 18462] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18462] lseek(5, 0, SEEK_CUR)       = 1058
[pid 18462] lseek(5, 861, SEEK_SET)     = 861
[pid 18462] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18462] lseek(5, 0, SEEK_CUR)       = 1117
[pid 18462] lseek(5, 933, SEEK_SET)     = 933
[pid 18462] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18462] lseek(5, 0, SEEK_CUR)       = 1189
[pid 18462] lseek(5, 1005, SEEK_SET)    = 1005
[pid 18462] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18462] lseek(5, 0, SEEK_CUR)       = 1261
[pid 18462] lseek(5, 1075, SEEK_SET)    = 1075
[pid 18462] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18462] lseek(5, 0, SEEK_CUR)       = 1331
[pid 18462] lseek(5, 1150, SEEK_SET)    = 1150
[pid 18462] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18462] lseek(5, 0, SEEK_CUR)       = 1406
[pid 18462] lseek(5, 1221, SEEK_SET)    = 1221
[pid 18462] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18462] lseek(5, 0, SEEK_CUR)       = 1477
[pid 18462] lseek(5, 1290, SEEK_SET)    = 1290
[pid 18462] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18462] lseek(5, 0, SEEK_CUR)       = 1546
[pid 18462] lseek(5, 1364, SEEK_SET)    = 1364
[pid 18462] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18462] lseek(5, 0, SEEK_CUR)       = 1620
[pid 18462] lseek(5, 1438, SEEK_SET)    = 1438
[pid 18462] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18462] lseek(5, 0, SEEK_CUR)       = 1694
[pid 18462] lseek(5, 1510, SEEK_SET)    = 1510
[pid 18462] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18462] lseek(5, 0, SEEK_CUR)       = 1766
[pid 18462] lseek(5, 1580, SEEK_SET)    = 1580
[pid 18462] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18462] lseek(5, 0, SEEK_CUR)       = 1836
[pid 18462] lseek(5, 1651, SEEK_SET)    = 1651
[pid 18462] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18462] lseek(5, 0, SEEK_CUR)       = 1907
[pid 18462] lseek(5, 1724, SEEK_SET)    = 1724
[pid 18462] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18462] lseek(5, 0, SEEK_CUR)       = 1980
[pid 18462] lseek(5, 1798, SEEK_SET)    = 1798
[pid 18462] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18462] lseek(5, 0, SEEK_CUR)       = 2054
[pid 18462] lseek(5, 1873, SEEK_SET)    = 1873
[pid 18462] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18462] lseek(5, 0, SEEK_CUR)       = 2129
[pid 18462] lseek(5, 1944, SEEK_SET)    = 1944
[pid 18462] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18462] lseek(5, 0, SEEK_CUR)       = 2200
[pid 18462] lseek(5, 2014, SEEK_SET)    = 2014
[pid 18462] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18462] lseek(5, 0, SEEK_CUR)       = 2270
[pid 18462] lseek(5, 2085, SEEK_SET)    = 2085
[pid 18462] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18462] lseek(5, 0, SEEK_CUR)       = 2341
[pid 18462] lseek(5, 2162, SEEK_SET)    = 2162
[pid 18462] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18462] lseek(5, 0, SEEK_CUR)       = 2418
[pid 18462] lseek(5, 2239, SEEK_SET)    = 2239
[pid 18462] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18462] lseek(5, 0, SEEK_CUR)       = 2495
[pid 18462] lseek(5, 2313, SEEK_SET)    = 2313
[pid 18462] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18462] lseek(5, 0, SEEK_CUR)       = 2569
[pid 18462] lseek(5, 2384, SEEK_SET)    = 2384
[pid 18462] read(5, "\n/lib/modules/2.6.23.9-default/k"..., 256) = 256
[pid 18462] lseek(5, 0, SEEK_CUR)       = 2640
[pid 18462] lseek(5, 2385, SEEK_SET)    = 2385
[pid 18462] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18462] lseek(5, 0, SEEK_CUR)       = 2641
[pid 18462] lseek(5, 2457, SEEK_SET)    = 2457
[pid 18462] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18462] lseek(5, 0, SEEK_CUR)       = 2713
[pid 18462] lseek(5, 2604, SEEK_SET)    = 2604
[pid 18462] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18462] lseek(5, 0, SEEK_CUR)       = 2860
[pid 18462] lseek(5, 2751, SEEK_SET)    = 2751
[pid 18462] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18462] lseek(5, 0, SEEK_CUR)       = 3007
[pid 18462] lseek(5, 2829, SEEK_SET)    = 2829
[pid 18462] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18462] lseek(5, 0, SEEK_CUR)       = 3085
[pid 18462] lseek(5, 2907, SEEK_SET)    = 2907
[pid 18462] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18462] lseek(5, 0, SEEK_CUR)       = 3163
[pid 18462] lseek(5, 2984, SEEK_SET)    = 2984
[pid 18462] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18462] lseek(5, 0, SEEK_CUR)       = 3240
[pid 18462] lseek(5, 3061, SEEK_SET)    = 3061
[pid 18462] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18462] lseek(5, 0, SEEK_CUR)       = 3317
[pid 18462] lseek(5, 3132, SEEK_SET)    = 3132
[pid 18462] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18462] lseek(5, 0, SEEK_CUR)       = 3388
[pid 18462] lseek(5, 3203, SEEK_SET)    = 3203
[pid 18462] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18462] lseek(5, 0, SEEK_CUR)       = 3459
[pid 18462] lseek(5, 3278, SEEK_SET)    = 3278
[pid 18462] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18462] lseek(5, 0, SEEK_CUR)       = 3534
[pid 18462] lseek(5, 3336, SEEK_SET)    = 3336
[pid 18462] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18462] lseek(5, 0, SEEK_CUR)       = 3592
[pid 18462] lseek(5, 3397, SEEK_SET)    = 3397
[pid 18462] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18462] lseek(5, 0, SEEK_CUR)       = 3653
[pid 18462] lseek(5, 3460, SEEK_SET)    = 3460
[pid 18462] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18462] lseek(5, 0, SEEK_CUR)       = 3716
[pid 18462] lseek(5, 3519, SEEK_SET)    = 3519
[pid 18462] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18462] lseek(5, 0, SEEK_CUR)       = 3775
[pid 18462] lseek(5, 3578, SEEK_SET)    = 3578
[pid 18462] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18462] lseek(5, 0, SEEK_CUR)       = 3834
[pid 18462] lseek(5, 3637, SEEK_SET)    = 3637
[pid 18462] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18462] lseek(5, 0, SEEK_CUR)       = 3893
[pid 18462] lseek(5, 3699, SEEK_SET)    = 3699
[pid 18462] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18462] lseek(5, 0, SEEK_CUR)       = 3955
[pid 18462] lseek(5, 3759, SEEK_SET)    = 3759
[pid 18462] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18462] lseek(5, 0, SEEK_CUR)       = 4015
[pid 18462] lseek(5, 3819, SEEK_SET)    = 3819
[pid 18462] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18462] lseek(5, 0, SEEK_CUR)       = 4075
[pid 18462] lseek(5, 3878, SEEK_SET)    = 3878
[pid 18462] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18462] lseek(5, 0, SEEK_CUR)       = 4134
[pid 18462] lseek(5, 3941, SEEK_SET)    = 3941
[pid 18462] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18462] lseek(5, 0, SEEK_CUR)       = 4197
[pid 18462] lseek(5, 4001, SEEK_SET)    = 4001
[pid 18462] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18462] lseek(5, 0, SEEK_CUR)       = 4257
[pid 18462] lseek(5, 4060, SEEK_SET)    = 4060
[pid 18462] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18462] lseek(5, 0, SEEK_CUR)       = 4316
[pid 18462] lseek(5, 4119, SEEK_SET)    = 4119
[pid 18462] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18462] lseek(5, 0, SEEK_CUR)       = 4375
[pid 18462] lseek(5, 4178, SEEK_SET)    = 4178
[pid 18462] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18462] lseek(5, 0, SEEK_CUR)       = 4434
[pid 18462] lseek(5, 4238, SEEK_SET)    = 4238
[pid 18462] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18462] lseek(5, 0, SEEK_CUR)       = 4494
[pid 18462] lseek(5, 4295, SEEK_SET)    = 4295
[pid 18462] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18462] lseek(5, 0, SEEK_CUR)       = 4551
[pid 18462] lseek(5, 4348, SEEK_SET)    = 4348
[pid 18462] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18462] lseek(5, 0, SEEK_CUR)       = 4604
[pid 18462] lseek(5, 4419, SEEK_SET)    = 4419
[pid 18462] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18462] lseek(5, 0, SEEK_CUR)       = 4675
[pid 18462] lseek(5, 4490, SEEK_SET)    = 4490
[pid 18462] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 222
[pid 18462] lseek(5, 0, SEEK_CUR)       = 4712
[pid 18462] lseek(5, 4548, SEEK_SET)    = 4548
[pid 18462] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 164
[pid 18462] lseek(5, 0, SEEK_CUR)       = 4712
[pid 18462] lseek(5, 4604, SEEK_SET)    = 4604
[pid 18462] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 108
[pid 18462] lseek(5, 0, SEEK_CUR)       = 4712
[pid 18462] lseek(5, 4660, SEEK_SET)    = 4660
[pid 18462] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 52
[pid 18462] lseek(5, 0, SEEK_CUR)       = 4712
[pid 18462] lseek(5, 4712, SEEK_SET)    = 4712
[pid 18462] read(5, "", 256)            = 0
[pid 18462] close(5)                    = 0
[pid 18462] open("/etc/modules.conf", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 18462] open("/etc/conf.modules", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 18462] open("/proc/modules", O_RDONLY) = 5
[pid 18462] read(5, "ebt_ip 2208 2 - Live 0xdc86b000\n"..., 256) = 256
[pid 18462] lseek(5, 0, SEEK_CUR)       = 256
[pid 18462] lseek(5, 32, SEEK_SET)      = 32
[pid 18462] read(5, "ebtable_nat 2144 1 - Live 0xdc83"..., 256) = 256
[pid 18462] lseek(5, 0, SEEK_CUR)       = 288
[pid 18462] lseek(5, 69, SEEK_SET)      = 69
[pid 18462] read(5, "ebtables 17088 2 ebt_ip,ebtable_"..., 256) = 256
[pid 18462] lseek(5, 0, SEEK_CUR)       = 325
[pid 18462] lseek(5, 122, SEEK_SET)     = 122
[pid 18462] read(5, "sch_sfq 4928 40 - Live 0xdc85c00"..., 256) = 256
[pid 18462] lseek(5, 0, SEEK_CUR)       = 378
[pid 18462] lseek(5, 156, SEEK_SET)     = 156
[pid 18462] read(5, "cls_fw 3808 1 - Live 0xdc81c000\n"..., 256) = 227
[pid 18462] lseek(5, 0, SEEK_CUR)       = 383
[pid 18462] lseek(5, 188, SEEK_SET)     = 188
[pid 18462] read(5, "cls_u32 6244 1 - Live 0xdc84c000"..., 256) = 195
[pid 18462] lseek(5, 0, SEEK_CUR)       = 383
[pid 18462] lseek(5, 221, SEEK_SET)     = 221
[pid 18462] read(5, "sch_htb 13920 2 - Live 0xdc86200"..., 256) = 162
[pid 18462] lseek(5, 0, SEEK_CUR)       = 383
[pid 18462] lseek(5, 255, SEEK_SET)     = 255
[pid 18462] read(5, "tun 7872 0 - Live 0xdc849000\n802"..., 256) = 128
[pid 18462] lseek(5, 0, SEEK_CUR)       = 383
[pid 18462] lseek(5, 284, SEEK_SET)     = 284
[pid 18462] read(5, "8021q 17224 0 - Live 0xdc850000\n"..., 256) = 99
[pid 18462] lseek(5, 0, SEEK_CUR)       = 383
[pid 18462] lseek(5, 316, SEEK_SET)     = 316
[pid 18462] read(5, "8139too 22032 0 - Live 0xdc84200"..., 256) = 67
[pid 18462] lseek(5, 0, SEEK_CUR)       = 383
[pid 18462] lseek(5, 350, SEEK_SET)     = 350
[pid 18462] read(5, "cramfs 39796 6 - Live 0xdc820000"..., 256) = 33
[pid 18462] lseek(5, 0, SEEK_CUR)       = 383
[pid 18462] lseek(5, 383, SEEK_SET)     = 383
[pid 18462] read(5, "", 256)            = 0
[pid 18462] close(5)                    = 0
[pid 18462] rt_sigaction(SIGINT, {SIG_IGN}, {SIG_DFL}, 8) = 0
[pid 18462] rt_sigaction(SIGQUIT, {SIG_IGN}, {SIG_DFL}, 8) = 0
[pid 18462] rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
[pid 18462] fork()                      = 18463
[pid 18462] wait4(18463,  <unfinished ...>
[pid 18463] rt_sigaction(SIGINT, {SIG_DFL}, NULL, 8) = 0
[pid 18463] rt_sigaction(SIGQUIT, {SIG_DFL}, NULL, 8) = 0
[pid 18463] rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
[pid 18463] execve("/bin/sh", ["sh", "-c", "insmod   -q ip_tables "], [/* 14 vars */]) = 0
[pid 18463] uname({sys="Linux", node="kchtn", ...}) = 0
[pid 18463] brk(0)                      = 0x817b000
[pid 18463] open("/etc/ld.so.preload", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 18463] open("/lib/i686/mmx/libm.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 18463] stat64("/lib/i686/mmx", 0xbfd79820) = -1 ENOENT (No such file or directory)
[pid 18463] open("/lib/i686/libm.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 18463] stat64("/lib/i686", 0xbfd79820) = -1 ENOENT (No such file or directory)
[pid 18463] open("/lib/mmx/libm.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 18463] stat64("/lib/mmx", 0xbfd79820) = -1 ENOENT (No such file or directory)
[pid 18463] open("/lib/libm.so.6", O_RDONLY) = 5
[pid 18463] read(5, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\3605\0"..., 1024) = 1024
[pid 18463] fstat64(5, {st_mode=S_IFREG|0755, st_size=184056, ...}) = 0
[pid 18463] old_mmap(NULL, 138416, PROT_READ|PROT_EXEC, MAP_PRIVATE, 5, 0) = 0xb7f89000
[pid 18463] mprotect(0xb7faa000, 3248, PROT_NONE) = 0
[pid 18463] old_mmap(0xb7faa000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 5, 0x20000) = 0xb7faa000
[pid 18463] close(5)                    = 0
[pid 18463] open("/lib/libcrypt.so.1", O_RDONLY) = 5
[pid 18463] read(5, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\220\n\0"..., 1024) = 1024
[pid 18463] fstat64(5, {st_mode=S_IFREG|0755, st_size=43933, ...}) = 0
[pid 18463] old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7f88000
[pid 18463] old_mmap(NULL, 197728, PROT_READ|PROT_EXEC, MAP_PRIVATE, 5, 0) = 0xb7f57000
[pid 18463] mprotect(0xb7f5f000, 164960, PROT_NONE) = 0
[pid 18463] old_mmap(0xb7f5f000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 5, 0x8000) = 0xb7f5f000
[pid 18463] old_mmap(0xb7f61000, 156768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb7f61000
[pid 18463] close(5)                    = 0
[pid 18463] open("/lib/libc.so.6", O_RDONLY) = 5
[pid 18463] read(5, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0pY\1\000"..., 1024) = 1024
[pid 18463] fstat64(5, {st_mode=S_IFREG|0755, st_size=1491599, ...}) = 0
[pid 18463] old_mmap(NULL, 1268004, PROT_READ|PROT_EXEC, MAP_PRIVATE, 5, 0) = 0xb7e21000
[pid 18463] mprotect(0xb7f50000, 26916, PROT_NONE) = 0
[pid 18463] old_mmap(0xb7f50000, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 5, 0x12f000) = 0xb7f50000
[pid 18463] old_mmap(0xb7f54000, 10532, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb7f54000
[pid 18463] close(5)                    = 0
[pid 18463] getpid()                    = 18463
[pid 18463] rt_sigaction(SIGCHLD, {SIG_DFL}, {SIG_DFL}, 8) = 0
[pid 18463] geteuid32()                 = 0
[pid 18463] brk(0)                      = 0x817b000
[pid 18463] brk(0x817c000)              = 0x817c000
[pid 18463] brk(0)                      = 0x817c000
[pid 18463] getppid()                   = 18462
[pid 18463] brk(0)                      = 0x817c000
[pid 18463] brk(0x817d000)              = 0x817d000
[pid 18463] getcwd("/root", 4096)       = 6
[pid 18463] rt_sigaction(SIGINT, NULL, {SIG_DFL}, 8) = 0
[pid 18463] rt_sigaction(SIGINT, {0x807ecd1, ~[], SA_RESTORER, 0xb7e4a5c8}, NULL, 8) = 0
[pid 18463] rt_sigaction(SIGQUIT, NULL, {SIG_DFL}, 8) = 0
[pid 18463] rt_sigaction(SIGQUIT, {SIG_DFL}, NULL, 8) = 0
[pid 18463] rt_sigaction(SIGTERM, NULL, {SIG_DFL}, 8) = 0
[pid 18463] rt_sigaction(SIGTERM, {SIG_DFL}, NULL, 8) = 0
[pid 18463] stat64("/bin/insmod", 0xbfd7a014) = -1 ENOENT (No such file or directory)
[pid 18463] stat64("/sbin/insmod", {st_mode=S_IFREG|0755, st_size=358124, ...}) = 0
[pid 18463] fork()                      = 18464
[pid 18463] wait4(-1,  <unfinished ...>
[pid 18464] execve("/sbin/insmod", ["insmod", "-q", "ip_tables"], [/* 14 vars */]) = 0
[pid 18464] uname({sys="Linux", node="kchtn", ...}) = 0
[pid 18464] brk(0)                      = 0x817b000
[pid 18464] open("/etc/ld.so.preload", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 18464] open("/lib/i686/mmx/libm.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 18464] stat64("/lib/i686/mmx", 0xbfd407f0) = -1 ENOENT (No such file or directory)
[pid 18464] open("/lib/i686/libm.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 18464] stat64("/lib/i686", 0xbfd407f0) = -1 ENOENT (No such file or directory)
[pid 18464] open("/lib/mmx/libm.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 18464] stat64("/lib/mmx", 0xbfd407f0) = -1 ENOENT (No such file or directory)
[pid 18464] open("/lib/libm.so.6", O_RDONLY) = 5
[pid 18464] read(5, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\3605\0"..., 1024) = 1024
[pid 18464] fstat64(5, {st_mode=S_IFREG|0755, st_size=184056, ...}) = 0
[pid 18464] old_mmap(NULL, 138416, PROT_READ|PROT_EXEC, MAP_PRIVATE, 5, 0) = 0xb7f19000
[pid 18464] mprotect(0xb7f3a000, 3248, PROT_NONE) = 0
[pid 18464] old_mmap(0xb7f3a000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 5, 0x20000) = 0xb7f3a000
[pid 18464] close(5)                    = 0
[pid 18464] open("/lib/libcrypt.so.1", O_RDONLY) = 5
[pid 18464] read(5, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\220\n\0"..., 1024) = 1024
[pid 18464] fstat64(5, {st_mode=S_IFREG|0755, st_size=43933, ...}) = 0
[pid 18464] old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7f18000
[pid 18464] old_mmap(NULL, 197728, PROT_READ|PROT_EXEC, MAP_PRIVATE, 5, 0) = 0xb7ee7000
[pid 18464] mprotect(0xb7eef000, 164960, PROT_NONE) = 0
[pid 18464] old_mmap(0xb7eef000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 5, 0x8000) = 0xb7eef000
[pid 18464] old_mmap(0xb7ef1000, 156768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb7ef1000
[pid 18464] close(5)                    = 0
[pid 18464] open("/lib/libc.so.6", O_RDONLY) = 5
[pid 18464] read(5, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0pY\1\000"..., 1024) = 1024
[pid 18464] fstat64(5, {st_mode=S_IFREG|0755, st_size=1491599, ...}) = 0
[pid 18464] old_mmap(NULL, 1268004, PROT_READ|PROT_EXEC, MAP_PRIVATE, 5, 0) = 0xb7db1000
[pid 18464] mprotect(0xb7ee0000, 26916, PROT_NONE) = 0
[pid 18464] old_mmap(0xb7ee0000, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 5, 0x12f000) = 0xb7ee0000
[pid 18464] old_mmap(0xb7ee4000, 10532, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb7ee4000
[pid 18464] close(5)                    = 0
[pid 18464] brk(0)                      = 0x817b000
[pid 18464] brk(0x817c000)              = 0x817c000
[pid 18464] brk(0)                      = 0x817c000
[pid 18464] uname({sys="Linux", node="kchtn", ...}) = 0
[pid 18464] stat64("ip_tables", 0xbfd3ee30) = -1 ENOENT (No such file or directory)
[pid 18464] lstat64("/lib", {st_mode=S_IFDIR|0755, st_size=220, ...}) = 0
[pid 18464] lstat64("/lib/modules", {st_mode=S_IFDIR|0755, st_size=28, ...}) = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default", {st_mode=S_IFDIR|0755, st_size=44, ...}) = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default", {st_mode=S_IFDIR|0755, st_size=44, ...}) = 0
[pid 18464] open("/dev/null", O_RDONLY|O_NONBLOCK|O_DIRECTORY) = -1 ENOTDIR (Not a directory)
[pid 18464] open("/lib/modules/2.6.23.9-default", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 5
[pid 18464] fstat64(5, {st_mode=S_IFDIR|0755, st_size=44, ...}) = 0
[pid 18464] fcntl64(5, F_SETFD, FD_CLOEXEC) = 0
[pid 18464] brk(0)                      = 0x817c000
[pid 18464] brk(0x817d000)              = 0x817d000
[pid 18464] getdents64(5, /* 2 entries */, 4096) = 64
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel", {st_mode=S_IFDIR|0755, st_size=68, ...}) = 0
[pid 18464] open("/lib/modules/2.6.23.9-default/kernel", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 6
[pid 18464] fstat64(6, {st_mode=S_IFDIR|0755, st_size=68, ...}) = 0
[pid 18464] fcntl64(6, F_SETFD, FD_CLOEXEC) = 0
[pid 18464] brk(0)                      = 0x817d000
[pid 18464] brk(0x817e000)              = 0x817e000
[pid 18464] getdents64(6, /* 4 entries */, 4096) = 104
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers", {st_mode=S_IFDIR|0755, st_size=64, ...}) = 0
[pid 18464] open("/lib/modules/2.6.23.9-default/kernel/drivers", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 7
[pid 18464] fstat64(7, {st_mode=S_IFDIR|0755, st_size=64, ...}) = 0
[pid 18464] fcntl64(7, F_SETFD, FD_CLOEXEC) = 0
[pid 18464] brk(0)                      = 0x817e000
[pid 18464] brk(0x817f000)              = 0x817f000
[pid 18464] getdents64(7, /* 4 entries */, 4096) = 96
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/acpi", {st_mode=S_IFDIR|0755, st_size=184, ...}) = 0
[pid 18464] open("/lib/modules/2.6.23.9-default/kernel/drivers/acpi", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 8
[pid 18464] fstat64(8, {st_mode=S_IFDIR|0755, st_size=184, ...}) = 0
[pid 18464] fcntl64(8, F_SETFD, FD_CLOEXEC) = 0
[pid 18464] brk(0)                      = 0x817f000
[pid 18464] brk(0x8180000)              = 0x8180000
[pid 18464] getdents64(8, /* 8 entries */, 4096) = 256
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/acpi/ac.ko", {st_mode=S_IFREG|0644, st_size=6132, ...}) = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/acpi/asus_acpi.ko", {st_mode=S_IFREG|0644, st_size=21711, ...}) = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/acpi/battery.ko", {st_mode=S_IFREG|0644, st_size=14467, ...}) = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/acpi/button.ko", {st_mode=S_IFREG|0644, st_size=9165, ...}) = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/acpi/container.ko", {st_mode=S_IFREG|0644, st_size=5791, ...}) = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/acpi/fan.ko", {st_mode=S_IFREG|0644, st_size=6034, ...}) = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/acpi/processor.ko", {st_mode=S_IFREG|0644, st_size=34510, ...}) = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/acpi/thermal.ko", {st_mode=S_IFREG|0644, st_size=21465, ...}) = 0
[pid 18464] getdents64(8, /* 0 entries */, 4096) = 0
[pid 18464] close(8)                    = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/char", {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
[pid 18464] open("/lib/modules/2.6.23.9-default/kernel/drivers/char", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 8
[pid 18464] fstat64(8, {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
[pid 18464] fcntl64(8, F_SETFD, FD_CLOEXEC) = 0
[pid 18464] getdents64(8, /* 0 entries */, 4096) = 0
[pid 18464] close(8)                    = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/net", {st_mode=S_IFDIR|0755, st_size=268, ...}) = 0
[pid 18464] open("/lib/modules/2.6.23.9-default/kernel/drivers/net", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 8
[pid 18464] fstat64(8, {st_mode=S_IFDIR|0755, st_size=268, ...}) = 0
[pid 18464] fcntl64(8, F_SETFD, FD_CLOEXEC) = 0
[pid 18464] getdents64(8, /* 11 entries */, 4096) = 384
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/net/8139too.ko", {st_mode=S_IFREG|0755, st_size=29763, ...}) = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/net/bsd_comp.ko", {st_mode=S_IFREG|0644, st_size=6735, ...}) = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/net/dummy.ko", {st_mode=S_IFREG|0755, st_size=4402, ...}) = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/net/netconsole.ko", {st_mode=S_IFREG|0644, st_size=4059, ...}) = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/net/ppp_async.ko", {st_mode=S_IFREG|0755, st_size=10569, ...}) = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/net/ppp_deflate.ko", {st_mode=S_IFREG|0755, st_size=6468, ...}) = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/net/ppp_generic.ko", {st_mode=S_IFREG|0755, st_size=24315, ...}) = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/net/ppp_mppe.ko", {st_mode=S_IFREG|0755, st_size=8202, ...}) = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/net/ppp_synctty.ko", {st_mode=S_IFREG|0755, st_size=9096, ...}) = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/net/slhc.ko", {st_mode=S_IFREG|0755, st_size=6592, ...}) = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/net/tun.ko", {st_mode=S_IFREG|0755, st_size=10595, ...}) = 0
[pid 18464] getdents64(8, /* 0 entries */, 4096) = 0
[pid 18464] close(8)                    = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/usb", {st_mode=S_IFDIR|0755, st_size=16, ...}) = 0
[pid 18464] open("/lib/modules/2.6.23.9-default/kernel/drivers/usb", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 8
[pid 18464] fstat64(8, {st_mode=S_IFDIR|0755, st_size=16, ...}) = 0
[pid 18464] fcntl64(8, F_SETFD, FD_CLOEXEC) = 0
[pid 18464] getdents64(8, /* 1 entries */, 4096) = 24
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/usb/net", {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
[pid 18464] open("/lib/modules/2.6.23.9-default/kernel/drivers/usb/net", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 9
[pid 18464] fstat64(9, {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
[pid 18464] fcntl64(9, F_SETFD, FD_CLOEXEC) = 0
[pid 18464] brk(0)                      = 0x8180000
[pid 18464] brk(0x8181000)              = 0x8181000
[pid 18464] getdents64(9, /* 0 entries */, 4096) = 0
[pid 18464] close(9)                    = 0
[pid 18464] getdents64(8, /* 0 entries */, 4096) = 0
[pid 18464] close(8)                    = 0
[pid 18464] getdents64(7, /* 0 entries */, 4096) = 0
[pid 18464] close(7)                    = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/fs", {st_mode=S_IFDIR|0755, st_size=96, ...}) = 0
[pid 18464] open("/lib/modules/2.6.23.9-default/kernel/fs", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 7
[pid 18464] fstat64(7, {st_mode=S_IFDIR|0755, st_size=96, ...}) = 0
[pid 18464] fcntl64(7, F_SETFD, FD_CLOEXEC) = 0
[pid 18464] getdents64(7, /* 5 entries */, 4096) = 152
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/fs/cramfs", {st_mode=S_IFDIR|0755, st_size=24, ...}) = 0
[pid 18464] open("/lib/modules/2.6.23.9-default/kernel/fs/cramfs", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 8
[pid 18464] fstat64(8, {st_mode=S_IFDIR|0755, st_size=24, ...}) = 0
[pid 18464] fcntl64(8, F_SETFD, FD_CLOEXEC) = 0
[pid 18464] getdents64(8, /* 1 entries */, 4096) = 32
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/fs/cramfs/cramfs.ko", {st_mode=S_IFREG|0755, st_size=9380, ...}) = 0
[pid 18464] getdents64(8, /* 0 entries */, 4096) = 0
[pid 18464] close(8)                    = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/fs/isofs", {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
[pid 18464] open("/lib/modules/2.6.23.9-default/kernel/fs/isofs", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 8
[pid 18464] fstat64(8, {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
[pid 18464] fcntl64(8, F_SETFD, FD_CLOEXEC) = 0
[pid 18464] getdents64(8, /* 0 entries */, 4096) = 0
[pid 18464] close(8)                    = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/fs/reiserfs", {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
[pid 18464] open("/lib/modules/2.6.23.9-default/kernel/fs/reiserfs", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 8
[pid 18464] fstat64(8, {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
[pid 18464] fcntl64(8, F_SETFD, FD_CLOEXEC) = 0
[pid 18464] getdents64(8, /* 0 entries */, 4096) = 0
[pid 18464] close(8)                    = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/fs/smbfs", {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
[pid 18464] open("/lib/modules/2.6.23.9-default/kernel/fs/smbfs", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 8
[pid 18464] fstat64(8, {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
[pid 18464] fcntl64(8, F_SETFD, FD_CLOEXEC) = 0
[pid 18464] getdents64(8, /* 0 entries */, 4096) = 0
[pid 18464] close(8)                    = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/fs/udf", {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
[pid 18464] open("/lib/modules/2.6.23.9-default/kernel/fs/udf", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 8
[pid 18464] fstat64(8, {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
[pid 18464] fcntl64(8, F_SETFD, FD_CLOEXEC) = 0
[pid 18464] getdents64(8, /* 0 entries */, 4096) = 0
[pid 18464] close(8)                    = 0
[pid 18464] getdents64(7, /* 0 entries */, 4096) = 0
[pid 18464] close(7)                    = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/lib", {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
[pid 18464] open("/lib/modules/2.6.23.9-default/kernel/lib", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 7
[pid 18464] fstat64(7, {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
[pid 18464] fcntl64(7, F_SETFD, FD_CLOEXEC) = 0
[pid 18464] getdents64(7, /* 0 entries */, 4096) = 0
[pid 18464] close(7)                    = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/net", {st_mode=S_IFDIR|0755, st_size=108, ...}) = 0
[pid 18464] open("/lib/modules/2.6.23.9-default/kernel/net", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 7
[pid 18464] fstat64(7, {st_mode=S_IFDIR|0755, st_size=108, ...}) = 0
[pid 18464] fcntl64(7, F_SETFD, FD_CLOEXEC) = 0
[pid 18464] getdents64(7, /* 6 entries */, 4096) = 168
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/net/8021q", {st_mode=S_IFDIR|0755, st_size=20, ...}) = 0
[pid 18464] open("/lib/modules/2.6.23.9-default/kernel/net/8021q", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 8
[pid 18464] fstat64(8, {st_mode=S_IFDIR|0755, st_size=20, ...}) = 0
[pid 18464] fcntl64(8, F_SETFD, FD_CLOEXEC) = 0
[pid 18464] getdents64(8, /* 1 entries */, 4096) = 32
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/net/8021q/8021q.ko", {st_mode=S_IFREG|0755, st_size=21970, ...}) = 0
[pid 18464] getdents64(8, /* 0 entries */, 4096) = 0
[pid 18464] close(8)                    = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/net/atm", {st_mode=S_IFDIR|0755, st_size=64, ...}) = 0
[pid 18464] open("/lib/modules/2.6.23.9-default/kernel/net/atm", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 8
[pid 18464] fstat64(8, {st_mode=S_IFDIR|0755, st_size=64, ...}) = 0
[pid 18464] fcntl64(8, F_SETFD, FD_CLOEXEC) = 0
[pid 18464] getdents64(8, /* 3 entries */, 4096) = 96
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/net/atm/atm.ko", {st_mode=S_IFREG|0755, st_size=45039, ...}) = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/net/atm/br2684.ko", {st_mode=S_IFREG|0755, st_size=9197, ...}) = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/net/atm/clip.ko", {st_mode=S_IFREG|0755, st_size=14837, ...}) = 0
[pid 18464] getdents64(8, /* 0 entries */, 4096) = 0
[pid 18464] close(8)                    = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge", {st_mode=S_IFDIR|0755, st_size=48, ...}) = 0
[pid 18464] open("/lib/modules/2.6.23.9-default/kernel/net/bridge", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 8
[pid 18464] fstat64(8, {st_mode=S_IFDIR|0755, st_size=48, ...}) = 0
[pid 18464] fcntl64(8, F_SETFD, FD_CLOEXEC) = 0
[pid 18464] getdents64(8, /* 2 entries */, 4096) = 64
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/bridge.ko", {st_mode=S_IFREG|0755, st_size=58477, ...}) = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter", {st_mode=S_IFDIR|0755, st_size=572, ...}) = 0
[pid 18464] open("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 9
[pid 18464] fstat64(9, {st_mode=S_IFDIR|0755, st_size=572, ...}) = 0
[pid 18464] fcntl64(9, F_SETFD, FD_CLOEXEC) = 0
[pid 18464] getdents64(9, /* 22 entries */, 4096) = 776
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebt_802_3.ko", {st_mode=S_IFREG|0755, st_size=2837, ...}) = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebt_among.ko", {st_mode=S_IFREG|0755, st_size=4508, ...}) = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebt_arp.ko", {st_mode=S_IFREG|0755, st_size=3726, ...}) = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebt_arpreply.ko", {st_mode=S_IFREG|0755, st_size=3416, ...}) = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebt_dnat.ko", {st_mode=S_IFREG|0755, st_size=3221, ...}) = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebt_ip.ko", {st_mode=S_IFREG|0755, st_size=3439, ...}) = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebt_ipdaddr.ko", {st_mode=S_IFREG|0755, st_size=4409, ...}) = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebt_ipsaddr.ko", {st_mode=S_IFREG|0755, st_size=4409, ...}) = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebt_limit.ko", {st_mode=S_IFREG|0755, st_size=3369, ...}) = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebt_log.ko", {st_mode=S_IFREG|0755, st_size=5332, ...}) = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebt_mark.ko", {st_mode=S_IFREG|0755, st_size=2839, ...}) = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebt_mark_m.ko", {st_mode=S_IFREG|0755, st_size=2774, ...}) = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebt_pkttype.ko", {st_mode=S_IFREG|0755, st_size=2723, ...}) = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebt_redirect.ko", {st_mode=S_IFREG|0755, st_size=3288, ...}) = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebt_snat.ko", {st_mode=S_IFREG|0755, st_size=3378, ...}) = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebt_stp.ko", {st_mode=S_IFREG|0755, st_size=3992, ...}) = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebt_ulog.ko", {st_mode=S_IFREG|0755, st_size=7733, ...}) = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebt_vlan.ko", {st_mode=S_IFREG|0755, st_size=4997, ...}) = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebtable_broute.ko", {st_mode=S_IFREG|0755, st_size=3234, ...}) = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebtable_filter.ko", {st_mode=S_IFREG|0755, st_size=3584, ...}) = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebtable_nat.ko", {st_mode=S_IFREG|0755, st_size=3613, ...}) = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebtables.ko", {st_mode=S_IFREG|0755, st_size=21295, ...}) = 0
[pid 18464] getdents64(9, /* 0 entries */, 4096) = 0
[pid 18464] close(9)                    = 0
[pid 18464] getdents64(8, /* 0 entries */, 4096) = 0
[pid 18464] close(8)                    = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/net/core", {st_mode=S_IFDIR|0755, st_size=24, ...}) = 0
[pid 18464] open("/lib/modules/2.6.23.9-default/kernel/net/core", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 8
[pid 18464] fstat64(8, {st_mode=S_IFDIR|0755, st_size=24, ...}) = 0
[pid 18464] fcntl64(8, F_SETFD, FD_CLOEXEC) = 0
[pid 18464] getdents64(8, /* 1 entries */, 4096) = 32
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/net/core/pktgen.ko", {st_mode=S_IFREG|0755, st_size=44932, ...}) = 0
[pid 18464] getdents64(8, /* 0 entries */, 4096) = 0
[pid 18464] close(8)                    = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/net/ipv4", {st_mode=S_IFDIR|0755, st_size=24, ...}) = 0
[pid 18464] open("/lib/modules/2.6.23.9-default/kernel/net/ipv4", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 8
[pid 18464] fstat64(8, {st_mode=S_IFDIR|0755, st_size=24, ...}) = 0
[pid 18464] fcntl64(8, F_SETFD, FD_CLOEXEC) = 0
[pid 18464] getdents64(8, /* 1 entries */, 4096) = 32
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/net/ipv4/netfilter", {st_mode=S_IFDIR|0755, st_size=28, ...}) = 0
[pid 18464] open("/lib/modules/2.6.23.9-default/kernel/net/ipv4/netfilter", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 9
[pid 18464] fstat64(9, {st_mode=S_IFDIR|0755, st_size=28, ...}) = 0
[pid 18464] fcntl64(9, F_SETFD, FD_CLOEXEC) = 0
[pid 18464] getdents64(9, /* 1 entries */, 4096) = 40
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/net/ipv4/netfilter/ipt_CLUSTERIP.ko", {st_mode=S_IFREG|0755, st_size=9564, ...}) = 0
[pid 18464] getdents64(9, /* 0 entries */, 4096) = 0
[pid 18464] close(9)                    = 0
[pid 18464] getdents64(8, /* 0 entries */, 4096) = 0
[pid 18464] close(8)                    = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched", {st_mode=S_IFDIR|0755, st_size=648, ...}) = 0
[pid 18464] open("/lib/modules/2.6.23.9-default/kernel/net/sched", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 8
[pid 18464] fstat64(8, {st_mode=S_IFDIR|0755, st_size=648, ...}) = 0
[pid 18464] fcntl64(8, F_SETFD, FD_CLOEXEC) = 0
[pid 18464] getdents64(8, /* 26 entries */, 4096) = 880
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/act_gact.ko", {st_mode=S_IFREG|0755, st_size=4973, ...}) = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/act_ipt.ko", {st_mode=S_IFREG|0755, st_size=6243, ...}) = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/act_mirred.ko", {st_mode=S_IFREG|0755, st_size=5582, ...}) = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/act_pedit.ko", {st_mode=S_IFREG|0755, st_size=5510, ...}) = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/act_police.ko", {st_mode=S_IFREG|0755, st_size=6451, ...}) = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/act_simple.ko", {st_mode=S_IFREG|0755, st_size=5001, ...}) = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/cls_basic.ko", {st_mode=S_IFREG|0755, st_size=5729, ...}) = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/cls_fw.ko", {st_mode=S_IFREG|0755, st_size=5396, ...}) = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/cls_route.ko", {st_mode=S_IFREG|0755, st_size=7185, ...}) = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/cls_rsvp.ko", {st_mode=S_IFREG|0755, st_size=7095, ...}) = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/cls_tcindex.ko", {st_mode=S_IFREG|0755, st_size=7627, ...}) = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/cls_u32.ko", {st_mode=S_IFREG|0755, st_size=8276, ...}) = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/sch_atm.ko", {st_mode=S_IFREG|0755, st_size=8177, ...}) = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/sch_cbq.ko", {st_mode=S_IFREG|0755, st_size=16919, ...}) = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/sch_csz.ko", {st_mode=S_IFREG|0755, st_size=8449, ...}) = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/sch_dsmark.ko", {st_mode=S_IFREG|0755, st_size=6721, ...}) = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/sch_gred.ko", {st_mode=S_IFREG|0755, st_size=8798, ...}) = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/sch_hfsc.ko", {st_mode=S_IFREG|0755, st_size=18166, ...}) = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/sch_htb.ko", {st_mode=S_IFREG|0755, st_size=16942, ...}) = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/sch_ingress.ko", {st_mode=S_IFREG|0755, st_size=4347, ...}) = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/sch_netem.ko", {st_mode=S_IFREG|0755, st_size=8878, ...}) = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/sch_prio.ko", {st_mode=S_IFREG|0755, st_size=6453, ...}) = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/sch_red.ko", {st_mode=S_IFREG|0755, st_size=6816, ...}) = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/sch_sfq.ko", {st_mode=S_IFREG|0755, st_size=6416, ...}) = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/sch_tbf.ko", {st_mode=S_IFREG|0755, st_size=6140, ...}) = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/sch_teql.ko", {st_mode=S_IFREG|0755, st_size=7072, ...}) = 0
[pid 18464] getdents64(8, /* 0 entries */, 4096) = 0
[pid 18464] close(8)                    = 0
[pid 18464] getdents64(7, /* 0 entries */, 4096) = 0
[pid 18464] close(7)                    = 0
[pid 18464] getdents64(6, /* 0 entries */, 4096) = 0
[pid 18464] close(6)                    = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/modules.dep", {st_mode=S_IFREG|0755, st_size=4712, ...}) = 0
[pid 18464] getdents64(5, /* 0 entries */, 4096) = 0
[pid 18464] close(5)                    = 0
[pid 18464] lstat64("/lib", {st_mode=S_IFDIR|0755, st_size=220, ...}) = 0
[pid 18464] lstat64("/lib/modules", {st_mode=S_IFDIR|0755, st_size=28, ...}) = 0
[pid 18464] lstat64("/lib/modules", {st_mode=S_IFDIR|0755, st_size=28, ...}) = 0
[pid 18464] open("/lib/modules", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 5
[pid 18464] fstat64(5, {st_mode=S_IFDIR|0755, st_size=28, ...}) = 0
[pid 18464] fcntl64(5, F_SETFD, FD_CLOEXEC) = 0
[pid 18464] getdents64(5, /* 1 entries */, 4096) = 40
[pid 18464] lstat64("/lib/modules/2.6.23.9-default", {st_mode=S_IFDIR|0755, st_size=44, ...}) = 0
[pid 18464] open("/lib/modules/2.6.23.9-default", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 6
[pid 18464] fstat64(6, {st_mode=S_IFDIR|0755, st_size=44, ...}) = 0
[pid 18464] fcntl64(6, F_SETFD, FD_CLOEXEC) = 0
[pid 18464] getdents64(6, /* 2 entries */, 4096) = 64
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel", {st_mode=S_IFDIR|0755, st_size=68, ...}) = 0
[pid 18464] open("/lib/modules/2.6.23.9-default/kernel", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 7
[pid 18464] fstat64(7, {st_mode=S_IFDIR|0755, st_size=68, ...}) = 0
[pid 18464] fcntl64(7, F_SETFD, FD_CLOEXEC) = 0
[pid 18464] getdents64(7, /* 4 entries */, 4096) = 104
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers", {st_mode=S_IFDIR|0755, st_size=64, ...}) = 0
[pid 18464] open("/lib/modules/2.6.23.9-default/kernel/drivers", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 8
[pid 18464] fstat64(8, {st_mode=S_IFDIR|0755, st_size=64, ...}) = 0
[pid 18464] fcntl64(8, F_SETFD, FD_CLOEXEC) = 0
[pid 18464] getdents64(8, /* 4 entries */, 4096) = 96
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/acpi", {st_mode=S_IFDIR|0755, st_size=184, ...}) = 0
[pid 18464] open("/lib/modules/2.6.23.9-default/kernel/drivers/acpi", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 9
[pid 18464] fstat64(9, {st_mode=S_IFDIR|0755, st_size=184, ...}) = 0
[pid 18464] fcntl64(9, F_SETFD, FD_CLOEXEC) = 0
[pid 18464] getdents64(9, /* 8 entries */, 4096) = 256
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/acpi/ac.ko", {st_mode=S_IFREG|0644, st_size=6132, ...}) = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/acpi/asus_acpi.ko", {st_mode=S_IFREG|0644, st_size=21711, ...}) = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/acpi/battery.ko", {st_mode=S_IFREG|0644, st_size=14467, ...}) = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/acpi/button.ko", {st_mode=S_IFREG|0644, st_size=9165, ...}) = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/acpi/container.ko", {st_mode=S_IFREG|0644, st_size=5791, ...}) = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/acpi/fan.ko", {st_mode=S_IFREG|0644, st_size=6034, ...}) = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/acpi/processor.ko", {st_mode=S_IFREG|0644, st_size=34510, ...}) = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/acpi/thermal.ko", {st_mode=S_IFREG|0644, st_size=21465, ...}) = 0
[pid 18464] getdents64(9, /* 0 entries */, 4096) = 0
[pid 18464] close(9)                    = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/char", {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
[pid 18464] open("/lib/modules/2.6.23.9-default/kernel/drivers/char", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 9
[pid 18464] fstat64(9, {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
[pid 18464] fcntl64(9, F_SETFD, FD_CLOEXEC) = 0
[pid 18464] getdents64(9, /* 0 entries */, 4096) = 0
[pid 18464] close(9)                    = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/net", {st_mode=S_IFDIR|0755, st_size=268, ...}) = 0
[pid 18464] open("/lib/modules/2.6.23.9-default/kernel/drivers/net", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 9
[pid 18464] fstat64(9, {st_mode=S_IFDIR|0755, st_size=268, ...}) = 0
[pid 18464] fcntl64(9, F_SETFD, FD_CLOEXEC) = 0
[pid 18464] getdents64(9, /* 11 entries */, 4096) = 384
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/net/8139too.ko", {st_mode=S_IFREG|0755, st_size=29763, ...}) = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/net/bsd_comp.ko", {st_mode=S_IFREG|0644, st_size=6735, ...}) = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/net/dummy.ko", {st_mode=S_IFREG|0755, st_size=4402, ...}) = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/net/netconsole.ko", {st_mode=S_IFREG|0644, st_size=4059, ...}) = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/net/ppp_async.ko", {st_mode=S_IFREG|0755, st_size=10569, ...}) = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/net/ppp_deflate.ko", {st_mode=S_IFREG|0755, st_size=6468, ...}) = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/net/ppp_generic.ko", {st_mode=S_IFREG|0755, st_size=24315, ...}) = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/net/ppp_mppe.ko", {st_mode=S_IFREG|0755, st_size=8202, ...}) = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/net/ppp_synctty.ko", {st_mode=S_IFREG|0755, st_size=9096, ...}) = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/net/slhc.ko", {st_mode=S_IFREG|0755, st_size=6592, ...}) = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/net/tun.ko", {st_mode=S_IFREG|0755, st_size=10595, ...}) = 0
[pid 18464] getdents64(9, /* 0 entries */, 4096) = 0
[pid 18464] close(9)                    = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/usb", {st_mode=S_IFDIR|0755, st_size=16, ...}) = 0
[pid 18464] open("/lib/modules/2.6.23.9-default/kernel/drivers/usb", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 9
[pid 18464] fstat64(9, {st_mode=S_IFDIR|0755, st_size=16, ...}) = 0
[pid 18464] fcntl64(9, F_SETFD, FD_CLOEXEC) = 0
[pid 18464] getdents64(9, /* 1 entries */, 4096) = 24
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/usb/net", {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
[pid 18464] open("/lib/modules/2.6.23.9-default/kernel/drivers/usb/net", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 10
[pid 18464] fstat64(10, {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
[pid 18464] fcntl64(10, F_SETFD, FD_CLOEXEC) = 0
[pid 18464] brk(0)                      = 0x8181000
[pid 18464] brk(0x8182000)              = 0x8182000
[pid 18464] getdents64(10, /* 0 entries */, 4096) = 0
[pid 18464] close(10)                   = 0
[pid 18464] getdents64(9, /* 0 entries */, 4096) = 0
[pid 18464] close(9)                    = 0
[pid 18464] getdents64(8, /* 0 entries */, 4096) = 0
[pid 18464] close(8)                    = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/fs", {st_mode=S_IFDIR|0755, st_size=96, ...}) = 0
[pid 18464] open("/lib/modules/2.6.23.9-default/kernel/fs", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 8
[pid 18464] fstat64(8, {st_mode=S_IFDIR|0755, st_size=96, ...}) = 0
[pid 18464] fcntl64(8, F_SETFD, FD_CLOEXEC) = 0
[pid 18464] getdents64(8, /* 5 entries */, 4096) = 152
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/fs/cramfs", {st_mode=S_IFDIR|0755, st_size=24, ...}) = 0
[pid 18464] open("/lib/modules/2.6.23.9-default/kernel/fs/cramfs", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 9
[pid 18464] fstat64(9, {st_mode=S_IFDIR|0755, st_size=24, ...}) = 0
[pid 18464] fcntl64(9, F_SETFD, FD_CLOEXEC) = 0
[pid 18464] getdents64(9, /* 1 entries */, 4096) = 32
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/fs/cramfs/cramfs.ko", {st_mode=S_IFREG|0755, st_size=9380, ...}) = 0
[pid 18464] getdents64(9, /* 0 entries */, 4096) = 0
[pid 18464] close(9)                    = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/fs/isofs", {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
[pid 18464] open("/lib/modules/2.6.23.9-default/kernel/fs/isofs", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 9
[pid 18464] fstat64(9, {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
[pid 18464] fcntl64(9, F_SETFD, FD_CLOEXEC) = 0
[pid 18464] getdents64(9, /* 0 entries */, 4096) = 0
[pid 18464] close(9)                    = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/fs/reiserfs", {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
[pid 18464] open("/lib/modules/2.6.23.9-default/kernel/fs/reiserfs", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 9
[pid 18464] fstat64(9, {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
[pid 18464] fcntl64(9, F_SETFD, FD_CLOEXEC) = 0
[pid 18464] getdents64(9, /* 0 entries */, 4096) = 0
[pid 18464] close(9)                    = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/fs/smbfs", {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
[pid 18464] open("/lib/modules/2.6.23.9-default/kernel/fs/smbfs", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 9
[pid 18464] fstat64(9, {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
[pid 18464] fcntl64(9, F_SETFD, FD_CLOEXEC) = 0
[pid 18464] getdents64(9, /* 0 entries */, 4096) = 0
[pid 18464] close(9)                    = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/fs/udf", {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
[pid 18464] open("/lib/modules/2.6.23.9-default/kernel/fs/udf", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 9
[pid 18464] fstat64(9, {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
[pid 18464] fcntl64(9, F_SETFD, FD_CLOEXEC) = 0
[pid 18464] getdents64(9, /* 0 entries */, 4096) = 0
[pid 18464] close(9)                    = 0
[pid 18464] getdents64(8, /* 0 entries */, 4096) = 0
[pid 18464] close(8)                    = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/lib", {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
[pid 18464] open("/lib/modules/2.6.23.9-default/kernel/lib", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 8
[pid 18464] fstat64(8, {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
[pid 18464] fcntl64(8, F_SETFD, FD_CLOEXEC) = 0
[pid 18464] getdents64(8, /* 0 entries */, 4096) = 0
[pid 18464] close(8)                    = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/net", {st_mode=S_IFDIR|0755, st_size=108, ...}) = 0
[pid 18464] open("/lib/modules/2.6.23.9-default/kernel/net", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 8
[pid 18464] fstat64(8, {st_mode=S_IFDIR|0755, st_size=108, ...}) = 0
[pid 18464] fcntl64(8, F_SETFD, FD_CLOEXEC) = 0
[pid 18464] getdents64(8, /* 6 entries */, 4096) = 168
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/net/8021q", {st_mode=S_IFDIR|0755, st_size=20, ...}) = 0
[pid 18464] open("/lib/modules/2.6.23.9-default/kernel/net/8021q", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 9
[pid 18464] fstat64(9, {st_mode=S_IFDIR|0755, st_size=20, ...}) = 0
[pid 18464] fcntl64(9, F_SETFD, FD_CLOEXEC) = 0
[pid 18464] getdents64(9, /* 1 entries */, 4096) = 32
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/net/8021q/8021q.ko", {st_mode=S_IFREG|0755, st_size=21970, ...}) = 0
[pid 18464] getdents64(9, /* 0 entries */, 4096) = 0
[pid 18464] close(9)                    = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/net/atm", {st_mode=S_IFDIR|0755, st_size=64, ...}) = 0
[pid 18464] open("/lib/modules/2.6.23.9-default/kernel/net/atm", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 9
[pid 18464] fstat64(9, {st_mode=S_IFDIR|0755, st_size=64, ...}) = 0
[pid 18464] fcntl64(9, F_SETFD, FD_CLOEXEC) = 0
[pid 18464] getdents64(9, /* 3 entries */, 4096) = 96
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/net/atm/atm.ko", {st_mode=S_IFREG|0755, st_size=45039, ...}) = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/net/atm/br2684.ko", {st_mode=S_IFREG|0755, st_size=9197, ...}) = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/net/atm/clip.ko", {st_mode=S_IFREG|0755, st_size=14837, ...}) = 0
[pid 18464] getdents64(9, /* 0 entries */, 4096) = 0
[pid 18464] close(9)                    = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge", {st_mode=S_IFDIR|0755, st_size=48, ...}) = 0
[pid 18464] open("/lib/modules/2.6.23.9-default/kernel/net/bridge", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 9
[pid 18464] fstat64(9, {st_mode=S_IFDIR|0755, st_size=48, ...}) = 0
[pid 18464] fcntl64(9, F_SETFD, FD_CLOEXEC) = 0
[pid 18464] getdents64(9, /* 2 entries */, 4096) = 64
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/bridge.ko", {st_mode=S_IFREG|0755, st_size=58477, ...}) = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter", {st_mode=S_IFDIR|0755, st_size=572, ...}) = 0
[pid 18464] open("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 10
[pid 18464] fstat64(10, {st_mode=S_IFDIR|0755, st_size=572, ...}) = 0
[pid 18464] fcntl64(10, F_SETFD, FD_CLOEXEC) = 0
[pid 18464] getdents64(10, /* 22 entries */, 4096) = 776
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebt_802_3.ko", {st_mode=S_IFREG|0755, st_size=2837, ...}) = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebt_among.ko", {st_mode=S_IFREG|0755, st_size=4508, ...}) = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebt_arp.ko", {st_mode=S_IFREG|0755, st_size=3726, ...}) = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebt_arpreply.ko", {st_mode=S_IFREG|0755, st_size=3416, ...}) = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebt_dnat.ko", {st_mode=S_IFREG|0755, st_size=3221, ...}) = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebt_ip.ko", {st_mode=S_IFREG|0755, st_size=3439, ...}) = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebt_ipdaddr.ko", {st_mode=S_IFREG|0755, st_size=4409, ...}) = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebt_ipsaddr.ko", {st_mode=S_IFREG|0755, st_size=4409, ...}) = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebt_limit.ko", {st_mode=S_IFREG|0755, st_size=3369, ...}) = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebt_log.ko", {st_mode=S_IFREG|0755, st_size=5332, ...}) = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebt_mark.ko", {st_mode=S_IFREG|0755, st_size=2839, ...}) = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebt_mark_m.ko", {st_mode=S_IFREG|0755, st_size=2774, ...}) = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebt_pkttype.ko", {st_mode=S_IFREG|0755, st_size=2723, ...}) = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebt_redirect.ko", {st_mode=S_IFREG|0755, st_size=3288, ...}) = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebt_snat.ko", {st_mode=S_IFREG|0755, st_size=3378, ...}) = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebt_stp.ko", {st_mode=S_IFREG|0755, st_size=3992, ...}) = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebt_ulog.ko", {st_mode=S_IFREG|0755, st_size=7733, ...}) = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebt_vlan.ko", {st_mode=S_IFREG|0755, st_size=4997, ...}) = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebtable_broute.ko", {st_mode=S_IFREG|0755, st_size=3234, ...}) = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebtable_filter.ko", {st_mode=S_IFREG|0755, st_size=3584, ...}) = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebtable_nat.ko", {st_mode=S_IFREG|0755, st_size=3613, ...}) = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebtables.ko", {st_mode=S_IFREG|0755, st_size=21295, ...}) = 0
[pid 18464] getdents64(10, /* 0 entries */, 4096) = 0
[pid 18464] close(10)                   = 0
[pid 18464] getdents64(9, /* 0 entries */, 4096) = 0
[pid 18464] close(9)                    = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/net/core", {st_mode=S_IFDIR|0755, st_size=24, ...}) = 0
[pid 18464] open("/lib/modules/2.6.23.9-default/kernel/net/core", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 9
[pid 18464] fstat64(9, {st_mode=S_IFDIR|0755, st_size=24, ...}) = 0
[pid 18464] fcntl64(9, F_SETFD, FD_CLOEXEC) = 0
[pid 18464] getdents64(9, /* 1 entries */, 4096) = 32
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/net/core/pktgen.ko", {st_mode=S_IFREG|0755, st_size=44932, ...}) = 0
[pid 18464] getdents64(9, /* 0 entries */, 4096) = 0
[pid 18464] close(9)                    = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/net/ipv4", {st_mode=S_IFDIR|0755, st_size=24, ...}) = 0
[pid 18464] open("/lib/modules/2.6.23.9-default/kernel/net/ipv4", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 9
[pid 18464] fstat64(9, {st_mode=S_IFDIR|0755, st_size=24, ...}) = 0
[pid 18464] fcntl64(9, F_SETFD, FD_CLOEXEC) = 0
[pid 18464] getdents64(9, /* 1 entries */, 4096) = 32
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/net/ipv4/netfilter", {st_mode=S_IFDIR|0755, st_size=28, ...}) = 0
[pid 18464] open("/lib/modules/2.6.23.9-default/kernel/net/ipv4/netfilter", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 10
[pid 18464] fstat64(10, {st_mode=S_IFDIR|0755, st_size=28, ...}) = 0
[pid 18464] fcntl64(10, F_SETFD, FD_CLOEXEC) = 0
[pid 18464] getdents64(10, /* 1 entries */, 4096) = 40
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/net/ipv4/netfilter/ipt_CLUSTERIP.ko", {st_mode=S_IFREG|0755, st_size=9564, ...}) = 0
[pid 18464] getdents64(10, /* 0 entries */, 4096) = 0
[pid 18464] close(10)                   = 0
[pid 18464] getdents64(9, /* 0 entries */, 4096) = 0
[pid 18464] close(9)                    = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched", {st_mode=S_IFDIR|0755, st_size=648, ...}) = 0
[pid 18464] open("/lib/modules/2.6.23.9-default/kernel/net/sched", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 9
[pid 18464] fstat64(9, {st_mode=S_IFDIR|0755, st_size=648, ...}) = 0
[pid 18464] fcntl64(9, F_SETFD, FD_CLOEXEC) = 0
[pid 18464] getdents64(9, /* 26 entries */, 4096) = 880
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/act_gact.ko", {st_mode=S_IFREG|0755, st_size=4973, ...}) = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/act_ipt.ko", {st_mode=S_IFREG|0755, st_size=6243, ...}) = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/act_mirred.ko", {st_mode=S_IFREG|0755, st_size=5582, ...}) = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/act_pedit.ko", {st_mode=S_IFREG|0755, st_size=5510, ...}) = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/act_police.ko", {st_mode=S_IFREG|0755, st_size=6451, ...}) = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/act_simple.ko", {st_mode=S_IFREG|0755, st_size=5001, ...}) = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/cls_basic.ko", {st_mode=S_IFREG|0755, st_size=5729, ...}) = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/cls_fw.ko", {st_mode=S_IFREG|0755, st_size=5396, ...}) = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/cls_route.ko", {st_mode=S_IFREG|0755, st_size=7185, ...}) = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/cls_rsvp.ko", {st_mode=S_IFREG|0755, st_size=7095, ...}) = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/cls_tcindex.ko", {st_mode=S_IFREG|0755, st_size=7627, ...}) = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/cls_u32.ko", {st_mode=S_IFREG|0755, st_size=8276, ...}) = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/sch_atm.ko", {st_mode=S_IFREG|0755, st_size=8177, ...}) = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/sch_cbq.ko", {st_mode=S_IFREG|0755, st_size=16919, ...}) = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/sch_csz.ko", {st_mode=S_IFREG|0755, st_size=8449, ...}) = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/sch_dsmark.ko", {st_mode=S_IFREG|0755, st_size=6721, ...}) = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/sch_gred.ko", {st_mode=S_IFREG|0755, st_size=8798, ...}) = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/sch_hfsc.ko", {st_mode=S_IFREG|0755, st_size=18166, ...}) = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/sch_htb.ko", {st_mode=S_IFREG|0755, st_size=16942, ...}) = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/sch_ingress.ko", {st_mode=S_IFREG|0755, st_size=4347, ...}) = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/sch_netem.ko", {st_mode=S_IFREG|0755, st_size=8878, ...}) = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/sch_prio.ko", {st_mode=S_IFREG|0755, st_size=6453, ...}) = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/sch_red.ko", {st_mode=S_IFREG|0755, st_size=6816, ...}) = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/sch_sfq.ko", {st_mode=S_IFREG|0755, st_size=6416, ...}) = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/sch_tbf.ko", {st_mode=S_IFREG|0755, st_size=6140, ...}) = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/sch_teql.ko", {st_mode=S_IFREG|0755, st_size=7072, ...}) = 0
[pid 18464] getdents64(9, /* 0 entries */, 4096) = 0
[pid 18464] close(9)                    = 0
[pid 18464] getdents64(8, /* 0 entries */, 4096) = 0
[pid 18464] close(8)                    = 0
[pid 18464] getdents64(7, /* 0 entries */, 4096) = 0
[pid 18464] close(7)                    = 0
[pid 18464] lstat64("/lib/modules/2.6.23.9-default/modules.dep", {st_mode=S_IFREG|0755, st_size=4712, ...}) = 0
[pid 18464] getdents64(6, /* 0 entries */, 4096) = 0
[pid 18464] close(6)                    = 0
[pid 18464] getdents64(5, /* 0 entries */, 4096) = 0
[pid 18464] close(5)                    = 0
[pid 18464] write(2, "insmod: ", 8insmod: )     = 8
[pid 18464] write(2, "ip_tables.ko: no module by that "..., 42ip_tables.ko: no module by that name found) = 42
[pid 18464] write(2, "\n", 1
)           = 1
[pid 18464] exit_group(1)               = ?
[pid 18463] <... wait4 resumed> [WIFEXITED(s) && WEXITSTATUS(s) == 1], 0, NULL) = 18464
[pid 18463] --- SIGCHLD (Child exited) @ 0 (0) ---
[pid 18463] exit_group(1)               = ?
[pid 18462] <... wait4 resumed> [WIFEXITED(s) && WEXITSTATUS(s) == 1], 0, NULL) = 18463
[pid 18462] rt_sigaction(SIGINT, {SIG_DFL}, NULL, 8) = 0
[pid 18462] rt_sigaction(SIGQUIT, {SIG_DFL}, NULL, 8) = 0
[pid 18462] rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
[pid 18462] --- SIGCHLD (Child exited) @ 0 (0) ---
[pid 18462] write(2, "modprobe: ", 10modprobe: )  = 10
[pid 18462] write(2, "failed to load module ip_tables", 31failed to load module ip_tables) = 31
[pid 18462] write(2, "\n", 1
)           = 1
[pid 18462] exit_group(1)               = ?
<... wait4 resumed> [WIFEXITED(s) && WEXITSTATUS(s) == 1], 0, NULL) = 18462
--- SIGCHLD (Child exited) @ 0 (0) ---
getsockopt(4, SOL_IP, 0x43 /* IP_??? */, "MARK\0\201\372\267\0h\344\267\225w\372\267\270O\240\277"..., [30]) = 0
close(4)                                = 0
socket(PF_INET, SOCK_RAW, IPPROTO_RAW)  = 4
open("/proc/sys/kernel/modprobe", O_RDONLY|O_LARGEFILE) = 5
read(5, "/sbin/modprobe\n", 1024)       = 15
close(5)                                = 0
fork()                                  = 18465
[pid 18448] wait4(-1,  <unfinished ...>
[pid 18465] execve("/sbin/modprobe", ["/sbin/modprobe", "ip_tables", "-q"], [/* 14 vars */]) = 0
[pid 18465] uname({sys="Linux", node="kchtn", ...}) = 0
[pid 18465] brk(0)                      = 0x817b000
[pid 18465] open("/etc/ld.so.preload", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 18465] open("/lib/i686/mmx/libm.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 18465] stat64("/lib/i686/mmx", 0xbfbd4670) = -1 ENOENT (No such file or directory)
[pid 18465] open("/lib/i686/libm.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 18465] stat64("/lib/i686", 0xbfbd4670) = -1 ENOENT (No such file or directory)
[pid 18465] open("/lib/mmx/libm.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 18465] stat64("/lib/mmx", 0xbfbd4670) = -1 ENOENT (No such file or directory)
[pid 18465] open("/lib/libm.so.6", O_RDONLY) = 5
[pid 18465] read(5, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\3605\0"..., 1024) = 1024
[pid 18465] fstat64(5, {st_mode=S_IFREG|0755, st_size=184056, ...}) = 0
[pid 18465] old_mmap(NULL, 138416, PROT_READ|PROT_EXEC, MAP_PRIVATE, 5, 0) = 0xb7fb6000
[pid 18465] mprotect(0xb7fd7000, 3248, PROT_NONE) = 0
[pid 18465] old_mmap(0xb7fd7000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 5, 0x20000) = 0xb7fd7000
[pid 18465] close(5)                    = 0
[pid 18465] open("/lib/libcrypt.so.1", O_RDONLY) = 5
[pid 18465] read(5, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\220\n\0"..., 1024) = 1024
[pid 18465] fstat64(5, {st_mode=S_IFREG|0755, st_size=43933, ...}) = 0
[pid 18465] old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7fb5000
[pid 18465] old_mmap(NULL, 197728, PROT_READ|PROT_EXEC, MAP_PRIVATE, 5, 0) = 0xb7f84000
[pid 18465] mprotect(0xb7f8c000, 164960, PROT_NONE) = 0
[pid 18465] old_mmap(0xb7f8c000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 5, 0x8000) = 0xb7f8c000
[pid 18465] old_mmap(0xb7f8e000, 156768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb7f8e000
[pid 18465] close(5)                    = 0
[pid 18465] open("/lib/libc.so.6", O_RDONLY) = 5
[pid 18465] read(5, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0pY\1\000"..., 1024) = 1024
[pid 18465] fstat64(5, {st_mode=S_IFREG|0755, st_size=1491599, ...}) = 0
[pid 18465] old_mmap(NULL, 1268004, PROT_READ|PROT_EXEC, MAP_PRIVATE, 5, 0) = 0xb7e4e000
[pid 18465] mprotect(0xb7f7d000, 26916, PROT_NONE) = 0
[pid 18465] old_mmap(0xb7f7d000, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 5, 0x12f000) = 0xb7f7d000
[pid 18465] old_mmap(0xb7f81000, 10532, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb7f81000
[pid 18465] close(5)                    = 0
[pid 18465] uname({sys="Linux", node="kchtn", ...}) = 0
[pid 18465] open("/lib/modules/2.6.23.9-default/modules.dep", O_RDONLY) = 5
[pid 18465] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18465] lseek(5, 0, SEEK_CUR)       = 256
[pid 18465] lseek(5, 62, SEEK_SET)      = 62
[pid 18465] brk(0)                      = 0x817b000
[pid 18465] brk(0x817c000)              = 0x817c000
[pid 18465] brk(0)                      = 0x817c000
[pid 18465] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18465] lseek(5, 0, SEEK_CUR)       = 318
[pid 18465] lseek(5, 126, SEEK_SET)     = 126
[pid 18465] read(5, "\n/lib/modules/2.6.23.9-default/k"..., 256) = 256
[pid 18465] lseek(5, 0, SEEK_CUR)       = 382
[pid 18465] lseek(5, 127, SEEK_SET)     = 127
[pid 18465] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18465] lseek(5, 0, SEEK_CUR)       = 383
[pid 18465] lseek(5, 192, SEEK_SET)     = 192
[pid 18465] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18465] lseek(5, 0, SEEK_CUR)       = 448
[pid 18465] lseek(5, 251, SEEK_SET)     = 251
[pid 18465] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18465] lseek(5, 0, SEEK_CUR)       = 507
[pid 18465] lseek(5, 313, SEEK_SET)     = 313
[pid 18465] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18465] lseek(5, 0, SEEK_CUR)       = 569
[pid 18465] lseek(5, 371, SEEK_SET)     = 371
[pid 18465] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18465] lseek(5, 0, SEEK_CUR)       = 627
[pid 18465] lseek(5, 493, SEEK_SET)     = 493
[pid 18465] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18465] lseek(5, 0, SEEK_CUR)       = 749
[pid 18465] lseek(5, 558, SEEK_SET)     = 558
[pid 18465] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18465] lseek(5, 0, SEEK_CUR)       = 814
[pid 18465] lseek(5, 621, SEEK_SET)     = 621
[pid 18465] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18465] lseek(5, 0, SEEK_CUR)       = 877
[pid 18465] lseek(5, 686, SEEK_SET)     = 686
[pid 18465] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18465] lseek(5, 0, SEEK_CUR)       = 942
[pid 18465] lseek(5, 743, SEEK_SET)     = 743
[pid 18465] read(5, "\n/lib/modules/2.6.23.9-default/k"..., 256) = 256
[pid 18465] lseek(5, 0, SEEK_CUR)       = 999
[pid 18465] lseek(5, 744, SEEK_SET)     = 744
[pid 18465] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18465] lseek(5, 0, SEEK_CUR)       = 1000
[pid 18465] lseek(5, 801, SEEK_SET)     = 801
[pid 18465] read(5, "\n/lib/modules/2.6.23.9-default/k"..., 256) = 256
[pid 18465] lseek(5, 0, SEEK_CUR)       = 1057
[pid 18465] lseek(5, 802, SEEK_SET)     = 802
[pid 18465] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18465] lseek(5, 0, SEEK_CUR)       = 1058
[pid 18465] lseek(5, 861, SEEK_SET)     = 861
[pid 18465] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18465] lseek(5, 0, SEEK_CUR)       = 1117
[pid 18465] lseek(5, 933, SEEK_SET)     = 933
[pid 18465] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18465] lseek(5, 0, SEEK_CUR)       = 1189
[pid 18465] lseek(5, 1005, SEEK_SET)    = 1005
[pid 18465] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18465] lseek(5, 0, SEEK_CUR)       = 1261
[pid 18465] lseek(5, 1075, SEEK_SET)    = 1075
[pid 18465] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18465] lseek(5, 0, SEEK_CUR)       = 1331
[pid 18465] lseek(5, 1150, SEEK_SET)    = 1150
[pid 18465] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18465] lseek(5, 0, SEEK_CUR)       = 1406
[pid 18465] lseek(5, 1221, SEEK_SET)    = 1221
[pid 18465] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18465] lseek(5, 0, SEEK_CUR)       = 1477
[pid 18465] lseek(5, 1290, SEEK_SET)    = 1290
[pid 18465] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18465] lseek(5, 0, SEEK_CUR)       = 1546
[pid 18465] lseek(5, 1364, SEEK_SET)    = 1364
[pid 18465] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18465] lseek(5, 0, SEEK_CUR)       = 1620
[pid 18465] lseek(5, 1438, SEEK_SET)    = 1438
[pid 18465] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18465] lseek(5, 0, SEEK_CUR)       = 1694
[pid 18465] lseek(5, 1510, SEEK_SET)    = 1510
[pid 18465] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18465] lseek(5, 0, SEEK_CUR)       = 1766
[pid 18465] lseek(5, 1580, SEEK_SET)    = 1580
[pid 18465] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18465] lseek(5, 0, SEEK_CUR)       = 1836
[pid 18465] lseek(5, 1651, SEEK_SET)    = 1651
[pid 18465] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18465] lseek(5, 0, SEEK_CUR)       = 1907
[pid 18465] lseek(5, 1724, SEEK_SET)    = 1724
[pid 18465] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18465] lseek(5, 0, SEEK_CUR)       = 1980
[pid 18465] lseek(5, 1798, SEEK_SET)    = 1798
[pid 18465] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18465] lseek(5, 0, SEEK_CUR)       = 2054
[pid 18465] lseek(5, 1873, SEEK_SET)    = 1873
[pid 18465] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18465] lseek(5, 0, SEEK_CUR)       = 2129
[pid 18465] lseek(5, 1944, SEEK_SET)    = 1944
[pid 18465] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18465] lseek(5, 0, SEEK_CUR)       = 2200
[pid 18465] lseek(5, 2014, SEEK_SET)    = 2014
[pid 18465] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18465] lseek(5, 0, SEEK_CUR)       = 2270
[pid 18465] lseek(5, 2085, SEEK_SET)    = 2085
[pid 18465] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18465] lseek(5, 0, SEEK_CUR)       = 2341
[pid 18465] lseek(5, 2162, SEEK_SET)    = 2162
[pid 18465] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18465] lseek(5, 0, SEEK_CUR)       = 2418
[pid 18465] lseek(5, 2239, SEEK_SET)    = 2239
[pid 18465] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18465] lseek(5, 0, SEEK_CUR)       = 2495
[pid 18465] lseek(5, 2313, SEEK_SET)    = 2313
[pid 18465] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18465] lseek(5, 0, SEEK_CUR)       = 2569
[pid 18465] lseek(5, 2384, SEEK_SET)    = 2384
[pid 18465] read(5, "\n/lib/modules/2.6.23.9-default/k"..., 256) = 256
[pid 18465] lseek(5, 0, SEEK_CUR)       = 2640
[pid 18465] lseek(5, 2385, SEEK_SET)    = 2385
[pid 18465] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18465] lseek(5, 0, SEEK_CUR)       = 2641
[pid 18465] lseek(5, 2457, SEEK_SET)    = 2457
[pid 18465] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18465] lseek(5, 0, SEEK_CUR)       = 2713
[pid 18465] lseek(5, 2604, SEEK_SET)    = 2604
[pid 18465] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18465] lseek(5, 0, SEEK_CUR)       = 2860
[pid 18465] lseek(5, 2751, SEEK_SET)    = 2751
[pid 18465] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18465] lseek(5, 0, SEEK_CUR)       = 3007
[pid 18465] lseek(5, 2829, SEEK_SET)    = 2829
[pid 18465] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18465] lseek(5, 0, SEEK_CUR)       = 3085
[pid 18465] lseek(5, 2907, SEEK_SET)    = 2907
[pid 18465] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18465] lseek(5, 0, SEEK_CUR)       = 3163
[pid 18465] lseek(5, 2984, SEEK_SET)    = 2984
[pid 18465] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18465] lseek(5, 0, SEEK_CUR)       = 3240
[pid 18465] lseek(5, 3061, SEEK_SET)    = 3061
[pid 18465] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18465] lseek(5, 0, SEEK_CUR)       = 3317
[pid 18465] lseek(5, 3132, SEEK_SET)    = 3132
[pid 18465] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18465] lseek(5, 0, SEEK_CUR)       = 3388
[pid 18465] lseek(5, 3203, SEEK_SET)    = 3203
[pid 18465] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18465] lseek(5, 0, SEEK_CUR)       = 3459
[pid 18465] lseek(5, 3278, SEEK_SET)    = 3278
[pid 18465] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18465] lseek(5, 0, SEEK_CUR)       = 3534
[pid 18465] lseek(5, 3336, SEEK_SET)    = 3336
[pid 18465] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18465] lseek(5, 0, SEEK_CUR)       = 3592
[pid 18465] lseek(5, 3397, SEEK_SET)    = 3397
[pid 18465] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18465] lseek(5, 0, SEEK_CUR)       = 3653
[pid 18465] lseek(5, 3460, SEEK_SET)    = 3460
[pid 18465] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18465] lseek(5, 0, SEEK_CUR)       = 3716
[pid 18465] lseek(5, 3519, SEEK_SET)    = 3519
[pid 18465] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18465] lseek(5, 0, SEEK_CUR)       = 3775
[pid 18465] lseek(5, 3578, SEEK_SET)    = 3578
[pid 18465] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18465] lseek(5, 0, SEEK_CUR)       = 3834
[pid 18465] lseek(5, 3637, SEEK_SET)    = 3637
[pid 18465] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18465] lseek(5, 0, SEEK_CUR)       = 3893
[pid 18465] lseek(5, 3699, SEEK_SET)    = 3699
[pid 18465] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18465] lseek(5, 0, SEEK_CUR)       = 3955
[pid 18465] lseek(5, 3759, SEEK_SET)    = 3759
[pid 18465] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18465] lseek(5, 0, SEEK_CUR)       = 4015
[pid 18465] lseek(5, 3819, SEEK_SET)    = 3819
[pid 18465] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18465] lseek(5, 0, SEEK_CUR)       = 4075
[pid 18465] lseek(5, 3878, SEEK_SET)    = 3878
[pid 18465] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18465] lseek(5, 0, SEEK_CUR)       = 4134
[pid 18465] lseek(5, 3941, SEEK_SET)    = 3941
[pid 18465] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18465] lseek(5, 0, SEEK_CUR)       = 4197
[pid 18465] lseek(5, 4001, SEEK_SET)    = 4001
[pid 18465] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18465] lseek(5, 0, SEEK_CUR)       = 4257
[pid 18465] lseek(5, 4060, SEEK_SET)    = 4060
[pid 18465] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18465] lseek(5, 0, SEEK_CUR)       = 4316
[pid 18465] lseek(5, 4119, SEEK_SET)    = 4119
[pid 18465] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18465] lseek(5, 0, SEEK_CUR)       = 4375
[pid 18465] lseek(5, 4178, SEEK_SET)    = 4178
[pid 18465] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18465] lseek(5, 0, SEEK_CUR)       = 4434
[pid 18465] lseek(5, 4238, SEEK_SET)    = 4238
[pid 18465] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18465] lseek(5, 0, SEEK_CUR)       = 4494
[pid 18465] lseek(5, 4295, SEEK_SET)    = 4295
[pid 18465] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18465] lseek(5, 0, SEEK_CUR)       = 4551
[pid 18465] lseek(5, 4348, SEEK_SET)    = 4348
[pid 18465] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18465] lseek(5, 0, SEEK_CUR)       = 4604
[pid 18465] lseek(5, 4419, SEEK_SET)    = 4419
[pid 18465] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18465] lseek(5, 0, SEEK_CUR)       = 4675
[pid 18465] lseek(5, 4490, SEEK_SET)    = 4490
[pid 18465] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 222
[pid 18465] lseek(5, 0, SEEK_CUR)       = 4712
[pid 18465] lseek(5, 4548, SEEK_SET)    = 4548
[pid 18465] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 164
[pid 18465] lseek(5, 0, SEEK_CUR)       = 4712
[pid 18465] lseek(5, 4604, SEEK_SET)    = 4604
[pid 18465] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 108
[pid 18465] lseek(5, 0, SEEK_CUR)       = 4712
[pid 18465] lseek(5, 4660, SEEK_SET)    = 4660
[pid 18465] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 52
[pid 18465] lseek(5, 0, SEEK_CUR)       = 4712
[pid 18465] lseek(5, 4712, SEEK_SET)    = 4712
[pid 18465] read(5, "", 256)            = 0
[pid 18465] close(5)                    = 0
[pid 18465] open("/etc/modules.conf", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 18465] open("/etc/conf.modules", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 18465] open("/proc/modules", O_RDONLY) = 5
[pid 18465] read(5, "ebt_ip 2208 2 - Live 0xdc86b000\n"..., 256) = 256
[pid 18465] lseek(5, 0, SEEK_CUR)       = 256
[pid 18465] lseek(5, 32, SEEK_SET)      = 32
[pid 18465] read(5, "ebtable_nat 2144 1 - Live 0xdc83"..., 256) = 256
[pid 18465] lseek(5, 0, SEEK_CUR)       = 288
[pid 18465] lseek(5, 69, SEEK_SET)      = 69
[pid 18465] read(5, "ebtables 17088 2 ebt_ip,ebtable_"..., 256) = 256
[pid 18465] lseek(5, 0, SEEK_CUR)       = 325
[pid 18465] lseek(5, 122, SEEK_SET)     = 122
[pid 18465] read(5, "sch_sfq 4928 40 - Live 0xdc85c00"..., 256) = 256
[pid 18465] lseek(5, 0, SEEK_CUR)       = 378
[pid 18465] lseek(5, 156, SEEK_SET)     = 156
[pid 18465] read(5, "cls_fw 3808 1 - Live 0xdc81c000\n"..., 256) = 227
[pid 18465] lseek(5, 0, SEEK_CUR)       = 383
[pid 18465] lseek(5, 188, SEEK_SET)     = 188
[pid 18465] read(5, "cls_u32 6244 1 - Live 0xdc84c000"..., 256) = 195
[pid 18465] lseek(5, 0, SEEK_CUR)       = 383
[pid 18465] lseek(5, 221, SEEK_SET)     = 221
[pid 18465] read(5, "sch_htb 13920 2 - Live 0xdc86200"..., 256) = 162
[pid 18465] lseek(5, 0, SEEK_CUR)       = 383
[pid 18465] lseek(5, 255, SEEK_SET)     = 255
[pid 18465] read(5, "tun 7872 0 - Live 0xdc849000\n802"..., 256) = 128
[pid 18465] lseek(5, 0, SEEK_CUR)       = 383
[pid 18465] lseek(5, 284, SEEK_SET)     = 284
[pid 18465] read(5, "8021q 17224 0 - Live 0xdc850000\n"..., 256) = 99
[pid 18465] lseek(5, 0, SEEK_CUR)       = 383
[pid 18465] lseek(5, 316, SEEK_SET)     = 316
[pid 18465] read(5, "8139too 22032 0 - Live 0xdc84200"..., 256) = 67
[pid 18465] lseek(5, 0, SEEK_CUR)       = 383
[pid 18465] lseek(5, 350, SEEK_SET)     = 350
[pid 18465] read(5, "cramfs 39796 6 - Live 0xdc820000"..., 256) = 33
[pid 18465] lseek(5, 0, SEEK_CUR)       = 383
[pid 18465] lseek(5, 383, SEEK_SET)     = 383
[pid 18465] read(5, "", 256)            = 0
[pid 18465] close(5)                    = 0
[pid 18465] rt_sigaction(SIGINT, {SIG_IGN}, {SIG_DFL}, 8) = 0
[pid 18465] rt_sigaction(SIGQUIT, {SIG_IGN}, {SIG_DFL}, 8) = 0
[pid 18465] rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
[pid 18465] fork()                      = 18466
[pid 18465] wait4(18466,  <unfinished ...>
[pid 18466] rt_sigaction(SIGINT, {SIG_DFL}, NULL, 8) = 0
[pid 18466] rt_sigaction(SIGQUIT, {SIG_DFL}, NULL, 8) = 0
[pid 18466] rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
[pid 18466] execve("/bin/sh", ["sh", "-c", "insmod   -q ip_tables "], [/* 14 vars */]) = 0
[pid 18466] uname({sys="Linux", node="kchtn", ...}) = 0
[pid 18466] brk(0)                      = 0x817b000
[pid 18466] open("/etc/ld.so.preload", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 18466] open("/lib/i686/mmx/libm.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 18466] stat64("/lib/i686/mmx", 0xbfb93e40) = -1 ENOENT (No such file or directory)
[pid 18466] open("/lib/i686/libm.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 18466] stat64("/lib/i686", 0xbfb93e40) = -1 ENOENT (No such file or directory)
[pid 18466] open("/lib/mmx/libm.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 18466] stat64("/lib/mmx", 0xbfb93e40) = -1 ENOENT (No such file or directory)
[pid 18466] open("/lib/libm.so.6", O_RDONLY) = 5
[pid 18466] read(5, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\3605\0"..., 1024) = 1024
[pid 18466] fstat64(5, {st_mode=S_IFREG|0755, st_size=184056, ...}) = 0
[pid 18466] old_mmap(NULL, 138416, PROT_READ|PROT_EXEC, MAP_PRIVATE, 5, 0) = 0xb7f92000
[pid 18466] mprotect(0xb7fb3000, 3248, PROT_NONE) = 0
[pid 18466] old_mmap(0xb7fb3000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 5, 0x20000) = 0xb7fb3000
[pid 18466] close(5)                    = 0
[pid 18466] open("/lib/libcrypt.so.1", O_RDONLY) = 5
[pid 18466] read(5, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\220\n\0"..., 1024) = 1024
[pid 18466] fstat64(5, {st_mode=S_IFREG|0755, st_size=43933, ...}) = 0
[pid 18466] old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7f91000
[pid 18466] old_mmap(NULL, 197728, PROT_READ|PROT_EXEC, MAP_PRIVATE, 5, 0) = 0xb7f60000
[pid 18466] mprotect(0xb7f68000, 164960, PROT_NONE) = 0
[pid 18466] old_mmap(0xb7f68000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 5, 0x8000) = 0xb7f68000
[pid 18466] old_mmap(0xb7f6a000, 156768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb7f6a000
[pid 18466] close(5)                    = 0
[pid 18466] open("/lib/libc.so.6", O_RDONLY) = 5
[pid 18466] read(5, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0pY\1\000"..., 1024) = 1024
[pid 18466] fstat64(5, {st_mode=S_IFREG|0755, st_size=1491599, ...}) = 0
[pid 18466] old_mmap(NULL, 1268004, PROT_READ|PROT_EXEC, MAP_PRIVATE, 5, 0) = 0xb7e2a000
[pid 18466] mprotect(0xb7f59000, 26916, PROT_NONE) = 0
[pid 18466] old_mmap(0xb7f59000, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 5, 0x12f000) = 0xb7f59000
[pid 18466] old_mmap(0xb7f5d000, 10532, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb7f5d000
[pid 18466] close(5)                    = 0
[pid 18466] getpid()                    = 18466
[pid 18466] rt_sigaction(SIGCHLD, {SIG_DFL}, {SIG_DFL}, 8) = 0
[pid 18466] geteuid32()                 = 0
[pid 18466] brk(0)                      = 0x817b000
[pid 18466] brk(0x817c000)              = 0x817c000
[pid 18466] brk(0)                      = 0x817c000
[pid 18466] getppid()                   = 18465
[pid 18466] brk(0)                      = 0x817c000
[pid 18466] brk(0x817d000)              = 0x817d000
[pid 18466] getcwd("/root", 4096)       = 6
[pid 18466] rt_sigaction(SIGINT, NULL, {SIG_DFL}, 8) = 0
[pid 18466] rt_sigaction(SIGINT, {0x807ecd1, ~[], SA_RESTORER, 0xb7e535c8}, NULL, 8) = 0
[pid 18466] rt_sigaction(SIGQUIT, NULL, {SIG_DFL}, 8) = 0
[pid 18466] rt_sigaction(SIGQUIT, {SIG_DFL}, NULL, 8) = 0
[pid 18466] rt_sigaction(SIGTERM, NULL, {SIG_DFL}, 8) = 0
[pid 18466] rt_sigaction(SIGTERM, {SIG_DFL}, NULL, 8) = 0
[pid 18466] stat64("/bin/insmod", 0xbfb94634) = -1 ENOENT (No such file or directory)
[pid 18466] stat64("/sbin/insmod", {st_mode=S_IFREG|0755, st_size=358124, ...}) = 0
[pid 18466] fork()                      = 18467
[pid 18466] wait4(-1,  <unfinished ...>
[pid 18467] execve("/sbin/insmod", ["insmod", "-q", "ip_tables"], [/* 14 vars */]) = 0
[pid 18467] uname({sys="Linux", node="kchtn", ...}) = 0
[pid 18467] brk(0)                      = 0x817b000
[pid 18467] open("/etc/ld.so.preload", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 18467] open("/lib/i686/mmx/libm.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 18467] stat64("/lib/i686/mmx", 0xbfc72f20) = -1 ENOENT (No such file or directory)
[pid 18467] open("/lib/i686/libm.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 18467] stat64("/lib/i686", 0xbfc72f20) = -1 ENOENT (No such file or directory)
[pid 18467] open("/lib/mmx/libm.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 18467] stat64("/lib/mmx", 0xbfc72f20) = -1 ENOENT (No such file or directory)
[pid 18467] open("/lib/libm.so.6", O_RDONLY) = 5
[pid 18467] read(5, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\3605\0"..., 1024) = 1024
[pid 18467] fstat64(5, {st_mode=S_IFREG|0755, st_size=184056, ...}) = 0
[pid 18467] old_mmap(NULL, 138416, PROT_READ|PROT_EXEC, MAP_PRIVATE, 5, 0) = 0xb7f24000
[pid 18467] mprotect(0xb7f45000, 3248, PROT_NONE) = 0
[pid 18467] old_mmap(0xb7f45000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 5, 0x20000) = 0xb7f45000
[pid 18467] close(5)                    = 0
[pid 18467] open("/lib/libcrypt.so.1", O_RDONLY) = 5
[pid 18467] read(5, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\220\n\0"..., 1024) = 1024
[pid 18467] fstat64(5, {st_mode=S_IFREG|0755, st_size=43933, ...}) = 0
[pid 18467] old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7f23000
[pid 18467] old_mmap(NULL, 197728, PROT_READ|PROT_EXEC, MAP_PRIVATE, 5, 0) = 0xb7ef2000
[pid 18467] mprotect(0xb7efa000, 164960, PROT_NONE) = 0
[pid 18467] old_mmap(0xb7efa000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 5, 0x8000) = 0xb7efa000
[pid 18467] old_mmap(0xb7efc000, 156768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb7efc000
[pid 18467] close(5)                    = 0
[pid 18467] open("/lib/libc.so.6", O_RDONLY) = 5
[pid 18467] read(5, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0pY\1\000"..., 1024) = 1024
[pid 18467] fstat64(5, {st_mode=S_IFREG|0755, st_size=1491599, ...}) = 0
[pid 18467] old_mmap(NULL, 1268004, PROT_READ|PROT_EXEC, MAP_PRIVATE, 5, 0) = 0xb7dbc000
[pid 18467] mprotect(0xb7eeb000, 26916, PROT_NONE) = 0
[pid 18467] old_mmap(0xb7eeb000, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 5, 0x12f000) = 0xb7eeb000
[pid 18467] old_mmap(0xb7eef000, 10532, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb7eef000
[pid 18467] close(5)                    = 0
[pid 18467] brk(0)                      = 0x817b000
[pid 18467] brk(0x817c000)              = 0x817c000
[pid 18467] brk(0)                      = 0x817c000
[pid 18467] uname({sys="Linux", node="kchtn", ...}) = 0
[pid 18467] stat64("ip_tables", 0xbfc71560) = -1 ENOENT (No such file or directory)
[pid 18467] lstat64("/lib", {st_mode=S_IFDIR|0755, st_size=220, ...}) = 0
[pid 18467] lstat64("/lib/modules", {st_mode=S_IFDIR|0755, st_size=28, ...}) = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default", {st_mode=S_IFDIR|0755, st_size=44, ...}) = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default", {st_mode=S_IFDIR|0755, st_size=44, ...}) = 0
[pid 18467] open("/dev/null", O_RDONLY|O_NONBLOCK|O_DIRECTORY) = -1 ENOTDIR (Not a directory)
[pid 18467] open("/lib/modules/2.6.23.9-default", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 5
[pid 18467] fstat64(5, {st_mode=S_IFDIR|0755, st_size=44, ...}) = 0
[pid 18467] fcntl64(5, F_SETFD, FD_CLOEXEC) = 0
[pid 18467] brk(0)                      = 0x817c000
[pid 18467] brk(0x817d000)              = 0x817d000
[pid 18467] getdents64(5, /* 2 entries */, 4096) = 64
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel", {st_mode=S_IFDIR|0755, st_size=68, ...}) = 0
[pid 18467] open("/lib/modules/2.6.23.9-default/kernel", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 6
[pid 18467] fstat64(6, {st_mode=S_IFDIR|0755, st_size=68, ...}) = 0
[pid 18467] fcntl64(6, F_SETFD, FD_CLOEXEC) = 0
[pid 18467] brk(0)                      = 0x817d000
[pid 18467] brk(0x817e000)              = 0x817e000
[pid 18467] getdents64(6, /* 4 entries */, 4096) = 104
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers", {st_mode=S_IFDIR|0755, st_size=64, ...}) = 0
[pid 18467] open("/lib/modules/2.6.23.9-default/kernel/drivers", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 7
[pid 18467] fstat64(7, {st_mode=S_IFDIR|0755, st_size=64, ...}) = 0
[pid 18467] fcntl64(7, F_SETFD, FD_CLOEXEC) = 0
[pid 18467] brk(0)                      = 0x817e000
[pid 18467] brk(0x817f000)              = 0x817f000
[pid 18467] getdents64(7, /* 4 entries */, 4096) = 96
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/acpi", {st_mode=S_IFDIR|0755, st_size=184, ...}) = 0
[pid 18467] open("/lib/modules/2.6.23.9-default/kernel/drivers/acpi", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 8
[pid 18467] fstat64(8, {st_mode=S_IFDIR|0755, st_size=184, ...}) = 0
[pid 18467] fcntl64(8, F_SETFD, FD_CLOEXEC) = 0
[pid 18467] brk(0)                      = 0x817f000
[pid 18467] brk(0x8180000)              = 0x8180000
[pid 18467] getdents64(8, /* 8 entries */, 4096) = 256
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/acpi/ac.ko", {st_mode=S_IFREG|0644, st_size=6132, ...}) = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/acpi/asus_acpi.ko", {st_mode=S_IFREG|0644, st_size=21711, ...}) = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/acpi/battery.ko", {st_mode=S_IFREG|0644, st_size=14467, ...}) = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/acpi/button.ko", {st_mode=S_IFREG|0644, st_size=9165, ...}) = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/acpi/container.ko", {st_mode=S_IFREG|0644, st_size=5791, ...}) = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/acpi/fan.ko", {st_mode=S_IFREG|0644, st_size=6034, ...}) = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/acpi/processor.ko", {st_mode=S_IFREG|0644, st_size=34510, ...}) = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/acpi/thermal.ko", {st_mode=S_IFREG|0644, st_size=21465, ...}) = 0
[pid 18467] getdents64(8, /* 0 entries */, 4096) = 0
[pid 18467] close(8)                    = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/char", {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
[pid 18467] open("/lib/modules/2.6.23.9-default/kernel/drivers/char", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 8
[pid 18467] fstat64(8, {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
[pid 18467] fcntl64(8, F_SETFD, FD_CLOEXEC) = 0
[pid 18467] getdents64(8, /* 0 entries */, 4096) = 0
[pid 18467] close(8)                    = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/net", {st_mode=S_IFDIR|0755, st_size=268, ...}) = 0
[pid 18467] open("/lib/modules/2.6.23.9-default/kernel/drivers/net", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 8
[pid 18467] fstat64(8, {st_mode=S_IFDIR|0755, st_size=268, ...}) = 0
[pid 18467] fcntl64(8, F_SETFD, FD_CLOEXEC) = 0
[pid 18467] getdents64(8, /* 11 entries */, 4096) = 384
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/net/8139too.ko", {st_mode=S_IFREG|0755, st_size=29763, ...}) = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/net/bsd_comp.ko", {st_mode=S_IFREG|0644, st_size=6735, ...}) = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/net/dummy.ko", {st_mode=S_IFREG|0755, st_size=4402, ...}) = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/net/netconsole.ko", {st_mode=S_IFREG|0644, st_size=4059, ...}) = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/net/ppp_async.ko", {st_mode=S_IFREG|0755, st_size=10569, ...}) = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/net/ppp_deflate.ko", {st_mode=S_IFREG|0755, st_size=6468, ...}) = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/net/ppp_generic.ko", {st_mode=S_IFREG|0755, st_size=24315, ...}) = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/net/ppp_mppe.ko", {st_mode=S_IFREG|0755, st_size=8202, ...}) = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/net/ppp_synctty.ko", {st_mode=S_IFREG|0755, st_size=9096, ...}) = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/net/slhc.ko", {st_mode=S_IFREG|0755, st_size=6592, ...}) = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/net/tun.ko", {st_mode=S_IFREG|0755, st_size=10595, ...}) = 0
[pid 18467] getdents64(8, /* 0 entries */, 4096) = 0
[pid 18467] close(8)                    = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/usb", {st_mode=S_IFDIR|0755, st_size=16, ...}) = 0
[pid 18467] open("/lib/modules/2.6.23.9-default/kernel/drivers/usb", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 8
[pid 18467] fstat64(8, {st_mode=S_IFDIR|0755, st_size=16, ...}) = 0
[pid 18467] fcntl64(8, F_SETFD, FD_CLOEXEC) = 0
[pid 18467] getdents64(8, /* 1 entries */, 4096) = 24
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/usb/net", {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
[pid 18467] open("/lib/modules/2.6.23.9-default/kernel/drivers/usb/net", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 9
[pid 18467] fstat64(9, {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
[pid 18467] fcntl64(9, F_SETFD, FD_CLOEXEC) = 0
[pid 18467] brk(0)                      = 0x8180000
[pid 18467] brk(0x8181000)              = 0x8181000
[pid 18467] getdents64(9, /* 0 entries */, 4096) = 0
[pid 18467] close(9)                    = 0
[pid 18467] getdents64(8, /* 0 entries */, 4096) = 0
[pid 18467] close(8)                    = 0
[pid 18467] getdents64(7, /* 0 entries */, 4096) = 0
[pid 18467] close(7)                    = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/fs", {st_mode=S_IFDIR|0755, st_size=96, ...}) = 0
[pid 18467] open("/lib/modules/2.6.23.9-default/kernel/fs", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 7
[pid 18467] fstat64(7, {st_mode=S_IFDIR|0755, st_size=96, ...}) = 0
[pid 18467] fcntl64(7, F_SETFD, FD_CLOEXEC) = 0
[pid 18467] getdents64(7, /* 5 entries */, 4096) = 152
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/fs/cramfs", {st_mode=S_IFDIR|0755, st_size=24, ...}) = 0
[pid 18467] open("/lib/modules/2.6.23.9-default/kernel/fs/cramfs", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 8
[pid 18467] fstat64(8, {st_mode=S_IFDIR|0755, st_size=24, ...}) = 0
[pid 18467] fcntl64(8, F_SETFD, FD_CLOEXEC) = 0
[pid 18467] getdents64(8, /* 1 entries */, 4096) = 32
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/fs/cramfs/cramfs.ko", {st_mode=S_IFREG|0755, st_size=9380, ...}) = 0
[pid 18467] getdents64(8, /* 0 entries */, 4096) = 0
[pid 18467] close(8)                    = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/fs/isofs", {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
[pid 18467] open("/lib/modules/2.6.23.9-default/kernel/fs/isofs", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 8
[pid 18467] fstat64(8, {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
[pid 18467] fcntl64(8, F_SETFD, FD_CLOEXEC) = 0
[pid 18467] getdents64(8, /* 0 entries */, 4096) = 0
[pid 18467] close(8)                    = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/fs/reiserfs", {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
[pid 18467] open("/lib/modules/2.6.23.9-default/kernel/fs/reiserfs", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 8
[pid 18467] fstat64(8, {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
[pid 18467] fcntl64(8, F_SETFD, FD_CLOEXEC) = 0
[pid 18467] getdents64(8, /* 0 entries */, 4096) = 0
[pid 18467] close(8)                    = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/fs/smbfs", {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
[pid 18467] open("/lib/modules/2.6.23.9-default/kernel/fs/smbfs", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 8
[pid 18467] fstat64(8, {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
[pid 18467] fcntl64(8, F_SETFD, FD_CLOEXEC) = 0
[pid 18467] getdents64(8, /* 0 entries */, 4096) = 0
[pid 18467] close(8)                    = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/fs/udf", {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
[pid 18467] open("/lib/modules/2.6.23.9-default/kernel/fs/udf", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 8
[pid 18467] fstat64(8, {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
[pid 18467] fcntl64(8, F_SETFD, FD_CLOEXEC) = 0
[pid 18467] getdents64(8, /* 0 entries */, 4096) = 0
[pid 18467] close(8)                    = 0
[pid 18467] getdents64(7, /* 0 entries */, 4096) = 0
[pid 18467] close(7)                    = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/lib", {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
[pid 18467] open("/lib/modules/2.6.23.9-default/kernel/lib", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 7
[pid 18467] fstat64(7, {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
[pid 18467] fcntl64(7, F_SETFD, FD_CLOEXEC) = 0
[pid 18467] getdents64(7, /* 0 entries */, 4096) = 0
[pid 18467] close(7)                    = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/net", {st_mode=S_IFDIR|0755, st_size=108, ...}) = 0
[pid 18467] open("/lib/modules/2.6.23.9-default/kernel/net", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 7
[pid 18467] fstat64(7, {st_mode=S_IFDIR|0755, st_size=108, ...}) = 0
[pid 18467] fcntl64(7, F_SETFD, FD_CLOEXEC) = 0
[pid 18467] getdents64(7, /* 6 entries */, 4096) = 168
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/net/8021q", {st_mode=S_IFDIR|0755, st_size=20, ...}) = 0
[pid 18467] open("/lib/modules/2.6.23.9-default/kernel/net/8021q", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 8
[pid 18467] fstat64(8, {st_mode=S_IFDIR|0755, st_size=20, ...}) = 0
[pid 18467] fcntl64(8, F_SETFD, FD_CLOEXEC) = 0
[pid 18467] getdents64(8, /* 1 entries */, 4096) = 32
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/net/8021q/8021q.ko", {st_mode=S_IFREG|0755, st_size=21970, ...}) = 0
[pid 18467] getdents64(8, /* 0 entries */, 4096) = 0
[pid 18467] close(8)                    = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/net/atm", {st_mode=S_IFDIR|0755, st_size=64, ...}) = 0
[pid 18467] open("/lib/modules/2.6.23.9-default/kernel/net/atm", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 8
[pid 18467] fstat64(8, {st_mode=S_IFDIR|0755, st_size=64, ...}) = 0
[pid 18467] fcntl64(8, F_SETFD, FD_CLOEXEC) = 0
[pid 18467] getdents64(8, /* 3 entries */, 4096) = 96
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/net/atm/atm.ko", {st_mode=S_IFREG|0755, st_size=45039, ...}) = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/net/atm/br2684.ko", {st_mode=S_IFREG|0755, st_size=9197, ...}) = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/net/atm/clip.ko", {st_mode=S_IFREG|0755, st_size=14837, ...}) = 0
[pid 18467] getdents64(8, /* 0 entries */, 4096) = 0
[pid 18467] close(8)                    = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge", {st_mode=S_IFDIR|0755, st_size=48, ...}) = 0
[pid 18467] open("/lib/modules/2.6.23.9-default/kernel/net/bridge", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 8
[pid 18467] fstat64(8, {st_mode=S_IFDIR|0755, st_size=48, ...}) = 0
[pid 18467] fcntl64(8, F_SETFD, FD_CLOEXEC) = 0
[pid 18467] getdents64(8, /* 2 entries */, 4096) = 64
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/bridge.ko", {st_mode=S_IFREG|0755, st_size=58477, ...}) = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter", {st_mode=S_IFDIR|0755, st_size=572, ...}) = 0
[pid 18467] open("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 9
[pid 18467] fstat64(9, {st_mode=S_IFDIR|0755, st_size=572, ...}) = 0
[pid 18467] fcntl64(9, F_SETFD, FD_CLOEXEC) = 0
[pid 18467] getdents64(9, /* 22 entries */, 4096) = 776
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebt_802_3.ko", {st_mode=S_IFREG|0755, st_size=2837, ...}) = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebt_among.ko", {st_mode=S_IFREG|0755, st_size=4508, ...}) = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebt_arp.ko", {st_mode=S_IFREG|0755, st_size=3726, ...}) = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebt_arpreply.ko", {st_mode=S_IFREG|0755, st_size=3416, ...}) = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebt_dnat.ko", {st_mode=S_IFREG|0755, st_size=3221, ...}) = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebt_ip.ko", {st_mode=S_IFREG|0755, st_size=3439, ...}) = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebt_ipdaddr.ko", {st_mode=S_IFREG|0755, st_size=4409, ...}) = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebt_ipsaddr.ko", {st_mode=S_IFREG|0755, st_size=4409, ...}) = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebt_limit.ko", {st_mode=S_IFREG|0755, st_size=3369, ...}) = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebt_log.ko", {st_mode=S_IFREG|0755, st_size=5332, ...}) = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebt_mark.ko", {st_mode=S_IFREG|0755, st_size=2839, ...}) = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebt_mark_m.ko", {st_mode=S_IFREG|0755, st_size=2774, ...}) = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebt_pkttype.ko", {st_mode=S_IFREG|0755, st_size=2723, ...}) = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebt_redirect.ko", {st_mode=S_IFREG|0755, st_size=3288, ...}) = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebt_snat.ko", {st_mode=S_IFREG|0755, st_size=3378, ...}) = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebt_stp.ko", {st_mode=S_IFREG|0755, st_size=3992, ...}) = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebt_ulog.ko", {st_mode=S_IFREG|0755, st_size=7733, ...}) = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebt_vlan.ko", {st_mode=S_IFREG|0755, st_size=4997, ...}) = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebtable_broute.ko", {st_mode=S_IFREG|0755, st_size=3234, ...}) = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebtable_filter.ko", {st_mode=S_IFREG|0755, st_size=3584, ...}) = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebtable_nat.ko", {st_mode=S_IFREG|0755, st_size=3613, ...}) = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebtables.ko", {st_mode=S_IFREG|0755, st_size=21295, ...}) = 0
[pid 18467] getdents64(9, /* 0 entries */, 4096) = 0
[pid 18467] close(9)                    = 0
[pid 18467] getdents64(8, /* 0 entries */, 4096) = 0
[pid 18467] close(8)                    = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/net/core", {st_mode=S_IFDIR|0755, st_size=24, ...}) = 0
[pid 18467] open("/lib/modules/2.6.23.9-default/kernel/net/core", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 8
[pid 18467] fstat64(8, {st_mode=S_IFDIR|0755, st_size=24, ...}) = 0
[pid 18467] fcntl64(8, F_SETFD, FD_CLOEXEC) = 0
[pid 18467] getdents64(8, /* 1 entries */, 4096) = 32
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/net/core/pktgen.ko", {st_mode=S_IFREG|0755, st_size=44932, ...}) = 0
[pid 18467] getdents64(8, /* 0 entries */, 4096) = 0
[pid 18467] close(8)                    = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/net/ipv4", {st_mode=S_IFDIR|0755, st_size=24, ...}) = 0
[pid 18467] open("/lib/modules/2.6.23.9-default/kernel/net/ipv4", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 8
[pid 18467] fstat64(8, {st_mode=S_IFDIR|0755, st_size=24, ...}) = 0
[pid 18467] fcntl64(8, F_SETFD, FD_CLOEXEC) = 0
[pid 18467] getdents64(8, /* 1 entries */, 4096) = 32
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/net/ipv4/netfilter", {st_mode=S_IFDIR|0755, st_size=28, ...}) = 0
[pid 18467] open("/lib/modules/2.6.23.9-default/kernel/net/ipv4/netfilter", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 9
[pid 18467] fstat64(9, {st_mode=S_IFDIR|0755, st_size=28, ...}) = 0
[pid 18467] fcntl64(9, F_SETFD, FD_CLOEXEC) = 0
[pid 18467] getdents64(9, /* 1 entries */, 4096) = 40
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/net/ipv4/netfilter/ipt_CLUSTERIP.ko", {st_mode=S_IFREG|0755, st_size=9564, ...}) = 0
[pid 18467] getdents64(9, /* 0 entries */, 4096) = 0
[pid 18467] close(9)                    = 0
[pid 18467] getdents64(8, /* 0 entries */, 4096) = 0
[pid 18467] close(8)                    = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched", {st_mode=S_IFDIR|0755, st_size=648, ...}) = 0
[pid 18467] open("/lib/modules/2.6.23.9-default/kernel/net/sched", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 8
[pid 18467] fstat64(8, {st_mode=S_IFDIR|0755, st_size=648, ...}) = 0
[pid 18467] fcntl64(8, F_SETFD, FD_CLOEXEC) = 0
[pid 18467] getdents64(8, /* 26 entries */, 4096) = 880
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/act_gact.ko", {st_mode=S_IFREG|0755, st_size=4973, ...}) = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/act_ipt.ko", {st_mode=S_IFREG|0755, st_size=6243, ...}) = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/act_mirred.ko", {st_mode=S_IFREG|0755, st_size=5582, ...}) = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/act_pedit.ko", {st_mode=S_IFREG|0755, st_size=5510, ...}) = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/act_police.ko", {st_mode=S_IFREG|0755, st_size=6451, ...}) = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/act_simple.ko", {st_mode=S_IFREG|0755, st_size=5001, ...}) = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/cls_basic.ko", {st_mode=S_IFREG|0755, st_size=5729, ...}) = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/cls_fw.ko", {st_mode=S_IFREG|0755, st_size=5396, ...}) = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/cls_route.ko", {st_mode=S_IFREG|0755, st_size=7185, ...}) = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/cls_rsvp.ko", {st_mode=S_IFREG|0755, st_size=7095, ...}) = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/cls_tcindex.ko", {st_mode=S_IFREG|0755, st_size=7627, ...}) = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/cls_u32.ko", {st_mode=S_IFREG|0755, st_size=8276, ...}) = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/sch_atm.ko", {st_mode=S_IFREG|0755, st_size=8177, ...}) = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/sch_cbq.ko", {st_mode=S_IFREG|0755, st_size=16919, ...}) = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/sch_csz.ko", {st_mode=S_IFREG|0755, st_size=8449, ...}) = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/sch_dsmark.ko", {st_mode=S_IFREG|0755, st_size=6721, ...}) = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/sch_gred.ko", {st_mode=S_IFREG|0755, st_size=8798, ...}) = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/sch_hfsc.ko", {st_mode=S_IFREG|0755, st_size=18166, ...}) = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/sch_htb.ko", {st_mode=S_IFREG|0755, st_size=16942, ...}) = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/sch_ingress.ko", {st_mode=S_IFREG|0755, st_size=4347, ...}) = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/sch_netem.ko", {st_mode=S_IFREG|0755, st_size=8878, ...}) = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/sch_prio.ko", {st_mode=S_IFREG|0755, st_size=6453, ...}) = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/sch_red.ko", {st_mode=S_IFREG|0755, st_size=6816, ...}) = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/sch_sfq.ko", {st_mode=S_IFREG|0755, st_size=6416, ...}) = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/sch_tbf.ko", {st_mode=S_IFREG|0755, st_size=6140, ...}) = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/sch_teql.ko", {st_mode=S_IFREG|0755, st_size=7072, ...}) = 0
[pid 18467] getdents64(8, /* 0 entries */, 4096) = 0
[pid 18467] close(8)                    = 0
[pid 18467] getdents64(7, /* 0 entries */, 4096) = 0
[pid 18467] close(7)                    = 0
[pid 18467] getdents64(6, /* 0 entries */, 4096) = 0
[pid 18467] close(6)                    = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/modules.dep", {st_mode=S_IFREG|0755, st_size=4712, ...}) = 0
[pid 18467] getdents64(5, /* 0 entries */, 4096) = 0
[pid 18467] close(5)                    = 0
[pid 18467] lstat64("/lib", {st_mode=S_IFDIR|0755, st_size=220, ...}) = 0
[pid 18467] lstat64("/lib/modules", {st_mode=S_IFDIR|0755, st_size=28, ...}) = 0
[pid 18467] lstat64("/lib/modules", {st_mode=S_IFDIR|0755, st_size=28, ...}) = 0
[pid 18467] open("/lib/modules", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 5
[pid 18467] fstat64(5, {st_mode=S_IFDIR|0755, st_size=28, ...}) = 0
[pid 18467] fcntl64(5, F_SETFD, FD_CLOEXEC) = 0
[pid 18467] getdents64(5, /* 1 entries */, 4096) = 40
[pid 18467] lstat64("/lib/modules/2.6.23.9-default", {st_mode=S_IFDIR|0755, st_size=44, ...}) = 0
[pid 18467] open("/lib/modules/2.6.23.9-default", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 6
[pid 18467] fstat64(6, {st_mode=S_IFDIR|0755, st_size=44, ...}) = 0
[pid 18467] fcntl64(6, F_SETFD, FD_CLOEXEC) = 0
[pid 18467] getdents64(6, /* 2 entries */, 4096) = 64
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel", {st_mode=S_IFDIR|0755, st_size=68, ...}) = 0
[pid 18467] open("/lib/modules/2.6.23.9-default/kernel", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 7
[pid 18467] fstat64(7, {st_mode=S_IFDIR|0755, st_size=68, ...}) = 0
[pid 18467] fcntl64(7, F_SETFD, FD_CLOEXEC) = 0
[pid 18467] getdents64(7, /* 4 entries */, 4096) = 104
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers", {st_mode=S_IFDIR|0755, st_size=64, ...}) = 0
[pid 18467] open("/lib/modules/2.6.23.9-default/kernel/drivers", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 8
[pid 18467] fstat64(8, {st_mode=S_IFDIR|0755, st_size=64, ...}) = 0
[pid 18467] fcntl64(8, F_SETFD, FD_CLOEXEC) = 0
[pid 18467] getdents64(8, /* 4 entries */, 4096) = 96
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/acpi", {st_mode=S_IFDIR|0755, st_size=184, ...}) = 0
[pid 18467] open("/lib/modules/2.6.23.9-default/kernel/drivers/acpi", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 9
[pid 18467] fstat64(9, {st_mode=S_IFDIR|0755, st_size=184, ...}) = 0
[pid 18467] fcntl64(9, F_SETFD, FD_CLOEXEC) = 0
[pid 18467] getdents64(9, /* 8 entries */, 4096) = 256
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/acpi/ac.ko", {st_mode=S_IFREG|0644, st_size=6132, ...}) = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/acpi/asus_acpi.ko", {st_mode=S_IFREG|0644, st_size=21711, ...}) = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/acpi/battery.ko", {st_mode=S_IFREG|0644, st_size=14467, ...}) = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/acpi/button.ko", {st_mode=S_IFREG|0644, st_size=9165, ...}) = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/acpi/container.ko", {st_mode=S_IFREG|0644, st_size=5791, ...}) = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/acpi/fan.ko", {st_mode=S_IFREG|0644, st_size=6034, ...}) = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/acpi/processor.ko", {st_mode=S_IFREG|0644, st_size=34510, ...}) = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/acpi/thermal.ko", {st_mode=S_IFREG|0644, st_size=21465, ...}) = 0
[pid 18467] getdents64(9, /* 0 entries */, 4096) = 0
[pid 18467] close(9)                    = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/char", {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
[pid 18467] open("/lib/modules/2.6.23.9-default/kernel/drivers/char", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 9
[pid 18467] fstat64(9, {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
[pid 18467] fcntl64(9, F_SETFD, FD_CLOEXEC) = 0
[pid 18467] getdents64(9, /* 0 entries */, 4096) = 0
[pid 18467] close(9)                    = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/net", {st_mode=S_IFDIR|0755, st_size=268, ...}) = 0
[pid 18467] open("/lib/modules/2.6.23.9-default/kernel/drivers/net", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 9
[pid 18467] fstat64(9, {st_mode=S_IFDIR|0755, st_size=268, ...}) = 0
[pid 18467] fcntl64(9, F_SETFD, FD_CLOEXEC) = 0
[pid 18467] getdents64(9, /* 11 entries */, 4096) = 384
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/net/8139too.ko", {st_mode=S_IFREG|0755, st_size=29763, ...}) = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/net/bsd_comp.ko", {st_mode=S_IFREG|0644, st_size=6735, ...}) = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/net/dummy.ko", {st_mode=S_IFREG|0755, st_size=4402, ...}) = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/net/netconsole.ko", {st_mode=S_IFREG|0644, st_size=4059, ...}) = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/net/ppp_async.ko", {st_mode=S_IFREG|0755, st_size=10569, ...}) = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/net/ppp_deflate.ko", {st_mode=S_IFREG|0755, st_size=6468, ...}) = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/net/ppp_generic.ko", {st_mode=S_IFREG|0755, st_size=24315, ...}) = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/net/ppp_mppe.ko", {st_mode=S_IFREG|0755, st_size=8202, ...}) = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/net/ppp_synctty.ko", {st_mode=S_IFREG|0755, st_size=9096, ...}) = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/net/slhc.ko", {st_mode=S_IFREG|0755, st_size=6592, ...}) = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/net/tun.ko", {st_mode=S_IFREG|0755, st_size=10595, ...}) = 0
[pid 18467] getdents64(9, /* 0 entries */, 4096) = 0
[pid 18467] close(9)                    = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/usb", {st_mode=S_IFDIR|0755, st_size=16, ...}) = 0
[pid 18467] open("/lib/modules/2.6.23.9-default/kernel/drivers/usb", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 9
[pid 18467] fstat64(9, {st_mode=S_IFDIR|0755, st_size=16, ...}) = 0
[pid 18467] fcntl64(9, F_SETFD, FD_CLOEXEC) = 0
[pid 18467] getdents64(9, /* 1 entries */, 4096) = 24
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/usb/net", {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
[pid 18467] open("/lib/modules/2.6.23.9-default/kernel/drivers/usb/net", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 10
[pid 18467] fstat64(10, {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
[pid 18467] fcntl64(10, F_SETFD, FD_CLOEXEC) = 0
[pid 18467] brk(0)                      = 0x8181000
[pid 18467] brk(0x8182000)              = 0x8182000
[pid 18467] getdents64(10, /* 0 entries */, 4096) = 0
[pid 18467] close(10)                   = 0
[pid 18467] getdents64(9, /* 0 entries */, 4096) = 0
[pid 18467] close(9)                    = 0
[pid 18467] getdents64(8, /* 0 entries */, 4096) = 0
[pid 18467] close(8)                    = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/fs", {st_mode=S_IFDIR|0755, st_size=96, ...}) = 0
[pid 18467] open("/lib/modules/2.6.23.9-default/kernel/fs", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 8
[pid 18467] fstat64(8, {st_mode=S_IFDIR|0755, st_size=96, ...}) = 0
[pid 18467] fcntl64(8, F_SETFD, FD_CLOEXEC) = 0
[pid 18467] getdents64(8, /* 5 entries */, 4096) = 152
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/fs/cramfs", {st_mode=S_IFDIR|0755, st_size=24, ...}) = 0
[pid 18467] open("/lib/modules/2.6.23.9-default/kernel/fs/cramfs", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 9
[pid 18467] fstat64(9, {st_mode=S_IFDIR|0755, st_size=24, ...}) = 0
[pid 18467] fcntl64(9, F_SETFD, FD_CLOEXEC) = 0
[pid 18467] getdents64(9, /* 1 entries */, 4096) = 32
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/fs/cramfs/cramfs.ko", {st_mode=S_IFREG|0755, st_size=9380, ...}) = 0
[pid 18467] getdents64(9, /* 0 entries */, 4096) = 0
[pid 18467] close(9)                    = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/fs/isofs", {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
[pid 18467] open("/lib/modules/2.6.23.9-default/kernel/fs/isofs", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 9
[pid 18467] fstat64(9, {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
[pid 18467] fcntl64(9, F_SETFD, FD_CLOEXEC) = 0
[pid 18467] getdents64(9, /* 0 entries */, 4096) = 0
[pid 18467] close(9)                    = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/fs/reiserfs", {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
[pid 18467] open("/lib/modules/2.6.23.9-default/kernel/fs/reiserfs", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 9
[pid 18467] fstat64(9, {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
[pid 18467] fcntl64(9, F_SETFD, FD_CLOEXEC) = 0
[pid 18467] getdents64(9, /* 0 entries */, 4096) = 0
[pid 18467] close(9)                    = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/fs/smbfs", {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
[pid 18467] open("/lib/modules/2.6.23.9-default/kernel/fs/smbfs", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 9
[pid 18467] fstat64(9, {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
[pid 18467] fcntl64(9, F_SETFD, FD_CLOEXEC) = 0
[pid 18467] getdents64(9, /* 0 entries */, 4096) = 0
[pid 18467] close(9)                    = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/fs/udf", {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
[pid 18467] open("/lib/modules/2.6.23.9-default/kernel/fs/udf", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 9
[pid 18467] fstat64(9, {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
[pid 18467] fcntl64(9, F_SETFD, FD_CLOEXEC) = 0
[pid 18467] getdents64(9, /* 0 entries */, 4096) = 0
[pid 18467] close(9)                    = 0
[pid 18467] getdents64(8, /* 0 entries */, 4096) = 0
[pid 18467] close(8)                    = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/lib", {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
[pid 18467] open("/lib/modules/2.6.23.9-default/kernel/lib", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 8
[pid 18467] fstat64(8, {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
[pid 18467] fcntl64(8, F_SETFD, FD_CLOEXEC) = 0
[pid 18467] getdents64(8, /* 0 entries */, 4096) = 0
[pid 18467] close(8)                    = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/net", {st_mode=S_IFDIR|0755, st_size=108, ...}) = 0
[pid 18467] open("/lib/modules/2.6.23.9-default/kernel/net", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 8
[pid 18467] fstat64(8, {st_mode=S_IFDIR|0755, st_size=108, ...}) = 0
[pid 18467] fcntl64(8, F_SETFD, FD_CLOEXEC) = 0
[pid 18467] getdents64(8, /* 6 entries */, 4096) = 168
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/net/8021q", {st_mode=S_IFDIR|0755, st_size=20, ...}) = 0
[pid 18467] open("/lib/modules/2.6.23.9-default/kernel/net/8021q", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 9
[pid 18467] fstat64(9, {st_mode=S_IFDIR|0755, st_size=20, ...}) = 0
[pid 18467] fcntl64(9, F_SETFD, FD_CLOEXEC) = 0
[pid 18467] getdents64(9, /* 1 entries */, 4096) = 32
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/net/8021q/8021q.ko", {st_mode=S_IFREG|0755, st_size=21970, ...}) = 0
[pid 18467] getdents64(9, /* 0 entries */, 4096) = 0
[pid 18467] close(9)                    = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/net/atm", {st_mode=S_IFDIR|0755, st_size=64, ...}) = 0
[pid 18467] open("/lib/modules/2.6.23.9-default/kernel/net/atm", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 9
[pid 18467] fstat64(9, {st_mode=S_IFDIR|0755, st_size=64, ...}) = 0
[pid 18467] fcntl64(9, F_SETFD, FD_CLOEXEC) = 0
[pid 18467] getdents64(9, /* 3 entries */, 4096) = 96
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/net/atm/atm.ko", {st_mode=S_IFREG|0755, st_size=45039, ...}) = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/net/atm/br2684.ko", {st_mode=S_IFREG|0755, st_size=9197, ...}) = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/net/atm/clip.ko", {st_mode=S_IFREG|0755, st_size=14837, ...}) = 0
[pid 18467] getdents64(9, /* 0 entries */, 4096) = 0
[pid 18467] close(9)                    = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge", {st_mode=S_IFDIR|0755, st_size=48, ...}) = 0
[pid 18467] open("/lib/modules/2.6.23.9-default/kernel/net/bridge", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 9
[pid 18467] fstat64(9, {st_mode=S_IFDIR|0755, st_size=48, ...}) = 0
[pid 18467] fcntl64(9, F_SETFD, FD_CLOEXEC) = 0
[pid 18467] getdents64(9, /* 2 entries */, 4096) = 64
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/bridge.ko", {st_mode=S_IFREG|0755, st_size=58477, ...}) = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter", {st_mode=S_IFDIR|0755, st_size=572, ...}) = 0
[pid 18467] open("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 10
[pid 18467] fstat64(10, {st_mode=S_IFDIR|0755, st_size=572, ...}) = 0
[pid 18467] fcntl64(10, F_SETFD, FD_CLOEXEC) = 0
[pid 18467] getdents64(10, /* 22 entries */, 4096) = 776
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebt_802_3.ko", {st_mode=S_IFREG|0755, st_size=2837, ...}) = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebt_among.ko", {st_mode=S_IFREG|0755, st_size=4508, ...}) = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebt_arp.ko", {st_mode=S_IFREG|0755, st_size=3726, ...}) = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebt_arpreply.ko", {st_mode=S_IFREG|0755, st_size=3416, ...}) = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebt_dnat.ko", {st_mode=S_IFREG|0755, st_size=3221, ...}) = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebt_ip.ko", {st_mode=S_IFREG|0755, st_size=3439, ...}) = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebt_ipdaddr.ko", {st_mode=S_IFREG|0755, st_size=4409, ...}) = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebt_ipsaddr.ko", {st_mode=S_IFREG|0755, st_size=4409, ...}) = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebt_limit.ko", {st_mode=S_IFREG|0755, st_size=3369, ...}) = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebt_log.ko", {st_mode=S_IFREG|0755, st_size=5332, ...}) = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebt_mark.ko", {st_mode=S_IFREG|0755, st_size=2839, ...}) = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebt_mark_m.ko", {st_mode=S_IFREG|0755, st_size=2774, ...}) = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebt_pkttype.ko", {st_mode=S_IFREG|0755, st_size=2723, ...}) = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebt_redirect.ko", {st_mode=S_IFREG|0755, st_size=3288, ...}) = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebt_snat.ko", {st_mode=S_IFREG|0755, st_size=3378, ...}) = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebt_stp.ko", {st_mode=S_IFREG|0755, st_size=3992, ...}) = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebt_ulog.ko", {st_mode=S_IFREG|0755, st_size=7733, ...}) = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebt_vlan.ko", {st_mode=S_IFREG|0755, st_size=4997, ...}) = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebtable_broute.ko", {st_mode=S_IFREG|0755, st_size=3234, ...}) = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebtable_filter.ko", {st_mode=S_IFREG|0755, st_size=3584, ...}) = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebtable_nat.ko", {st_mode=S_IFREG|0755, st_size=3613, ...}) = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebtables.ko", {st_mode=S_IFREG|0755, st_size=21295, ...}) = 0
[pid 18467] getdents64(10, /* 0 entries */, 4096) = 0
[pid 18467] close(10)                   = 0
[pid 18467] getdents64(9, /* 0 entries */, 4096) = 0
[pid 18467] close(9)                    = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/net/core", {st_mode=S_IFDIR|0755, st_size=24, ...}) = 0
[pid 18467] open("/lib/modules/2.6.23.9-default/kernel/net/core", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 9
[pid 18467] fstat64(9, {st_mode=S_IFDIR|0755, st_size=24, ...}) = 0
[pid 18467] fcntl64(9, F_SETFD, FD_CLOEXEC) = 0
[pid 18467] getdents64(9, /* 1 entries */, 4096) = 32
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/net/core/pktgen.ko", {st_mode=S_IFREG|0755, st_size=44932, ...}) = 0
[pid 18467] getdents64(9, /* 0 entries */, 4096) = 0
[pid 18467] close(9)                    = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/net/ipv4", {st_mode=S_IFDIR|0755, st_size=24, ...}) = 0
[pid 18467] open("/lib/modules/2.6.23.9-default/kernel/net/ipv4", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 9
[pid 18467] fstat64(9, {st_mode=S_IFDIR|0755, st_size=24, ...}) = 0
[pid 18467] fcntl64(9, F_SETFD, FD_CLOEXEC) = 0
[pid 18467] getdents64(9, /* 1 entries */, 4096) = 32
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/net/ipv4/netfilter", {st_mode=S_IFDIR|0755, st_size=28, ...}) = 0
[pid 18467] open("/lib/modules/2.6.23.9-default/kernel/net/ipv4/netfilter", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 10
[pid 18467] fstat64(10, {st_mode=S_IFDIR|0755, st_size=28, ...}) = 0
[pid 18467] fcntl64(10, F_SETFD, FD_CLOEXEC) = 0
[pid 18467] getdents64(10, /* 1 entries */, 4096) = 40
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/net/ipv4/netfilter/ipt_CLUSTERIP.ko", {st_mode=S_IFREG|0755, st_size=9564, ...}) = 0
[pid 18467] getdents64(10, /* 0 entries */, 4096) = 0
[pid 18467] close(10)                   = 0
[pid 18467] getdents64(9, /* 0 entries */, 4096) = 0
[pid 18467] close(9)                    = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched", {st_mode=S_IFDIR|0755, st_size=648, ...}) = 0
[pid 18467] open("/lib/modules/2.6.23.9-default/kernel/net/sched", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 9
[pid 18467] fstat64(9, {st_mode=S_IFDIR|0755, st_size=648, ...}) = 0
[pid 18467] fcntl64(9, F_SETFD, FD_CLOEXEC) = 0
[pid 18467] getdents64(9, /* 26 entries */, 4096) = 880
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/act_gact.ko", {st_mode=S_IFREG|0755, st_size=4973, ...}) = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/act_ipt.ko", {st_mode=S_IFREG|0755, st_size=6243, ...}) = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/act_mirred.ko", {st_mode=S_IFREG|0755, st_size=5582, ...}) = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/act_pedit.ko", {st_mode=S_IFREG|0755, st_size=5510, ...}) = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/act_police.ko", {st_mode=S_IFREG|0755, st_size=6451, ...}) = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/act_simple.ko", {st_mode=S_IFREG|0755, st_size=5001, ...}) = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/cls_basic.ko", {st_mode=S_IFREG|0755, st_size=5729, ...}) = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/cls_fw.ko", {st_mode=S_IFREG|0755, st_size=5396, ...}) = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/cls_route.ko", {st_mode=S_IFREG|0755, st_size=7185, ...}) = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/cls_rsvp.ko", {st_mode=S_IFREG|0755, st_size=7095, ...}) = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/cls_tcindex.ko", {st_mode=S_IFREG|0755, st_size=7627, ...}) = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/cls_u32.ko", {st_mode=S_IFREG|0755, st_size=8276, ...}) = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/sch_atm.ko", {st_mode=S_IFREG|0755, st_size=8177, ...}) = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/sch_cbq.ko", {st_mode=S_IFREG|0755, st_size=16919, ...}) = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/sch_csz.ko", {st_mode=S_IFREG|0755, st_size=8449, ...}) = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/sch_dsmark.ko", {st_mode=S_IFREG|0755, st_size=6721, ...}) = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/sch_gred.ko", {st_mode=S_IFREG|0755, st_size=8798, ...}) = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/sch_hfsc.ko", {st_mode=S_IFREG|0755, st_size=18166, ...}) = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/sch_htb.ko", {st_mode=S_IFREG|0755, st_size=16942, ...}) = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/sch_ingress.ko", {st_mode=S_IFREG|0755, st_size=4347, ...}) = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/sch_netem.ko", {st_mode=S_IFREG|0755, st_size=8878, ...}) = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/sch_prio.ko", {st_mode=S_IFREG|0755, st_size=6453, ...}) = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/sch_red.ko", {st_mode=S_IFREG|0755, st_size=6816, ...}) = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/sch_sfq.ko", {st_mode=S_IFREG|0755, st_size=6416, ...}) = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/sch_tbf.ko", {st_mode=S_IFREG|0755, st_size=6140, ...}) = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/sch_teql.ko", {st_mode=S_IFREG|0755, st_size=7072, ...}) = 0
[pid 18467] getdents64(9, /* 0 entries */, 4096) = 0
[pid 18467] close(9)                    = 0
[pid 18467] getdents64(8, /* 0 entries */, 4096) = 0
[pid 18467] close(8)                    = 0
[pid 18467] getdents64(7, /* 0 entries */, 4096) = 0
[pid 18467] close(7)                    = 0
[pid 18467] lstat64("/lib/modules/2.6.23.9-default/modules.dep", {st_mode=S_IFREG|0755, st_size=4712, ...}) = 0
[pid 18467] getdents64(6, /* 0 entries */, 4096) = 0
[pid 18467] close(6)                    = 0
[pid 18467] getdents64(5, /* 0 entries */, 4096) = 0
[pid 18467] close(5)                    = 0
[pid 18467] write(2, "insmod: ", 8insmod: )     = 8
[pid 18467] write(2, "ip_tables.ko: no module by that "..., 42ip_tables.ko: no module by that name found) = 42
[pid 18467] write(2, "\n", 1
)           = 1
[pid 18467] exit_group(1)               = ?
[pid 18466] <... wait4 resumed> [WIFEXITED(s) && WEXITSTATUS(s) == 1], 0, NULL) = 18467
[pid 18466] --- SIGCHLD (Child exited) @ 0 (0) ---
[pid 18466] exit_group(1)               = ?
[pid 18465] <... wait4 resumed> [WIFEXITED(s) && WEXITSTATUS(s) == 1], 0, NULL) = 18466
[pid 18465] rt_sigaction(SIGINT, {SIG_DFL}, NULL, 8) = 0
[pid 18465] rt_sigaction(SIGQUIT, {SIG_DFL}, NULL, 8) = 0
[pid 18465] rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
[pid 18465] --- SIGCHLD (Child exited) @ 0 (0) ---
[pid 18465] write(2, "modprobe: ", 10modprobe: )  = 10
[pid 18465] write(2, "failed to load module ip_tables", 31failed to load module ip_tables) = 31
[pid 18465] write(2, "\n", 1
)           = 1
[pid 18465] exit_group(1)               = ?
<... wait4 resumed> [WIFEXITED(s) && WEXITSTATUS(s) == 1], 0, NULL) = 18465
--- SIGCHLD (Child exited) @ 0 (0) ---
getsockopt(4, SOL_IP, 0x43 /* IP_??? */, "MARK\0\201\372\267\0h\344\267\225w\372\267\270O\240\277"..., [30]) = 0
close(4)                                = 0
socket(PF_INET, SOCK_RAW, IPPROTO_RAW)  = 4
open("/proc/sys/kernel/modprobe", O_RDONLY|O_LARGEFILE) = 5
read(5, "/sbin/modprobe\n", 1024)       = 15
close(5)                                = 0
fork()                                  = 18468
[pid 18448] wait4(-1,  <unfinished ...>
[pid 18468] execve("/sbin/modprobe", ["/sbin/modprobe", "ip_tables", "-q"], [/* 14 vars */]) = 0
[pid 18468] uname({sys="Linux", node="kchtn", ...}) = 0
[pid 18468] brk(0)                      = 0x817b000
[pid 18468] open("/etc/ld.so.preload", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 18468] open("/lib/i686/mmx/libm.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 18468] stat64("/lib/i686/mmx", 0xbf8f6b90) = -1 ENOENT (No such file or directory)
[pid 18468] open("/lib/i686/libm.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 18468] stat64("/lib/i686", 0xbf8f6b90) = -1 ENOENT (No such file or directory)
[pid 18468] open("/lib/mmx/libm.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 18468] stat64("/lib/mmx", 0xbf8f6b90) = -1 ENOENT (No such file or directory)
[pid 18468] open("/lib/libm.so.6", O_RDONLY) = 5
[pid 18468] read(5, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\3605\0"..., 1024) = 1024
[pid 18468] fstat64(5, {st_mode=S_IFREG|0755, st_size=184056, ...}) = 0
[pid 18468] old_mmap(NULL, 138416, PROT_READ|PROT_EXEC, MAP_PRIVATE, 5, 0) = 0xb7f49000
[pid 18468] mprotect(0xb7f6a000, 3248, PROT_NONE) = 0
[pid 18468] old_mmap(0xb7f6a000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 5, 0x20000) = 0xb7f6a000
[pid 18468] close(5)                    = 0
[pid 18468] open("/lib/libcrypt.so.1", O_RDONLY) = 5
[pid 18468] read(5, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\220\n\0"..., 1024) = 1024
[pid 18468] fstat64(5, {st_mode=S_IFREG|0755, st_size=43933, ...}) = 0
[pid 18468] old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7f48000
[pid 18468] old_mmap(NULL, 197728, PROT_READ|PROT_EXEC, MAP_PRIVATE, 5, 0) = 0xb7f17000
[pid 18468] mprotect(0xb7f1f000, 164960, PROT_NONE) = 0
[pid 18468] old_mmap(0xb7f1f000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 5, 0x8000) = 0xb7f1f000
[pid 18468] old_mmap(0xb7f21000, 156768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb7f21000
[pid 18468] close(5)                    = 0
[pid 18468] open("/lib/libc.so.6", O_RDONLY) = 5
[pid 18468] read(5, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0pY\1\000"..., 1024) = 1024
[pid 18468] fstat64(5, {st_mode=S_IFREG|0755, st_size=1491599, ...}) = 0
[pid 18468] old_mmap(NULL, 1268004, PROT_READ|PROT_EXEC, MAP_PRIVATE, 5, 0) = 0xb7de1000
[pid 18468] mprotect(0xb7f10000, 26916, PROT_NONE) = 0
[pid 18468] old_mmap(0xb7f10000, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 5, 0x12f000) = 0xb7f10000
[pid 18468] old_mmap(0xb7f14000, 10532, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb7f14000
[pid 18468] close(5)                    = 0
[pid 18468] uname({sys="Linux", node="kchtn", ...}) = 0
[pid 18468] open("/lib/modules/2.6.23.9-default/modules.dep", O_RDONLY) = 5
[pid 18468] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18468] lseek(5, 0, SEEK_CUR)       = 256
[pid 18468] lseek(5, 62, SEEK_SET)      = 62
[pid 18468] brk(0)                      = 0x817b000
[pid 18468] brk(0x817c000)              = 0x817c000
[pid 18468] brk(0)                      = 0x817c000
[pid 18468] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18468] lseek(5, 0, SEEK_CUR)       = 318
[pid 18468] lseek(5, 126, SEEK_SET)     = 126
[pid 18468] read(5, "\n/lib/modules/2.6.23.9-default/k"..., 256) = 256
[pid 18468] lseek(5, 0, SEEK_CUR)       = 382
[pid 18468] lseek(5, 127, SEEK_SET)     = 127
[pid 18468] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18468] lseek(5, 0, SEEK_CUR)       = 383
[pid 18468] lseek(5, 192, SEEK_SET)     = 192
[pid 18468] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18468] lseek(5, 0, SEEK_CUR)       = 448
[pid 18468] lseek(5, 251, SEEK_SET)     = 251
[pid 18468] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18468] lseek(5, 0, SEEK_CUR)       = 507
[pid 18468] lseek(5, 313, SEEK_SET)     = 313
[pid 18468] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18468] lseek(5, 0, SEEK_CUR)       = 569
[pid 18468] lseek(5, 371, SEEK_SET)     = 371
[pid 18468] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18468] lseek(5, 0, SEEK_CUR)       = 627
[pid 18468] lseek(5, 493, SEEK_SET)     = 493
[pid 18468] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18468] lseek(5, 0, SEEK_CUR)       = 749
[pid 18468] lseek(5, 558, SEEK_SET)     = 558
[pid 18468] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18468] lseek(5, 0, SEEK_CUR)       = 814
[pid 18468] lseek(5, 621, SEEK_SET)     = 621
[pid 18468] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18468] lseek(5, 0, SEEK_CUR)       = 877
[pid 18468] lseek(5, 686, SEEK_SET)     = 686
[pid 18468] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18468] lseek(5, 0, SEEK_CUR)       = 942
[pid 18468] lseek(5, 743, SEEK_SET)     = 743
[pid 18468] read(5, "\n/lib/modules/2.6.23.9-default/k"..., 256) = 256
[pid 18468] lseek(5, 0, SEEK_CUR)       = 999
[pid 18468] lseek(5, 744, SEEK_SET)     = 744
[pid 18468] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18468] lseek(5, 0, SEEK_CUR)       = 1000
[pid 18468] lseek(5, 801, SEEK_SET)     = 801
[pid 18468] read(5, "\n/lib/modules/2.6.23.9-default/k"..., 256) = 256
[pid 18468] lseek(5, 0, SEEK_CUR)       = 1057
[pid 18468] lseek(5, 802, SEEK_SET)     = 802
[pid 18468] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18468] lseek(5, 0, SEEK_CUR)       = 1058
[pid 18468] lseek(5, 861, SEEK_SET)     = 861
[pid 18468] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18468] lseek(5, 0, SEEK_CUR)       = 1117
[pid 18468] lseek(5, 933, SEEK_SET)     = 933
[pid 18468] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18468] lseek(5, 0, SEEK_CUR)       = 1189
[pid 18468] lseek(5, 1005, SEEK_SET)    = 1005
[pid 18468] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18468] lseek(5, 0, SEEK_CUR)       = 1261
[pid 18468] lseek(5, 1075, SEEK_SET)    = 1075
[pid 18468] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18468] lseek(5, 0, SEEK_CUR)       = 1331
[pid 18468] lseek(5, 1150, SEEK_SET)    = 1150
[pid 18468] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18468] lseek(5, 0, SEEK_CUR)       = 1406
[pid 18468] lseek(5, 1221, SEEK_SET)    = 1221
[pid 18468] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18468] lseek(5, 0, SEEK_CUR)       = 1477
[pid 18468] lseek(5, 1290, SEEK_SET)    = 1290
[pid 18468] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18468] lseek(5, 0, SEEK_CUR)       = 1546
[pid 18468] lseek(5, 1364, SEEK_SET)    = 1364
[pid 18468] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18468] lseek(5, 0, SEEK_CUR)       = 1620
[pid 18468] lseek(5, 1438, SEEK_SET)    = 1438
[pid 18468] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18468] lseek(5, 0, SEEK_CUR)       = 1694
[pid 18468] lseek(5, 1510, SEEK_SET)    = 1510
[pid 18468] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18468] lseek(5, 0, SEEK_CUR)       = 1766
[pid 18468] lseek(5, 1580, SEEK_SET)    = 1580
[pid 18468] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18468] lseek(5, 0, SEEK_CUR)       = 1836
[pid 18468] lseek(5, 1651, SEEK_SET)    = 1651
[pid 18468] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18468] lseek(5, 0, SEEK_CUR)       = 1907
[pid 18468] lseek(5, 1724, SEEK_SET)    = 1724
[pid 18468] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18468] lseek(5, 0, SEEK_CUR)       = 1980
[pid 18468] lseek(5, 1798, SEEK_SET)    = 1798
[pid 18468] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18468] lseek(5, 0, SEEK_CUR)       = 2054
[pid 18468] lseek(5, 1873, SEEK_SET)    = 1873
[pid 18468] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18468] lseek(5, 0, SEEK_CUR)       = 2129
[pid 18468] lseek(5, 1944, SEEK_SET)    = 1944
[pid 18468] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18468] lseek(5, 0, SEEK_CUR)       = 2200
[pid 18468] lseek(5, 2014, SEEK_SET)    = 2014
[pid 18468] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18468] lseek(5, 0, SEEK_CUR)       = 2270
[pid 18468] lseek(5, 2085, SEEK_SET)    = 2085
[pid 18468] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18468] lseek(5, 0, SEEK_CUR)       = 2341
[pid 18468] lseek(5, 2162, SEEK_SET)    = 2162
[pid 18468] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18468] lseek(5, 0, SEEK_CUR)       = 2418
[pid 18468] lseek(5, 2239, SEEK_SET)    = 2239
[pid 18468] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18468] lseek(5, 0, SEEK_CUR)       = 2495
[pid 18468] lseek(5, 2313, SEEK_SET)    = 2313
[pid 18468] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18468] lseek(5, 0, SEEK_CUR)       = 2569
[pid 18468] lseek(5, 2384, SEEK_SET)    = 2384
[pid 18468] read(5, "\n/lib/modules/2.6.23.9-default/k"..., 256) = 256
[pid 18468] lseek(5, 0, SEEK_CUR)       = 2640
[pid 18468] lseek(5, 2385, SEEK_SET)    = 2385
[pid 18468] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18468] lseek(5, 0, SEEK_CUR)       = 2641
[pid 18468] lseek(5, 2457, SEEK_SET)    = 2457
[pid 18468] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18468] lseek(5, 0, SEEK_CUR)       = 2713
[pid 18468] lseek(5, 2604, SEEK_SET)    = 2604
[pid 18468] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18468] lseek(5, 0, SEEK_CUR)       = 2860
[pid 18468] lseek(5, 2751, SEEK_SET)    = 2751
[pid 18468] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18468] lseek(5, 0, SEEK_CUR)       = 3007
[pid 18468] lseek(5, 2829, SEEK_SET)    = 2829
[pid 18468] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18468] lseek(5, 0, SEEK_CUR)       = 3085
[pid 18468] lseek(5, 2907, SEEK_SET)    = 2907
[pid 18468] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18468] lseek(5, 0, SEEK_CUR)       = 3163
[pid 18468] lseek(5, 2984, SEEK_SET)    = 2984
[pid 18468] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18468] lseek(5, 0, SEEK_CUR)       = 3240
[pid 18468] lseek(5, 3061, SEEK_SET)    = 3061
[pid 18468] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18468] lseek(5, 0, SEEK_CUR)       = 3317
[pid 18468] lseek(5, 3132, SEEK_SET)    = 3132
[pid 18468] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18468] lseek(5, 0, SEEK_CUR)       = 3388
[pid 18468] lseek(5, 3203, SEEK_SET)    = 3203
[pid 18468] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18468] lseek(5, 0, SEEK_CUR)       = 3459
[pid 18468] lseek(5, 3278, SEEK_SET)    = 3278
[pid 18468] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18468] lseek(5, 0, SEEK_CUR)       = 3534
[pid 18468] lseek(5, 3336, SEEK_SET)    = 3336
[pid 18468] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18468] lseek(5, 0, SEEK_CUR)       = 3592
[pid 18468] lseek(5, 3397, SEEK_SET)    = 3397
[pid 18468] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18468] lseek(5, 0, SEEK_CUR)       = 3653
[pid 18468] lseek(5, 3460, SEEK_SET)    = 3460
[pid 18468] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18468] lseek(5, 0, SEEK_CUR)       = 3716
[pid 18468] lseek(5, 3519, SEEK_SET)    = 3519
[pid 18468] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18468] lseek(5, 0, SEEK_CUR)       = 3775
[pid 18468] lseek(5, 3578, SEEK_SET)    = 3578
[pid 18468] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18468] lseek(5, 0, SEEK_CUR)       = 3834
[pid 18468] lseek(5, 3637, SEEK_SET)    = 3637
[pid 18468] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18468] lseek(5, 0, SEEK_CUR)       = 3893
[pid 18468] lseek(5, 3699, SEEK_SET)    = 3699
[pid 18468] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18468] lseek(5, 0, SEEK_CUR)       = 3955
[pid 18468] lseek(5, 3759, SEEK_SET)    = 3759
[pid 18468] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18468] lseek(5, 0, SEEK_CUR)       = 4015
[pid 18468] lseek(5, 3819, SEEK_SET)    = 3819
[pid 18468] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18468] lseek(5, 0, SEEK_CUR)       = 4075
[pid 18468] lseek(5, 3878, SEEK_SET)    = 3878
[pid 18468] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18468] lseek(5, 0, SEEK_CUR)       = 4134
[pid 18468] lseek(5, 3941, SEEK_SET)    = 3941
[pid 18468] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18468] lseek(5, 0, SEEK_CUR)       = 4197
[pid 18468] lseek(5, 4001, SEEK_SET)    = 4001
[pid 18468] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18468] lseek(5, 0, SEEK_CUR)       = 4257
[pid 18468] lseek(5, 4060, SEEK_SET)    = 4060
[pid 18468] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18468] lseek(5, 0, SEEK_CUR)       = 4316
[pid 18468] lseek(5, 4119, SEEK_SET)    = 4119
[pid 18468] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18468] lseek(5, 0, SEEK_CUR)       = 4375
[pid 18468] lseek(5, 4178, SEEK_SET)    = 4178
[pid 18468] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18468] lseek(5, 0, SEEK_CUR)       = 4434
[pid 18468] lseek(5, 4238, SEEK_SET)    = 4238
[pid 18468] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18468] lseek(5, 0, SEEK_CUR)       = 4494
[pid 18468] lseek(5, 4295, SEEK_SET)    = 4295
[pid 18468] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18468] lseek(5, 0, SEEK_CUR)       = 4551
[pid 18468] lseek(5, 4348, SEEK_SET)    = 4348
[pid 18468] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18468] lseek(5, 0, SEEK_CUR)       = 4604
[pid 18468] lseek(5, 4419, SEEK_SET)    = 4419
[pid 18468] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 256
[pid 18468] lseek(5, 0, SEEK_CUR)       = 4675
[pid 18468] lseek(5, 4490, SEEK_SET)    = 4490
[pid 18468] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 222
[pid 18468] lseek(5, 0, SEEK_CUR)       = 4712
[pid 18468] lseek(5, 4548, SEEK_SET)    = 4548
[pid 18468] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 164
[pid 18468] lseek(5, 0, SEEK_CUR)       = 4712
[pid 18468] lseek(5, 4604, SEEK_SET)    = 4604
[pid 18468] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 108
[pid 18468] lseek(5, 0, SEEK_CUR)       = 4712
[pid 18468] lseek(5, 4660, SEEK_SET)    = 4660
[pid 18468] read(5, "/lib/modules/2.6.23.9-default/ke"..., 256) = 52
[pid 18468] lseek(5, 0, SEEK_CUR)       = 4712
[pid 18468] lseek(5, 4712, SEEK_SET)    = 4712
[pid 18468] read(5, "", 256)            = 0
[pid 18468] close(5)                    = 0
[pid 18468] open("/etc/modules.conf", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 18468] open("/etc/conf.modules", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 18468] open("/proc/modules", O_RDONLY) = 5
[pid 18468] read(5, "ebt_ip 2208 2 - Live 0xdc86b000\n"..., 256) = 256
[pid 18468] lseek(5, 0, SEEK_CUR)       = 256
[pid 18468] lseek(5, 32, SEEK_SET)      = 32
[pid 18468] read(5, "ebtable_nat 2144 1 - Live 0xdc83"..., 256) = 256
[pid 18468] lseek(5, 0, SEEK_CUR)       = 288
[pid 18468] lseek(5, 69, SEEK_SET)      = 69
[pid 18468] read(5, "ebtables 17088 2 ebt_ip,ebtable_"..., 256) = 256
[pid 18468] lseek(5, 0, SEEK_CUR)       = 325
[pid 18468] lseek(5, 122, SEEK_SET)     = 122
[pid 18468] read(5, "sch_sfq 4928 40 - Live 0xdc85c00"..., 256) = 256
[pid 18468] lseek(5, 0, SEEK_CUR)       = 378
[pid 18468] lseek(5, 156, SEEK_SET)     = 156
[pid 18468] read(5, "cls_fw 3808 1 - Live 0xdc81c000\n"..., 256) = 227
[pid 18468] lseek(5, 0, SEEK_CUR)       = 383
[pid 18468] lseek(5, 188, SEEK_SET)     = 188
[pid 18468] read(5, "cls_u32 6244 1 - Live 0xdc84c000"..., 256) = 195
[pid 18468] lseek(5, 0, SEEK_CUR)       = 383
[pid 18468] lseek(5, 221, SEEK_SET)     = 221
[pid 18468] read(5, "sch_htb 13920 2 - Live 0xdc86200"..., 256) = 162
[pid 18468] lseek(5, 0, SEEK_CUR)       = 383
[pid 18468] lseek(5, 255, SEEK_SET)     = 255
[pid 18468] read(5, "tun 7872 0 - Live 0xdc849000\n802"..., 256) = 128
[pid 18468] lseek(5, 0, SEEK_CUR)       = 383
[pid 18468] lseek(5, 284, SEEK_SET)     = 284
[pid 18468] read(5, "8021q 17224 0 - Live 0xdc850000\n"..., 256) = 99
[pid 18468] lseek(5, 0, SEEK_CUR)       = 383
[pid 18468] lseek(5, 316, SEEK_SET)     = 316
[pid 18468] read(5, "8139too 22032 0 - Live 0xdc84200"..., 256) = 67
[pid 18468] lseek(5, 0, SEEK_CUR)       = 383
[pid 18468] lseek(5, 350, SEEK_SET)     = 350
[pid 18468] read(5, "cramfs 39796 6 - Live 0xdc820000"..., 256) = 33
[pid 18468] lseek(5, 0, SEEK_CUR)       = 383
[pid 18468] lseek(5, 383, SEEK_SET)     = 383
[pid 18468] read(5, "", 256)            = 0
[pid 18468] close(5)                    = 0
[pid 18468] rt_sigaction(SIGINT, {SIG_IGN}, {SIG_DFL}, 8) = 0
[pid 18468] rt_sigaction(SIGQUIT, {SIG_IGN}, {SIG_DFL}, 8) = 0
[pid 18468] rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
[pid 18468] fork()                      = 18469
[pid 18468] wait4(18469,  <unfinished ...>
[pid 18469] rt_sigaction(SIGINT, {SIG_DFL}, NULL, 8) = 0
[pid 18469] rt_sigaction(SIGQUIT, {SIG_DFL}, NULL, 8) = 0
[pid 18469] rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
[pid 18469] execve("/bin/sh", ["sh", "-c", "insmod   -q ip_tables "], [/* 14 vars */]) = 0
[pid 18469] uname({sys="Linux", node="kchtn", ...}) = 0
[pid 18469] brk(0)                      = 0x817b000
[pid 18469] open("/etc/ld.so.preload", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 18469] open("/lib/i686/mmx/libm.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 18469] stat64("/lib/i686/mmx", 0xbfe95140) = -1 ENOENT (No such file or directory)
[pid 18469] open("/lib/i686/libm.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 18469] stat64("/lib/i686", 0xbfe95140) = -1 ENOENT (No such file or directory)
[pid 18469] open("/lib/mmx/libm.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 18469] stat64("/lib/mmx", 0xbfe95140) = -1 ENOENT (No such file or directory)
[pid 18469] open("/lib/libm.so.6", O_RDONLY) = 5
[pid 18469] read(5, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\3605\0"..., 1024) = 1024
[pid 18469] fstat64(5, {st_mode=S_IFREG|0755, st_size=184056, ...}) = 0
[pid 18469] old_mmap(NULL, 138416, PROT_READ|PROT_EXEC, MAP_PRIVATE, 5, 0) = 0xb7f02000
[pid 18469] mprotect(0xb7f23000, 3248, PROT_NONE) = 0
[pid 18469] old_mmap(0xb7f23000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 5, 0x20000) = 0xb7f23000
[pid 18469] close(5)                    = 0
[pid 18469] open("/lib/libcrypt.so.1", O_RDONLY) = 5
[pid 18469] read(5, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\220\n\0"..., 1024) = 1024
[pid 18469] fstat64(5, {st_mode=S_IFREG|0755, st_size=43933, ...}) = 0
[pid 18469] old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7f01000
[pid 18469] old_mmap(NULL, 197728, PROT_READ|PROT_EXEC, MAP_PRIVATE, 5, 0) = 0xb7ed0000
[pid 18469] mprotect(0xb7ed8000, 164960, PROT_NONE) = 0
[pid 18469] old_mmap(0xb7ed8000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 5, 0x8000) = 0xb7ed8000
[pid 18469] old_mmap(0xb7eda000, 156768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb7eda000
[pid 18469] close(5)                    = 0
[pid 18469] open("/lib/libc.so.6", O_RDONLY) = 5
[pid 18469] read(5, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0pY\1\000"..., 1024) = 1024
[pid 18469] fstat64(5, {st_mode=S_IFREG|0755, st_size=1491599, ...}) = 0
[pid 18469] old_mmap(NULL, 1268004, PROT_READ|PROT_EXEC, MAP_PRIVATE, 5, 0) = 0xb7d9a000
[pid 18469] mprotect(0xb7ec9000, 26916, PROT_NONE) = 0
[pid 18469] old_mmap(0xb7ec9000, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 5, 0x12f000) = 0xb7ec9000
[pid 18469] old_mmap(0xb7ecd000, 10532, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb7ecd000
[pid 18469] close(5)                    = 0
[pid 18469] getpid()                    = 18469
[pid 18469] rt_sigaction(SIGCHLD, {SIG_DFL}, {SIG_DFL}, 8) = 0
[pid 18469] geteuid32()                 = 0
[pid 18469] brk(0)                      = 0x817b000
[pid 18469] brk(0x817c000)              = 0x817c000
[pid 18469] brk(0)                      = 0x817c000
[pid 18469] getppid()                   = 18468
[pid 18469] brk(0)                      = 0x817c000
[pid 18469] brk(0x817d000)              = 0x817d000
[pid 18469] getcwd("/root", 4096)       = 6
[pid 18469] rt_sigaction(SIGINT, NULL, {SIG_DFL}, 8) = 0
[pid 18469] rt_sigaction(SIGINT, {0x807ecd1, ~[], SA_RESTORER, 0xb7dc35c8}, NULL, 8) = 0
[pid 18469] rt_sigaction(SIGQUIT, NULL, {SIG_DFL}, 8) = 0
[pid 18469] rt_sigaction(SIGQUIT, {SIG_DFL}, NULL, 8) = 0
[pid 18469] rt_sigaction(SIGTERM, NULL, {SIG_DFL}, 8) = 0
[pid 18469] rt_sigaction(SIGTERM, {SIG_DFL}, NULL, 8) = 0
[pid 18469] stat64("/bin/insmod", 0xbfe95934) = -1 ENOENT (No such file or directory)
[pid 18469] stat64("/sbin/insmod", {st_mode=S_IFREG|0755, st_size=358124, ...}) = 0
[pid 18469] fork()                      = 18470
[pid 18469] wait4(-1,  <unfinished ...>
[pid 18470] execve("/sbin/insmod", ["insmod", "-q", "ip_tables"], [/* 14 vars */]) = 0
[pid 18470] uname({sys="Linux", node="kchtn", ...}) = 0
[pid 18470] brk(0)                      = 0x817b000
[pid 18470] open("/etc/ld.so.preload", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 18470] open("/lib/i686/mmx/libm.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 18470] stat64("/lib/i686/mmx", 0xbfb1bdc0) = -1 ENOENT (No such file or directory)
[pid 18470] open("/lib/i686/libm.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 18470] stat64("/lib/i686", 0xbfb1bdc0) = -1 ENOENT (No such file or directory)
[pid 18470] open("/lib/mmx/libm.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 18470] stat64("/lib/mmx", 0xbfb1bdc0) = -1 ENOENT (No such file or directory)
[pid 18470] open("/lib/libm.so.6", O_RDONLY) = 5
[pid 18470] read(5, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\3605\0"..., 1024) = 1024
[pid 18470] fstat64(5, {st_mode=S_IFREG|0755, st_size=184056, ...}) = 0
[pid 18470] old_mmap(NULL, 138416, PROT_READ|PROT_EXEC, MAP_PRIVATE, 5, 0) = 0xb7eee000
[pid 18470] mprotect(0xb7f0f000, 3248, PROT_NONE) = 0
[pid 18470] old_mmap(0xb7f0f000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 5, 0x20000) = 0xb7f0f000
[pid 18470] close(5)                    = 0
[pid 18470] open("/lib/libcrypt.so.1", O_RDONLY) = 5
[pid 18470] read(5, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\220\n\0"..., 1024) = 1024
[pid 18470] fstat64(5, {st_mode=S_IFREG|0755, st_size=43933, ...}) = 0
[pid 18470] old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7eed000
[pid 18470] old_mmap(NULL, 197728, PROT_READ|PROT_EXEC, MAP_PRIVATE, 5, 0) = 0xb7ebc000
[pid 18470] mprotect(0xb7ec4000, 164960, PROT_NONE) = 0
[pid 18470] old_mmap(0xb7ec4000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 5, 0x8000) = 0xb7ec4000
[pid 18470] old_mmap(0xb7ec6000, 156768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb7ec6000
[pid 18470] close(5)                    = 0
[pid 18470] open("/lib/libc.so.6", O_RDONLY) = 5
[pid 18470] read(5, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0pY\1\000"..., 1024) = 1024
[pid 18470] fstat64(5, {st_mode=S_IFREG|0755, st_size=1491599, ...}) = 0
[pid 18470] old_mmap(NULL, 1268004, PROT_READ|PROT_EXEC, MAP_PRIVATE, 5, 0) = 0xb7d86000
[pid 18470] mprotect(0xb7eb5000, 26916, PROT_NONE) = 0
[pid 18470] old_mmap(0xb7eb5000, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 5, 0x12f000) = 0xb7eb5000
[pid 18470] old_mmap(0xb7eb9000, 10532, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb7eb9000
[pid 18470] close(5)                    = 0
[pid 18470] brk(0)                      = 0x817b000
[pid 18470] brk(0x817c000)              = 0x817c000
[pid 18470] brk(0)                      = 0x817c000
[pid 18470] uname({sys="Linux", node="kchtn", ...}) = 0
[pid 18470] stat64("ip_tables", 0xbfb1a400) = -1 ENOENT (No such file or directory)
[pid 18470] lstat64("/lib", {st_mode=S_IFDIR|0755, st_size=220, ...}) = 0
[pid 18470] lstat64("/lib/modules", {st_mode=S_IFDIR|0755, st_size=28, ...}) = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default", {st_mode=S_IFDIR|0755, st_size=44, ...}) = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default", {st_mode=S_IFDIR|0755, st_size=44, ...}) = 0
[pid 18470] open("/dev/null", O_RDONLY|O_NONBLOCK|O_DIRECTORY) = -1 ENOTDIR (Not a directory)
[pid 18470] open("/lib/modules/2.6.23.9-default", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 5
[pid 18470] fstat64(5, {st_mode=S_IFDIR|0755, st_size=44, ...}) = 0
[pid 18470] fcntl64(5, F_SETFD, FD_CLOEXEC) = 0
[pid 18470] brk(0)                      = 0x817c000
[pid 18470] brk(0x817d000)              = 0x817d000
[pid 18470] getdents64(5, /* 2 entries */, 4096) = 64
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel", {st_mode=S_IFDIR|0755, st_size=68, ...}) = 0
[pid 18470] open("/lib/modules/2.6.23.9-default/kernel", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 6
[pid 18470] fstat64(6, {st_mode=S_IFDIR|0755, st_size=68, ...}) = 0
[pid 18470] fcntl64(6, F_SETFD, FD_CLOEXEC) = 0
[pid 18470] brk(0)                      = 0x817d000
[pid 18470] brk(0x817e000)              = 0x817e000
[pid 18470] getdents64(6, /* 4 entries */, 4096) = 104
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers", {st_mode=S_IFDIR|0755, st_size=64, ...}) = 0
[pid 18470] open("/lib/modules/2.6.23.9-default/kernel/drivers", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 7
[pid 18470] fstat64(7, {st_mode=S_IFDIR|0755, st_size=64, ...}) = 0
[pid 18470] fcntl64(7, F_SETFD, FD_CLOEXEC) = 0
[pid 18470] brk(0)                      = 0x817e000
[pid 18470] brk(0x817f000)              = 0x817f000
[pid 18470] getdents64(7, /* 4 entries */, 4096) = 96
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/acpi", {st_mode=S_IFDIR|0755, st_size=184, ...}) = 0
[pid 18470] open("/lib/modules/2.6.23.9-default/kernel/drivers/acpi", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 8
[pid 18470] fstat64(8, {st_mode=S_IFDIR|0755, st_size=184, ...}) = 0
[pid 18470] fcntl64(8, F_SETFD, FD_CLOEXEC) = 0
[pid 18470] brk(0)                      = 0x817f000
[pid 18470] brk(0x8180000)              = 0x8180000
[pid 18470] getdents64(8, /* 8 entries */, 4096) = 256
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/acpi/ac.ko", {st_mode=S_IFREG|0644, st_size=6132, ...}) = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/acpi/asus_acpi.ko", {st_mode=S_IFREG|0644, st_size=21711, ...}) = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/acpi/battery.ko", {st_mode=S_IFREG|0644, st_size=14467, ...}) = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/acpi/button.ko", {st_mode=S_IFREG|0644, st_size=9165, ...}) = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/acpi/container.ko", {st_mode=S_IFREG|0644, st_size=5791, ...}) = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/acpi/fan.ko", {st_mode=S_IFREG|0644, st_size=6034, ...}) = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/acpi/processor.ko", {st_mode=S_IFREG|0644, st_size=34510, ...}) = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/acpi/thermal.ko", {st_mode=S_IFREG|0644, st_size=21465, ...}) = 0
[pid 18470] getdents64(8, /* 0 entries */, 4096) = 0
[pid 18470] close(8)                    = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/char", {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
[pid 18470] open("/lib/modules/2.6.23.9-default/kernel/drivers/char", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 8
[pid 18470] fstat64(8, {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
[pid 18470] fcntl64(8, F_SETFD, FD_CLOEXEC) = 0
[pid 18470] getdents64(8, /* 0 entries */, 4096) = 0
[pid 18470] close(8)                    = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/net", {st_mode=S_IFDIR|0755, st_size=268, ...}) = 0
[pid 18470] open("/lib/modules/2.6.23.9-default/kernel/drivers/net", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 8
[pid 18470] fstat64(8, {st_mode=S_IFDIR|0755, st_size=268, ...}) = 0
[pid 18470] fcntl64(8, F_SETFD, FD_CLOEXEC) = 0
[pid 18470] getdents64(8, /* 11 entries */, 4096) = 384
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/net/8139too.ko", {st_mode=S_IFREG|0755, st_size=29763, ...}) = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/net/bsd_comp.ko", {st_mode=S_IFREG|0644, st_size=6735, ...}) = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/net/dummy.ko", {st_mode=S_IFREG|0755, st_size=4402, ...}) = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/net/netconsole.ko", {st_mode=S_IFREG|0644, st_size=4059, ...}) = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/net/ppp_async.ko", {st_mode=S_IFREG|0755, st_size=10569, ...}) = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/net/ppp_deflate.ko", {st_mode=S_IFREG|0755, st_size=6468, ...}) = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/net/ppp_generic.ko", {st_mode=S_IFREG|0755, st_size=24315, ...}) = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/net/ppp_mppe.ko", {st_mode=S_IFREG|0755, st_size=8202, ...}) = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/net/ppp_synctty.ko", {st_mode=S_IFREG|0755, st_size=9096, ...}) = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/net/slhc.ko", {st_mode=S_IFREG|0755, st_size=6592, ...}) = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/net/tun.ko", {st_mode=S_IFREG|0755, st_size=10595, ...}) = 0
[pid 18470] getdents64(8, /* 0 entries */, 4096) = 0
[pid 18470] close(8)                    = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/usb", {st_mode=S_IFDIR|0755, st_size=16, ...}) = 0
[pid 18470] open("/lib/modules/2.6.23.9-default/kernel/drivers/usb", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 8
[pid 18470] fstat64(8, {st_mode=S_IFDIR|0755, st_size=16, ...}) = 0
[pid 18470] fcntl64(8, F_SETFD, FD_CLOEXEC) = 0
[pid 18470] getdents64(8, /* 1 entries */, 4096) = 24
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/usb/net", {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
[pid 18470] open("/lib/modules/2.6.23.9-default/kernel/drivers/usb/net", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 9
[pid 18470] fstat64(9, {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
[pid 18470] fcntl64(9, F_SETFD, FD_CLOEXEC) = 0
[pid 18470] brk(0)                      = 0x8180000
[pid 18470] brk(0x8181000)              = 0x8181000
[pid 18470] getdents64(9, /* 0 entries */, 4096) = 0
[pid 18470] close(9)                    = 0
[pid 18470] getdents64(8, /* 0 entries */, 4096) = 0
[pid 18470] close(8)                    = 0
[pid 18470] getdents64(7, /* 0 entries */, 4096) = 0
[pid 18470] close(7)                    = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/fs", {st_mode=S_IFDIR|0755, st_size=96, ...}) = 0
[pid 18470] open("/lib/modules/2.6.23.9-default/kernel/fs", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 7
[pid 18470] fstat64(7, {st_mode=S_IFDIR|0755, st_size=96, ...}) = 0
[pid 18470] fcntl64(7, F_SETFD, FD_CLOEXEC) = 0
[pid 18470] getdents64(7, /* 5 entries */, 4096) = 152
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/fs/cramfs", {st_mode=S_IFDIR|0755, st_size=24, ...}) = 0
[pid 18470] open("/lib/modules/2.6.23.9-default/kernel/fs/cramfs", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 8
[pid 18470] fstat64(8, {st_mode=S_IFDIR|0755, st_size=24, ...}) = 0
[pid 18470] fcntl64(8, F_SETFD, FD_CLOEXEC) = 0
[pid 18470] getdents64(8, /* 1 entries */, 4096) = 32
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/fs/cramfs/cramfs.ko", {st_mode=S_IFREG|0755, st_size=9380, ...}) = 0
[pid 18470] getdents64(8, /* 0 entries */, 4096) = 0
[pid 18470] close(8)                    = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/fs/isofs", {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
[pid 18470] open("/lib/modules/2.6.23.9-default/kernel/fs/isofs", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 8
[pid 18470] fstat64(8, {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
[pid 18470] fcntl64(8, F_SETFD, FD_CLOEXEC) = 0
[pid 18470] getdents64(8, /* 0 entries */, 4096) = 0
[pid 18470] close(8)                    = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/fs/reiserfs", {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
[pid 18470] open("/lib/modules/2.6.23.9-default/kernel/fs/reiserfs", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 8
[pid 18470] fstat64(8, {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
[pid 18470] fcntl64(8, F_SETFD, FD_CLOEXEC) = 0
[pid 18470] getdents64(8, /* 0 entries */, 4096) = 0
[pid 18470] close(8)                    = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/fs/smbfs", {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
[pid 18470] open("/lib/modules/2.6.23.9-default/kernel/fs/smbfs", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 8
[pid 18470] fstat64(8, {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
[pid 18470] fcntl64(8, F_SETFD, FD_CLOEXEC) = 0
[pid 18470] getdents64(8, /* 0 entries */, 4096) = 0
[pid 18470] close(8)                    = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/fs/udf", {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
[pid 18470] open("/lib/modules/2.6.23.9-default/kernel/fs/udf", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 8
[pid 18470] fstat64(8, {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
[pid 18470] fcntl64(8, F_SETFD, FD_CLOEXEC) = 0
[pid 18470] getdents64(8, /* 0 entries */, 4096) = 0
[pid 18470] close(8)                    = 0
[pid 18470] getdents64(7, /* 0 entries */, 4096) = 0
[pid 18470] close(7)                    = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/lib", {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
[pid 18470] open("/lib/modules/2.6.23.9-default/kernel/lib", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 7
[pid 18470] fstat64(7, {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
[pid 18470] fcntl64(7, F_SETFD, FD_CLOEXEC) = 0
[pid 18470] getdents64(7, /* 0 entries */, 4096) = 0
[pid 18470] close(7)                    = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/net", {st_mode=S_IFDIR|0755, st_size=108, ...}) = 0
[pid 18470] open("/lib/modules/2.6.23.9-default/kernel/net", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 7
[pid 18470] fstat64(7, {st_mode=S_IFDIR|0755, st_size=108, ...}) = 0
[pid 18470] fcntl64(7, F_SETFD, FD_CLOEXEC) = 0
[pid 18470] getdents64(7, /* 6 entries */, 4096) = 168
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/net/8021q", {st_mode=S_IFDIR|0755, st_size=20, ...}) = 0
[pid 18470] open("/lib/modules/2.6.23.9-default/kernel/net/8021q", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 8
[pid 18470] fstat64(8, {st_mode=S_IFDIR|0755, st_size=20, ...}) = 0
[pid 18470] fcntl64(8, F_SETFD, FD_CLOEXEC) = 0
[pid 18470] getdents64(8, /* 1 entries */, 4096) = 32
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/net/8021q/8021q.ko", {st_mode=S_IFREG|0755, st_size=21970, ...}) = 0
[pid 18470] getdents64(8, /* 0 entries */, 4096) = 0
[pid 18470] close(8)                    = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/net/atm", {st_mode=S_IFDIR|0755, st_size=64, ...}) = 0
[pid 18470] open("/lib/modules/2.6.23.9-default/kernel/net/atm", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 8
[pid 18470] fstat64(8, {st_mode=S_IFDIR|0755, st_size=64, ...}) = 0
[pid 18470] fcntl64(8, F_SETFD, FD_CLOEXEC) = 0
[pid 18470] getdents64(8, /* 3 entries */, 4096) = 96
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/net/atm/atm.ko", {st_mode=S_IFREG|0755, st_size=45039, ...}) = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/net/atm/br2684.ko", {st_mode=S_IFREG|0755, st_size=9197, ...}) = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/net/atm/clip.ko", {st_mode=S_IFREG|0755, st_size=14837, ...}) = 0
[pid 18470] getdents64(8, /* 0 entries */, 4096) = 0
[pid 18470] close(8)                    = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge", {st_mode=S_IFDIR|0755, st_size=48, ...}) = 0
[pid 18470] open("/lib/modules/2.6.23.9-default/kernel/net/bridge", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 8
[pid 18470] fstat64(8, {st_mode=S_IFDIR|0755, st_size=48, ...}) = 0
[pid 18470] fcntl64(8, F_SETFD, FD_CLOEXEC) = 0
[pid 18470] getdents64(8, /* 2 entries */, 4096) = 64
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/bridge.ko", {st_mode=S_IFREG|0755, st_size=58477, ...}) = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter", {st_mode=S_IFDIR|0755, st_size=572, ...}) = 0
[pid 18470] open("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 9
[pid 18470] fstat64(9, {st_mode=S_IFDIR|0755, st_size=572, ...}) = 0
[pid 18470] fcntl64(9, F_SETFD, FD_CLOEXEC) = 0
[pid 18470] getdents64(9, /* 22 entries */, 4096) = 776
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebt_802_3.ko", {st_mode=S_IFREG|0755, st_size=2837, ...}) = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebt_among.ko", {st_mode=S_IFREG|0755, st_size=4508, ...}) = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebt_arp.ko", {st_mode=S_IFREG|0755, st_size=3726, ...}) = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebt_arpreply.ko", {st_mode=S_IFREG|0755, st_size=3416, ...}) = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebt_dnat.ko", {st_mode=S_IFREG|0755, st_size=3221, ...}) = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebt_ip.ko", {st_mode=S_IFREG|0755, st_size=3439, ...}) = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebt_ipdaddr.ko", {st_mode=S_IFREG|0755, st_size=4409, ...}) = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebt_ipsaddr.ko", {st_mode=S_IFREG|0755, st_size=4409, ...}) = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebt_limit.ko", {st_mode=S_IFREG|0755, st_size=3369, ...}) = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebt_log.ko", {st_mode=S_IFREG|0755, st_size=5332, ...}) = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebt_mark.ko", {st_mode=S_IFREG|0755, st_size=2839, ...}) = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebt_mark_m.ko", {st_mode=S_IFREG|0755, st_size=2774, ...}) = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebt_pkttype.ko", {st_mode=S_IFREG|0755, st_size=2723, ...}) = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebt_redirect.ko", {st_mode=S_IFREG|0755, st_size=3288, ...}) = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebt_snat.ko", {st_mode=S_IFREG|0755, st_size=3378, ...}) = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebt_stp.ko", {st_mode=S_IFREG|0755, st_size=3992, ...}) = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebt_ulog.ko", {st_mode=S_IFREG|0755, st_size=7733, ...}) = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebt_vlan.ko", {st_mode=S_IFREG|0755, st_size=4997, ...}) = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebtable_broute.ko", {st_mode=S_IFREG|0755, st_size=3234, ...}) = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebtable_filter.ko", {st_mode=S_IFREG|0755, st_size=3584, ...}) = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebtable_nat.ko", {st_mode=S_IFREG|0755, st_size=3613, ...}) = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebtables.ko", {st_mode=S_IFREG|0755, st_size=21295, ...}) = 0
[pid 18470] getdents64(9, /* 0 entries */, 4096) = 0
[pid 18470] close(9)                    = 0
[pid 18470] getdents64(8, /* 0 entries */, 4096) = 0
[pid 18470] close(8)                    = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/net/core", {st_mode=S_IFDIR|0755, st_size=24, ...}) = 0
[pid 18470] open("/lib/modules/2.6.23.9-default/kernel/net/core", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 8
[pid 18470] fstat64(8, {st_mode=S_IFDIR|0755, st_size=24, ...}) = 0
[pid 18470] fcntl64(8, F_SETFD, FD_CLOEXEC) = 0
[pid 18470] getdents64(8, /* 1 entries */, 4096) = 32
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/net/core/pktgen.ko", {st_mode=S_IFREG|0755, st_size=44932, ...}) = 0
[pid 18470] getdents64(8, /* 0 entries */, 4096) = 0
[pid 18470] close(8)                    = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/net/ipv4", {st_mode=S_IFDIR|0755, st_size=24, ...}) = 0
[pid 18470] open("/lib/modules/2.6.23.9-default/kernel/net/ipv4", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 8
[pid 18470] fstat64(8, {st_mode=S_IFDIR|0755, st_size=24, ...}) = 0
[pid 18470] fcntl64(8, F_SETFD, FD_CLOEXEC) = 0
[pid 18470] getdents64(8, /* 1 entries */, 4096) = 32
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/net/ipv4/netfilter", {st_mode=S_IFDIR|0755, st_size=28, ...}) = 0
[pid 18470] open("/lib/modules/2.6.23.9-default/kernel/net/ipv4/netfilter", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 9
[pid 18470] fstat64(9, {st_mode=S_IFDIR|0755, st_size=28, ...}) = 0
[pid 18470] fcntl64(9, F_SETFD, FD_CLOEXEC) = 0
[pid 18470] getdents64(9, /* 1 entries */, 4096) = 40
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/net/ipv4/netfilter/ipt_CLUSTERIP.ko", {st_mode=S_IFREG|0755, st_size=9564, ...}) = 0
[pid 18470] getdents64(9, /* 0 entries */, 4096) = 0
[pid 18470] close(9)                    = 0
[pid 18470] getdents64(8, /* 0 entries */, 4096) = 0
[pid 18470] close(8)                    = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched", {st_mode=S_IFDIR|0755, st_size=648, ...}) = 0
[pid 18470] open("/lib/modules/2.6.23.9-default/kernel/net/sched", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 8
[pid 18470] fstat64(8, {st_mode=S_IFDIR|0755, st_size=648, ...}) = 0
[pid 18470] fcntl64(8, F_SETFD, FD_CLOEXEC) = 0
[pid 18470] getdents64(8, /* 26 entries */, 4096) = 880
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/act_gact.ko", {st_mode=S_IFREG|0755, st_size=4973, ...}) = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/act_ipt.ko", {st_mode=S_IFREG|0755, st_size=6243, ...}) = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/act_mirred.ko", {st_mode=S_IFREG|0755, st_size=5582, ...}) = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/act_pedit.ko", {st_mode=S_IFREG|0755, st_size=5510, ...}) = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/act_police.ko", {st_mode=S_IFREG|0755, st_size=6451, ...}) = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/act_simple.ko", {st_mode=S_IFREG|0755, st_size=5001, ...}) = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/cls_basic.ko", {st_mode=S_IFREG|0755, st_size=5729, ...}) = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/cls_fw.ko", {st_mode=S_IFREG|0755, st_size=5396, ...}) = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/cls_route.ko", {st_mode=S_IFREG|0755, st_size=7185, ...}) = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/cls_rsvp.ko", {st_mode=S_IFREG|0755, st_size=7095, ...}) = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/cls_tcindex.ko", {st_mode=S_IFREG|0755, st_size=7627, ...}) = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/cls_u32.ko", {st_mode=S_IFREG|0755, st_size=8276, ...}) = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/sch_atm.ko", {st_mode=S_IFREG|0755, st_size=8177, ...}) = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/sch_cbq.ko", {st_mode=S_IFREG|0755, st_size=16919, ...}) = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/sch_csz.ko", {st_mode=S_IFREG|0755, st_size=8449, ...}) = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/sch_dsmark.ko", {st_mode=S_IFREG|0755, st_size=6721, ...}) = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/sch_gred.ko", {st_mode=S_IFREG|0755, st_size=8798, ...}) = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/sch_hfsc.ko", {st_mode=S_IFREG|0755, st_size=18166, ...}) = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/sch_htb.ko", {st_mode=S_IFREG|0755, st_size=16942, ...}) = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/sch_ingress.ko", {st_mode=S_IFREG|0755, st_size=4347, ...}) = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/sch_netem.ko", {st_mode=S_IFREG|0755, st_size=8878, ...}) = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/sch_prio.ko", {st_mode=S_IFREG|0755, st_size=6453, ...}) = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/sch_red.ko", {st_mode=S_IFREG|0755, st_size=6816, ...}) = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/sch_sfq.ko", {st_mode=S_IFREG|0755, st_size=6416, ...}) = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/sch_tbf.ko", {st_mode=S_IFREG|0755, st_size=6140, ...}) = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/sch_teql.ko", {st_mode=S_IFREG|0755, st_size=7072, ...}) = 0
[pid 18470] getdents64(8, /* 0 entries */, 4096) = 0
[pid 18470] close(8)                    = 0
[pid 18470] getdents64(7, /* 0 entries */, 4096) = 0
[pid 18470] close(7)                    = 0
[pid 18470] getdents64(6, /* 0 entries */, 4096) = 0
[pid 18470] close(6)                    = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/modules.dep", {st_mode=S_IFREG|0755, st_size=4712, ...}) = 0
[pid 18470] getdents64(5, /* 0 entries */, 4096) = 0
[pid 18470] close(5)                    = 0
[pid 18470] lstat64("/lib", {st_mode=S_IFDIR|0755, st_size=220, ...}) = 0
[pid 18470] lstat64("/lib/modules", {st_mode=S_IFDIR|0755, st_size=28, ...}) = 0
[pid 18470] lstat64("/lib/modules", {st_mode=S_IFDIR|0755, st_size=28, ...}) = 0
[pid 18470] open("/lib/modules", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 5
[pid 18470] fstat64(5, {st_mode=S_IFDIR|0755, st_size=28, ...}) = 0
[pid 18470] fcntl64(5, F_SETFD, FD_CLOEXEC) = 0
[pid 18470] getdents64(5, /* 1 entries */, 4096) = 40
[pid 18470] lstat64("/lib/modules/2.6.23.9-default", {st_mode=S_IFDIR|0755, st_size=44, ...}) = 0
[pid 18470] open("/lib/modules/2.6.23.9-default", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 6
[pid 18470] fstat64(6, {st_mode=S_IFDIR|0755, st_size=44, ...}) = 0
[pid 18470] fcntl64(6, F_SETFD, FD_CLOEXEC) = 0
[pid 18470] getdents64(6, /* 2 entries */, 4096) = 64
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel", {st_mode=S_IFDIR|0755, st_size=68, ...}) = 0
[pid 18470] open("/lib/modules/2.6.23.9-default/kernel", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 7
[pid 18470] fstat64(7, {st_mode=S_IFDIR|0755, st_size=68, ...}) = 0
[pid 18470] fcntl64(7, F_SETFD, FD_CLOEXEC) = 0
[pid 18470] getdents64(7, /* 4 entries */, 4096) = 104
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers", {st_mode=S_IFDIR|0755, st_size=64, ...}) = 0
[pid 18470] open("/lib/modules/2.6.23.9-default/kernel/drivers", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 8
[pid 18470] fstat64(8, {st_mode=S_IFDIR|0755, st_size=64, ...}) = 0
[pid 18470] fcntl64(8, F_SETFD, FD_CLOEXEC) = 0
[pid 18470] getdents64(8, /* 4 entries */, 4096) = 96
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/acpi", {st_mode=S_IFDIR|0755, st_size=184, ...}) = 0
[pid 18470] open("/lib/modules/2.6.23.9-default/kernel/drivers/acpi", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 9
[pid 18470] fstat64(9, {st_mode=S_IFDIR|0755, st_size=184, ...}) = 0
[pid 18470] fcntl64(9, F_SETFD, FD_CLOEXEC) = 0
[pid 18470] getdents64(9, /* 8 entries */, 4096) = 256
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/acpi/ac.ko", {st_mode=S_IFREG|0644, st_size=6132, ...}) = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/acpi/asus_acpi.ko", {st_mode=S_IFREG|0644, st_size=21711, ...}) = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/acpi/battery.ko", {st_mode=S_IFREG|0644, st_size=14467, ...}) = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/acpi/button.ko", {st_mode=S_IFREG|0644, st_size=9165, ...}) = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/acpi/container.ko", {st_mode=S_IFREG|0644, st_size=5791, ...}) = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/acpi/fan.ko", {st_mode=S_IFREG|0644, st_size=6034, ...}) = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/acpi/processor.ko", {st_mode=S_IFREG|0644, st_size=34510, ...}) = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/acpi/thermal.ko", {st_mode=S_IFREG|0644, st_size=21465, ...}) = 0
[pid 18470] getdents64(9, /* 0 entries */, 4096) = 0
[pid 18470] close(9)                    = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/char", {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
[pid 18470] open("/lib/modules/2.6.23.9-default/kernel/drivers/char", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 9
[pid 18470] fstat64(9, {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
[pid 18470] fcntl64(9, F_SETFD, FD_CLOEXEC) = 0
[pid 18470] getdents64(9, /* 0 entries */, 4096) = 0
[pid 18470] close(9)                    = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/net", {st_mode=S_IFDIR|0755, st_size=268, ...}) = 0
[pid 18470] open("/lib/modules/2.6.23.9-default/kernel/drivers/net", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 9
[pid 18470] fstat64(9, {st_mode=S_IFDIR|0755, st_size=268, ...}) = 0
[pid 18470] fcntl64(9, F_SETFD, FD_CLOEXEC) = 0
[pid 18470] getdents64(9, /* 11 entries */, 4096) = 384
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/net/8139too.ko", {st_mode=S_IFREG|0755, st_size=29763, ...}) = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/net/bsd_comp.ko", {st_mode=S_IFREG|0644, st_size=6735, ...}) = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/net/dummy.ko", {st_mode=S_IFREG|0755, st_size=4402, ...}) = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/net/netconsole.ko", {st_mode=S_IFREG|0644, st_size=4059, ...}) = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/net/ppp_async.ko", {st_mode=S_IFREG|0755, st_size=10569, ...}) = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/net/ppp_deflate.ko", {st_mode=S_IFREG|0755, st_size=6468, ...}) = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/net/ppp_generic.ko", {st_mode=S_IFREG|0755, st_size=24315, ...}) = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/net/ppp_mppe.ko", {st_mode=S_IFREG|0755, st_size=8202, ...}) = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/net/ppp_synctty.ko", {st_mode=S_IFREG|0755, st_size=9096, ...}) = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/net/slhc.ko", {st_mode=S_IFREG|0755, st_size=6592, ...}) = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/net/tun.ko", {st_mode=S_IFREG|0755, st_size=10595, ...}) = 0
[pid 18470] getdents64(9, /* 0 entries */, 4096) = 0
[pid 18470] close(9)                    = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/usb", {st_mode=S_IFDIR|0755, st_size=16, ...}) = 0
[pid 18470] open("/lib/modules/2.6.23.9-default/kernel/drivers/usb", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 9
[pid 18470] fstat64(9, {st_mode=S_IFDIR|0755, st_size=16, ...}) = 0
[pid 18470] fcntl64(9, F_SETFD, FD_CLOEXEC) = 0
[pid 18470] getdents64(9, /* 1 entries */, 4096) = 24
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/drivers/usb/net", {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
[pid 18470] open("/lib/modules/2.6.23.9-default/kernel/drivers/usb/net", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 10
[pid 18470] fstat64(10, {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
[pid 18470] fcntl64(10, F_SETFD, FD_CLOEXEC) = 0
[pid 18470] brk(0)                      = 0x8181000
[pid 18470] brk(0x8182000)              = 0x8182000
[pid 18470] getdents64(10, /* 0 entries */, 4096) = 0
[pid 18470] close(10)                   = 0
[pid 18470] getdents64(9, /* 0 entries */, 4096) = 0
[pid 18470] close(9)                    = 0
[pid 18470] getdents64(8, /* 0 entries */, 4096) = 0
[pid 18470] close(8)                    = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/fs", {st_mode=S_IFDIR|0755, st_size=96, ...}) = 0
[pid 18470] open("/lib/modules/2.6.23.9-default/kernel/fs", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 8
[pid 18470] fstat64(8, {st_mode=S_IFDIR|0755, st_size=96, ...}) = 0
[pid 18470] fcntl64(8, F_SETFD, FD_CLOEXEC) = 0
[pid 18470] getdents64(8, /* 5 entries */, 4096) = 152
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/fs/cramfs", {st_mode=S_IFDIR|0755, st_size=24, ...}) = 0
[pid 18470] open("/lib/modules/2.6.23.9-default/kernel/fs/cramfs", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 9
[pid 18470] fstat64(9, {st_mode=S_IFDIR|0755, st_size=24, ...}) = 0
[pid 18470] fcntl64(9, F_SETFD, FD_CLOEXEC) = 0
[pid 18470] getdents64(9, /* 1 entries */, 4096) = 32
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/fs/cramfs/cramfs.ko", {st_mode=S_IFREG|0755, st_size=9380, ...}) = 0
[pid 18470] getdents64(9, /* 0 entries */, 4096) = 0
[pid 18470] close(9)                    = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/fs/isofs", {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
[pid 18470] open("/lib/modules/2.6.23.9-default/kernel/fs/isofs", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 9
[pid 18470] fstat64(9, {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
[pid 18470] fcntl64(9, F_SETFD, FD_CLOEXEC) = 0
[pid 18470] getdents64(9, /* 0 entries */, 4096) = 0
[pid 18470] close(9)                    = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/fs/reiserfs", {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
[pid 18470] open("/lib/modules/2.6.23.9-default/kernel/fs/reiserfs", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 9
[pid 18470] fstat64(9, {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
[pid 18470] fcntl64(9, F_SETFD, FD_CLOEXEC) = 0
[pid 18470] getdents64(9, /* 0 entries */, 4096) = 0
[pid 18470] close(9)                    = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/fs/smbfs", {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
[pid 18470] open("/lib/modules/2.6.23.9-default/kernel/fs/smbfs", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 9
[pid 18470] fstat64(9, {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
[pid 18470] fcntl64(9, F_SETFD, FD_CLOEXEC) = 0
[pid 18470] getdents64(9, /* 0 entries */, 4096) = 0
[pid 18470] close(9)                    = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/fs/udf", {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
[pid 18470] open("/lib/modules/2.6.23.9-default/kernel/fs/udf", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 9
[pid 18470] fstat64(9, {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
[pid 18470] fcntl64(9, F_SETFD, FD_CLOEXEC) = 0
[pid 18470] getdents64(9, /* 0 entries */, 4096) = 0
[pid 18470] close(9)                    = 0
[pid 18470] getdents64(8, /* 0 entries */, 4096) = 0
[pid 18470] close(8)                    = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/lib", {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
[pid 18470] open("/lib/modules/2.6.23.9-default/kernel/lib", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 8
[pid 18470] fstat64(8, {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
[pid 18470] fcntl64(8, F_SETFD, FD_CLOEXEC) = 0
[pid 18470] getdents64(8, /* 0 entries */, 4096) = 0
[pid 18470] close(8)                    = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/net", {st_mode=S_IFDIR|0755, st_size=108, ...}) = 0
[pid 18470] open("/lib/modules/2.6.23.9-default/kernel/net", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 8
[pid 18470] fstat64(8, {st_mode=S_IFDIR|0755, st_size=108, ...}) = 0
[pid 18470] fcntl64(8, F_SETFD, FD_CLOEXEC) = 0
[pid 18470] getdents64(8, /* 6 entries */, 4096) = 168
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/net/8021q", {st_mode=S_IFDIR|0755, st_size=20, ...}) = 0
[pid 18470] open("/lib/modules/2.6.23.9-default/kernel/net/8021q", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 9
[pid 18470] fstat64(9, {st_mode=S_IFDIR|0755, st_size=20, ...}) = 0
[pid 18470] fcntl64(9, F_SETFD, FD_CLOEXEC) = 0
[pid 18470] getdents64(9, /* 1 entries */, 4096) = 32
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/net/8021q/8021q.ko", {st_mode=S_IFREG|0755, st_size=21970, ...}) = 0
[pid 18470] getdents64(9, /* 0 entries */, 4096) = 0
[pid 18470] close(9)                    = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/net/atm", {st_mode=S_IFDIR|0755, st_size=64, ...}) = 0
[pid 18470] open("/lib/modules/2.6.23.9-default/kernel/net/atm", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 9
[pid 18470] fstat64(9, {st_mode=S_IFDIR|0755, st_size=64, ...}) = 0
[pid 18470] fcntl64(9, F_SETFD, FD_CLOEXEC) = 0
[pid 18470] getdents64(9, /* 3 entries */, 4096) = 96
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/net/atm/atm.ko", {st_mode=S_IFREG|0755, st_size=45039, ...}) = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/net/atm/br2684.ko", {st_mode=S_IFREG|0755, st_size=9197, ...}) = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/net/atm/clip.ko", {st_mode=S_IFREG|0755, st_size=14837, ...}) = 0
[pid 18470] getdents64(9, /* 0 entries */, 4096) = 0
[pid 18470] close(9)                    = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge", {st_mode=S_IFDIR|0755, st_size=48, ...}) = 0
[pid 18470] open("/lib/modules/2.6.23.9-default/kernel/net/bridge", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 9
[pid 18470] fstat64(9, {st_mode=S_IFDIR|0755, st_size=48, ...}) = 0
[pid 18470] fcntl64(9, F_SETFD, FD_CLOEXEC) = 0
[pid 18470] getdents64(9, /* 2 entries */, 4096) = 64
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/bridge.ko", {st_mode=S_IFREG|0755, st_size=58477, ...}) = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter", {st_mode=S_IFDIR|0755, st_size=572, ...}) = 0
[pid 18470] open("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 10
[pid 18470] fstat64(10, {st_mode=S_IFDIR|0755, st_size=572, ...}) = 0
[pid 18470] fcntl64(10, F_SETFD, FD_CLOEXEC) = 0
[pid 18470] getdents64(10, /* 22 entries */, 4096) = 776
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebt_802_3.ko", {st_mode=S_IFREG|0755, st_size=2837, ...}) = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebt_among.ko", {st_mode=S_IFREG|0755, st_size=4508, ...}) = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebt_arp.ko", {st_mode=S_IFREG|0755, st_size=3726, ...}) = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebt_arpreply.ko", {st_mode=S_IFREG|0755, st_size=3416, ...}) = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebt_dnat.ko", {st_mode=S_IFREG|0755, st_size=3221, ...}) = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebt_ip.ko", {st_mode=S_IFREG|0755, st_size=3439, ...}) = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebt_ipdaddr.ko", {st_mode=S_IFREG|0755, st_size=4409, ...}) = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebt_ipsaddr.ko", {st_mode=S_IFREG|0755, st_size=4409, ...}) = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebt_limit.ko", {st_mode=S_IFREG|0755, st_size=3369, ...}) = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebt_log.ko", {st_mode=S_IFREG|0755, st_size=5332, ...}) = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebt_mark.ko", {st_mode=S_IFREG|0755, st_size=2839, ...}) = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebt_mark_m.ko", {st_mode=S_IFREG|0755, st_size=2774, ...}) = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebt_pkttype.ko", {st_mode=S_IFREG|0755, st_size=2723, ...}) = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebt_redirect.ko", {st_mode=S_IFREG|0755, st_size=3288, ...}) = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebt_snat.ko", {st_mode=S_IFREG|0755, st_size=3378, ...}) = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebt_stp.ko", {st_mode=S_IFREG|0755, st_size=3992, ...}) = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebt_ulog.ko", {st_mode=S_IFREG|0755, st_size=7733, ...}) = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebt_vlan.ko", {st_mode=S_IFREG|0755, st_size=4997, ...}) = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebtable_broute.ko", {st_mode=S_IFREG|0755, st_size=3234, ...}) = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebtable_filter.ko", {st_mode=S_IFREG|0755, st_size=3584, ...}) = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebtable_nat.ko", {st_mode=S_IFREG|0755, st_size=3613, ...}) = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/net/bridge/netfilter/ebtables.ko", {st_mode=S_IFREG|0755, st_size=21295, ...}) = 0
[pid 18470] getdents64(10, /* 0 entries */, 4096) = 0
[pid 18470] close(10)                   = 0
[pid 18470] getdents64(9, /* 0 entries */, 4096) = 0
[pid 18470] close(9)                    = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/net/core", {st_mode=S_IFDIR|0755, st_size=24, ...}) = 0
[pid 18470] open("/lib/modules/2.6.23.9-default/kernel/net/core", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 9
[pid 18470] fstat64(9, {st_mode=S_IFDIR|0755, st_size=24, ...}) = 0
[pid 18470] fcntl64(9, F_SETFD, FD_CLOEXEC) = 0
[pid 18470] getdents64(9, /* 1 entries */, 4096) = 32
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/net/core/pktgen.ko", {st_mode=S_IFREG|0755, st_size=44932, ...}) = 0
[pid 18470] getdents64(9, /* 0 entries */, 4096) = 0
[pid 18470] close(9)                    = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/net/ipv4", {st_mode=S_IFDIR|0755, st_size=24, ...}) = 0
[pid 18470] open("/lib/modules/2.6.23.9-default/kernel/net/ipv4", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 9
[pid 18470] fstat64(9, {st_mode=S_IFDIR|0755, st_size=24, ...}) = 0
[pid 18470] fcntl64(9, F_SETFD, FD_CLOEXEC) = 0
[pid 18470] getdents64(9, /* 1 entries */, 4096) = 32
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/net/ipv4/netfilter", {st_mode=S_IFDIR|0755, st_size=28, ...}) = 0
[pid 18470] open("/lib/modules/2.6.23.9-default/kernel/net/ipv4/netfilter", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 10
[pid 18470] fstat64(10, {st_mode=S_IFDIR|0755, st_size=28, ...}) = 0
[pid 18470] fcntl64(10, F_SETFD, FD_CLOEXEC) = 0
[pid 18470] getdents64(10, /* 1 entries */, 4096) = 40
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/net/ipv4/netfilter/ipt_CLUSTERIP.ko", {st_mode=S_IFREG|0755, st_size=9564, ...}) = 0
[pid 18470] getdents64(10, /* 0 entries */, 4096) = 0
[pid 18470] close(10)                   = 0
[pid 18470] getdents64(9, /* 0 entries */, 4096) = 0
[pid 18470] close(9)                    = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched", {st_mode=S_IFDIR|0755, st_size=648, ...}) = 0
[pid 18470] open("/lib/modules/2.6.23.9-default/kernel/net/sched", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 9
[pid 18470] fstat64(9, {st_mode=S_IFDIR|0755, st_size=648, ...}) = 0
[pid 18470] fcntl64(9, F_SETFD, FD_CLOEXEC) = 0
[pid 18470] getdents64(9, /* 26 entries */, 4096) = 880
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/act_gact.ko", {st_mode=S_IFREG|0755, st_size=4973, ...}) = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/act_ipt.ko", {st_mode=S_IFREG|0755, st_size=6243, ...}) = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/act_mirred.ko", {st_mode=S_IFREG|0755, st_size=5582, ...}) = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/act_pedit.ko", {st_mode=S_IFREG|0755, st_size=5510, ...}) = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/act_police.ko", {st_mode=S_IFREG|0755, st_size=6451, ...}) = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/act_simple.ko", {st_mode=S_IFREG|0755, st_size=5001, ...}) = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/cls_basic.ko", {st_mode=S_IFREG|0755, st_size=5729, ...}) = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/cls_fw.ko", {st_mode=S_IFREG|0755, st_size=5396, ...}) = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/cls_route.ko", {st_mode=S_IFREG|0755, st_size=7185, ...}) = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/cls_rsvp.ko", {st_mode=S_IFREG|0755, st_size=7095, ...}) = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/cls_tcindex.ko", {st_mode=S_IFREG|0755, st_size=7627, ...}) = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/cls_u32.ko", {st_mode=S_IFREG|0755, st_size=8276, ...}) = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/sch_atm.ko", {st_mode=S_IFREG|0755, st_size=8177, ...}) = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/sch_cbq.ko", {st_mode=S_IFREG|0755, st_size=16919, ...}) = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/sch_csz.ko", {st_mode=S_IFREG|0755, st_size=8449, ...}) = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/sch_dsmark.ko", {st_mode=S_IFREG|0755, st_size=6721, ...}) = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/sch_gred.ko", {st_mode=S_IFREG|0755, st_size=8798, ...}) = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/sch_hfsc.ko", {st_mode=S_IFREG|0755, st_size=18166, ...}) = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/sch_htb.ko", {st_mode=S_IFREG|0755, st_size=16942, ...}) = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/sch_ingress.ko", {st_mode=S_IFREG|0755, st_size=4347, ...}) = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/sch_netem.ko", {st_mode=S_IFREG|0755, st_size=8878, ...}) = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/sch_prio.ko", {st_mode=S_IFREG|0755, st_size=6453, ...}) = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/sch_red.ko", {st_mode=S_IFREG|0755, st_size=6816, ...}) = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/sch_sfq.ko", {st_mode=S_IFREG|0755, st_size=6416, ...}) = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/sch_tbf.ko", {st_mode=S_IFREG|0755, st_size=6140, ...}) = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/kernel/net/sched/sch_teql.ko", {st_mode=S_IFREG|0755, st_size=7072, ...}) = 0
[pid 18470] getdents64(9, /* 0 entries */, 4096) = 0
[pid 18470] close(9)                    = 0
[pid 18470] getdents64(8, /* 0 entries */, 4096) = 0
[pid 18470] close(8)                    = 0
[pid 18470] getdents64(7, /* 0 entries */, 4096) = 0
[pid 18470] close(7)                    = 0
[pid 18470] lstat64("/lib/modules/2.6.23.9-default/modules.dep", {st_mode=S_IFREG|0755, st_size=4712, ...}) = 0
[pid 18470] getdents64(6, /* 0 entries */, 4096) = 0
[pid 18470] close(6)                    = 0
[pid 18470] getdents64(5, /* 0 entries */, 4096) = 0
[pid 18470] close(5)                    = 0
[pid 18470] write(2, "insmod: ", 8insmod: )     = 8
[pid 18470] write(2, "ip_tables.ko: no module by that "..., 42ip_tables.ko: no module by that name found) = 42
[pid 18470] write(2, "\n", 1
)           = 1
[pid 18470] exit_group(1)               = ?
[pid 18469] <... wait4 resumed> [WIFEXITED(s) && WEXITSTATUS(s) == 1], 0, NULL) = 18470
[pid 18469] --- SIGCHLD (Child exited) @ 0 (0) ---
[pid 18469] exit_group(1)               = ?
[pid 18468] <... wait4 resumed> [WIFEXITED(s) && WEXITSTATUS(s) == 1], 0, NULL) = 18469
[pid 18468] rt_sigaction(SIGINT, {SIG_DFL}, NULL, 8) = 0
[pid 18468] rt_sigaction(SIGQUIT, {SIG_DFL}, NULL, 8) = 0
[pid 18468] rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
[pid 18468] --- SIGCHLD (Child exited) @ 0 (0) ---
[pid 18468] write(2, "modprobe: ", 10modprobe: )  = 10
[pid 18468] write(2, "failed to load module ip_tables", 31failed to load module ip_tables) = 31
[pid 18468] write(2, "\n", 1
)           = 1
[pid 18468] exit_group(1)               = ?
<... wait4 resumed> [WIFEXITED(s) && WEXITSTATUS(s) == 1], 0, NULL) = 18468
--- SIGCHLD (Child exited) @ 0 (0) ---
getsockopt(4, SOL_IP, 0x43 /* IP_??? */, 0xbfa04f60, 0xbfa04f5c) = -1 EPROTONOSUPPORT (Protocol not supported)
close(4)                                = 0
close(3)                                = 0
write(1, "    0     0 MARK       all  --  "..., 2342    0     0 MARK       all  --  *      *       10.0.20.2            0.0.0.0/0           MARK set 0x14 
    0     0 MARK       all  --  *      *       10.0.19.2            0.0.0.0/0           MARK set 0x13 
    0     0 MARK       all  --  *      *       10.0.18.2            0.0.0.0/0           MARK set 0x12 
    0     0 MARK       all  --  *      *       10.0.17.2            0.0.0.0/0           MARK set 0x11 
    0     0 MARK       all  --  *      *       10.0.16.2            0.0.0.0/0           MARK set 0x10 
    0     0 MARK       all  --  *      *       10.0.15.2            0.0.0.0/0           MARK set 0xf 
    0     0 MARK       all  --  *      *       10.0.14.2            0.0.0.0/0           MARK set 0xe 
    0     0 MARK       all  --  *      *       10.0.13.2            0.0.0.0/0           MARK set 0xd 
    0     0 MARK       all  --  *      *       10.0.12.2            0.0.0.0/0           MARK set 0xc 
    0     0 MARK       all  --  *      *       10.0.11.2            0.0.0.0/0           MARK set 0xb 
    0     0 MARK       all  --  *      *       10.0.10.2            0.0.0.0/0           MARK set 0xa 
    0     0 MARK       all  --  *      *       10.0.9.2             0.0.0.0/0           MARK set 0x9 
    0     0 MARK       all  --  *      *       10.0.8.2             0.0.0.0/0           MARK set 0x8 
    0     0 MARK       all  --  *      *       10.0.7.2             0.0.0.0/0           MARK set 0x7 
    0     0 MARK       all  --  *      *       10.0.6.2             0.0.0.0/0           MARK set 0x6 
    0     0 MARK       all  --  *      *       10.0.5.2             0.0.0.0/0           MARK set 0x5 
    0     0 MARK       all  --  *      *       10.0.4.2             0.0.0.0/0           MARK set 0x4 
    0     0 MARK       all  --  *      *       10.0.3.2             0.0.0.0/0           MARK set 0x3 
    0     0 MARK       all  --  *      *       10.0.2.2             0.0.0.0/0           MARK set 0x2 
    0     0 MARK       all  --  *      *       10.0.1.2             0.0.0.0/0           MARK set 0x1 

Chain OUTPUT (policy ACCEPT 18985 packets, 2739K bytes)
 pkts bytes target     prot opt in     out     source               destination         

Chain POSTROUTING (policy ACCEPT 18986 packets, 2739K bytes)
 pkts bytes target     prot opt in     out     source               destination         
) = 2342
munmap(0xb7e47000, 4096)                = 0
exit_group(0)                           = ?

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

* Re: IPTables
@ 2012-04-14 12:20 nullv
  0 siblings, 0 replies; 73+ messages in thread
From: nullv @ 2012-04-14 12:20 UTC (permalink / raw)
  To: Amos Jeffries; +Cc: Ethy H. Brito, netfilter-owner, Al Grant, netfilter

Sorry I meant non-routable. Routers on the internet are meant to ignore those addresses. 10.x/8 192.168.x/16 172.16.x/20
------Original Message------
From: Amos Jeffries
To: nullv@gmx.com
Cc: Ethy H. Brito
Cc: netfilter-owner@vger.kernel.org
Cc: Al Grant
Cc: netfilter
Subject: Re: IPTables
Sent: Apr 14, 2012 11:35 AM

On 14/04/2012 11:54 a.m., nullv@gmx.com wrote:
> It can't be. it's a link-local address

The difference between IPv4 and IPv6. IPv4 has no link-local limitation 
outside of 127.0.0.0/8 built into the hardware, it *can* leak into the 
WAN if you configure things non-standard.

AYJ

> ------Original Message------
> From: Ethy H. Brito
>
> On Wed, 11 Apr 2012 15:03:46 +1200
> Al Grant wrote:
>
>> Hiya All,
>>
>> I am after a little guidance please on the following problem:
>>
>> My topology is as follows:
>>
>> inet----router 192.168.1.254-------wlan0 192.168.1.71&&  eth0
>> 192.168.70.121------ip camera 192.168.70.140:80
>>
>> Note:
>>
>> (1) eth0 and wlan0 are on a PC running Ubuntu.
>>
>> (2) Port 5555 on the router is forwarded to 80 on 192.168.1.71
>>
>> (2) in sysctl I have set sysctl net.ipv4.ip_forward=1
>>
>> Now what I need to do is to be able to access the IP camera from the
>> inet.
>>
>> So I have tried adding IPTables:
>>
>> iptables -t nat -A PREROUTING -i wlan0 -d 192.168.1.71 -p tcp --dport
>> 5555 -j DNAT --to 192.168.70.140:80
>>
>> Now this should allow me to access the camera by pointing a web
>> browser to the real world public ip on port 5555, however I get page
>> cannot be displayed.
> Hi
>
> just to be sure: 192.168.1.71 is NOT your "real world public ip", is it?
>
> Ethy
> --
> To unsubscribe from this list: send the line "unsubscribe netfilter" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>
> N‹§²æìr¸›yúèšØb²X¬¶Ç§vØ^–)Þº{.nÇ+‰·§z×â–׫Š{ayº\x1dʇڙë,j\a­¢f£¢·hš‹àz¹\x1e®w¥¢¸\f¢·¦j:+v‰¨ŠwèjØm¶Ÿÿ¾\a«‘êçzZ+ƒùšŽŠÝ¢j"ú!tml=



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

* Re: IPTables
  2012-04-13 23:54 IPTables nullv
@ 2012-04-14  9:35 ` Amos Jeffries
  0 siblings, 0 replies; 73+ messages in thread
From: Amos Jeffries @ 2012-04-14  9:35 UTC (permalink / raw)
  To: nullv; +Cc: Ethy H. Brito, netfilter-owner, Al Grant, netfilter

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset="windows-1254"; format="flowed", Size: 1696 bytes --]

On 14/04/2012 11:54 a.m., nullv@gmx.com wrote:
> It can't be. it's a link-local address

The difference between IPv4 and IPv6. IPv4 has no link-local limitation 
outside of 127.0.0.0/8 built into the hardware, it *can* leak into the 
WAN if you configure things non-standard.

AYJ

> ------Original Message------
> From: Ethy H. Brito
>
> On Wed, 11 Apr 2012 15:03:46 +1200
> Al Grant wrote:
>
>> Hiya All,
>>
>> I am after a little guidance please on the following problem:
>>
>> My topology is as follows:
>>
>> inet----router 192.168.1.254-------wlan0 192.168.1.71&&  eth0
>> 192.168.70.121------ip camera 192.168.70.140:80
>>
>> Note:
>>
>> (1) eth0 and wlan0 are on a PC running Ubuntu.
>>
>> (2) Port 5555 on the router is forwarded to 80 on 192.168.1.71
>>
>> (2) in sysctl I have set sysctl net.ipv4.ip_forward=1
>>
>> Now what I need to do is to be able to access the IP camera from the
>> inet.
>>
>> So I have tried adding IPTables:
>>
>> iptables -t nat -A PREROUTING -i wlan0 -d 192.168.1.71 -p tcp --dport
>> 5555 -j DNAT --to 192.168.70.140:80
>>
>> Now this should allow me to access the camera by pointing a web
>> browser to the real world public ip on port 5555, however I get page
>> cannot be displayed.
> Hi
>
> just to be sure: 192.168.1.71 is NOT your "real world public ip", is it?
>
> Ethy
> --
> To unsubscribe from this list: send the line "unsubscribe netfilter" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>
> N‹§²æìr¸›yúèšØb²X¬¶Ç§vØ^–)Þº{.nÇ+‰·§z×â–׫Š{ayº\x1dʇڙë,j\a­¢f£¢·hš‹àz¹\x1e®w¥¢¸\f¢·¦j:+v‰¨ŠwèjØm¶Ÿÿ¾\a«‘êçzZ+ƒùšŽŠÝ¢j"ú!tml=


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

* Re: IPTables
@ 2012-04-13 23:54 nullv
  2012-04-14  9:35 ` IPTables Amos Jeffries
  0 siblings, 1 reply; 73+ messages in thread
From: nullv @ 2012-04-13 23:54 UTC (permalink / raw)
  To: Ethy H. Brito, netfilter-owner, Al Grant; +Cc: netfilter

It can't be. it's a link-local address
------Original Message------
From: Ethy H. Brito
Sender: netfilter-owner@vger.kernel.org
To: Al Grant
Cc: netfilter
Subject: Re: IPTables
Sent: Apr 11, 2012 5:45 AM

On Wed, 11 Apr 2012 15:03:46 +1200
Al Grant <bigal.nz@gmail.com> wrote:

> Hiya All,
> 
> I am after a little guidance please on the following problem:
> 
> My topology is as follows:
> 
> inet----router 192.168.1.254-------wlan0 192.168.1.71 && eth0
> 192.168.70.121------ip camera 192.168.70.140:80
> 
> Note:
> 
> (1) eth0 and wlan0 are on a PC running Ubuntu.
> 
> (2) Port 5555 on the router is forwarded to 80 on 192.168.1.71
> 
> (2) in sysctl I have set sysctl net.ipv4.ip_forward=1
> 
> Now what I need to do is to be able to access the IP camera from the
> inet.
> 
> So I have tried adding IPTables:
> 
> iptables -t nat -A PREROUTING -i wlan0 -d 192.168.1.71 -p tcp --dport
> 5555 -j DNAT --to 192.168.70.140:80
> 
> Now this should allow me to access the camera by pointing a web
> browser to the real world public ip on port 5555, however I get page
> cannot be displayed.

Hi

just to be sure: 192.168.1.71 is NOT your "real world public ip", is it?

Ethy
--
To unsubscribe from this list: send the line "unsubscribe netfilter" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


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

* Re: IPTables
@ 2012-04-13 23:53 nullv
  0 siblings, 0 replies; 73+ messages in thread
From: nullv @ 2012-04-13 23:53 UTC (permalink / raw)
  To: Al Grant, netfilter-owner, netfilter

From note 2 your router is forwarding port 5555 to port  80 on the PCs' wlan0. But your rule on the pc again forwards from 5555 to the camera. But by now your dport would 80 not 5555. try correcting this or just adjust your router to forward straight to the camera
------Original Message------
From: Al Grant
Sender: netfilter-owner@vger.kernel.org
To: netfilter
Subject: IPTables
Sent: Apr 11, 2012 5:03 AM

Hiya All,



I am after a little guidance please on the following problem:



My topology is as follows:



inet----router 192.168.1.254-------wlan0 192.168.1.71 && eth0
192.168.70.121------ip camera 192.168.70.140:80



Note:

(1) eth0 and wlan0 are on a PC running Ubuntu.

(2) Port 5555 on the router is forwarded to 80 on 192.168.1.71

(2) in sysctl I have set sysctl net.ipv4.ip_forward=1



Now what I need to do is to be able to access the IP camera from the inet.



So I have tried adding IPTables:

iptables -t nat -A PREROUTING -i wlan0 -d 192.168.1.71 -p tcp --dport
5555 -j DNAT --to 192.168.70.140:80



Now this should allow me to access the camera by pointing a web
browser to the real world public ip on port 5555, however I get page
cannot be displayed.



I have verified that:

1. That camera is accessable from the Ubuntu computer via web browser and ping



Various people have suggsted I may need to modify conntrack and others
have suggested I may need a second rule.



Can anyone please help?



Thanks in advance

AL


--
"Beat it punk!"
- Clint Eastwood
--
To unsubscribe from this list: send the line "unsubscribe netfilter" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


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

* Re: IPTables
       [not found] ` <e89a8ff2474fc99c5604bd608a88@google.com>
@ 2012-04-11 13:06   ` Ethy H. Brito
  0 siblings, 0 replies; 73+ messages in thread
From: Ethy H. Brito @ 2012-04-11 13:06 UTC (permalink / raw)
  To: BigAl.NZ, netfilter

On Wed, 11 Apr 2012 05:30:49 +0000
BigAl.NZ@gmail.com wrote:

> As an update. When I try to connect I ran tcptrack on wlan0 and it
> shows the incoming connection with:
> 
> Client Server State Idle Speed
> 118.92.xx.55:58674 192.168.1.71:80 RESET 1s 0 b/s
> 118.92.xx.55:58673 192.168.1.71:80 RESET 1s 0 b/s
> 118.92.xx.55:58676 192.168.1.71:80 RESET 1s 0 b/s
> 
> Does this seem normal?

it does. But it seems something before Ubuntu is not right.

If I got it right, you should see something like this:

118.92.xx.55:58674 192.168.1.71:5555 ...(forward to port 5555 and not 80.
this way the iptables DNAT rule won't match)

I think your redirections at the router (192.168.1.254) is not doing what
you intended it to do.

> If I monitor eth0 I see no traffic, so the fault must be in my rule  
> somewhere?

You see no traffic because 192.168.1.7 thought it was a connection to itself
at port 80 and RESETed it.

Ethy

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

* Re: IPTables
  2012-04-11  3:03 IPTables Al Grant
  2012-04-11  3:45 ` IPTables Ethy H. Brito
@ 2012-04-11  6:33 ` John Lister
  1 sibling, 0 replies; 73+ messages in thread
From: John Lister @ 2012-04-11  6:33 UTC (permalink / raw)
  To: Al Grant; +Cc: netfilter

You say your router forwards port 5555 to port 80 on the pc, if that is 
the case, then you need a rule to map port 80 on 192.168.1.71 to 
192.168.70.140. Something like

iptables -t nat -A PREROUTING -i wlan0  -d 192.168.1.71 --dport 80 -j 
DNAT --to 192.168.70.140

make sure that your FORWARD rule allows it through. You also probably 
need to add this depending on your routing tables

iptables -t nat -A POSTROUTING -i wlan0 -d 192.168.70.140 --dport 80 -j 
SNAT --to 192.168.1.71

to handle the reverse case and route the packets back out.

I'm half asleep so i'd test these fully first :)

John

-- 
www.pricegoblin.co.uk


On 11/04/2012 04:03, Al Grant wrote:
> Hiya All,
>
>
>
> I am after a little guidance please on the following problem:
>
>
>
> My topology is as follows:
>
>
>
> inet----router 192.168.1.254-------wlan0 192.168.1.71&&  eth0
> 192.168.70.121------ip camera 192.168.70.140:80
>
>
>
> Note:
>
> (1) eth0 and wlan0 are on a PC running Ubuntu.
>
> (2) Port 5555 on the router is forwarded to 80 on 192.168.1.71
>
> (2) in sysctl I have set sysctl net.ipv4.ip_forward=1
>
>
>
> Now what I need to do is to be able to access the IP camera from the inet.
>
>
>
> So I have tried adding IPTables:
>
> iptables -t nat -A PREROUTING -i wlan0 -d 192.168.1.71 -p tcp --dport
> 5555 -j DNAT --to 192.168.70.140:80
>
>
>
> Now this should allow me to access the camera by pointing a web
> browser to the real world public ip on port 5555, however I get page
> cannot be displayed.
>
>
>
> I have verified that:
>
> 1. That camera is accessable from the Ubuntu computer via web browser and ping
>
>
>
> Various people have suggsted I may need to modify conntrack and others
> have suggested I may need a second rule.
>
>
>
> Can anyone please help?
>
>
>
> Thanks in advance
>
> AL
>
>
> --
> "Beat it punk!"
> - Clint Eastwood
> --
> To unsubscribe from this list: send the line "unsubscribe netfilter" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html



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

* Re: IPTables
  2012-04-11  3:03 IPTables Al Grant
@ 2012-04-11  3:45 ` Ethy H. Brito
  2012-04-11  6:33 ` IPTables John Lister
  1 sibling, 0 replies; 73+ messages in thread
From: Ethy H. Brito @ 2012-04-11  3:45 UTC (permalink / raw)
  To: Al Grant; +Cc: netfilter

On Wed, 11 Apr 2012 15:03:46 +1200
Al Grant <bigal.nz@gmail.com> wrote:

> Hiya All,
> 
> I am after a little guidance please on the following problem:
> 
> My topology is as follows:
> 
> inet----router 192.168.1.254-------wlan0 192.168.1.71 && eth0
> 192.168.70.121------ip camera 192.168.70.140:80
> 
> Note:
> 
> (1) eth0 and wlan0 are on a PC running Ubuntu.
> 
> (2) Port 5555 on the router is forwarded to 80 on 192.168.1.71
> 
> (2) in sysctl I have set sysctl net.ipv4.ip_forward=1
> 
> Now what I need to do is to be able to access the IP camera from the
> inet.
> 
> So I have tried adding IPTables:
> 
> iptables -t nat -A PREROUTING -i wlan0 -d 192.168.1.71 -p tcp --dport
> 5555 -j DNAT --to 192.168.70.140:80
> 
> Now this should allow me to access the camera by pointing a web
> browser to the real world public ip on port 5555, however I get page
> cannot be displayed.

Hi

just to be sure: 192.168.1.71 is NOT your "real world public ip", is it?

Ethy

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

* IPTables
@ 2012-04-11  3:03 Al Grant
  2012-04-11  3:45 ` IPTables Ethy H. Brito
  2012-04-11  6:33 ` IPTables John Lister
  0 siblings, 2 replies; 73+ messages in thread
From: Al Grant @ 2012-04-11  3:03 UTC (permalink / raw)
  To: netfilter

Hiya All,



I am after a little guidance please on the following problem:



My topology is as follows:



inet----router 192.168.1.254-------wlan0 192.168.1.71 && eth0
192.168.70.121------ip camera 192.168.70.140:80



Note:

(1) eth0 and wlan0 are on a PC running Ubuntu.

(2) Port 5555 on the router is forwarded to 80 on 192.168.1.71

(2) in sysctl I have set sysctl net.ipv4.ip_forward=1



Now what I need to do is to be able to access the IP camera from the inet.



So I have tried adding IPTables:

iptables -t nat -A PREROUTING -i wlan0 -d 192.168.1.71 -p tcp --dport
5555 -j DNAT --to 192.168.70.140:80



Now this should allow me to access the camera by pointing a web
browser to the real world public ip on port 5555, however I get page
cannot be displayed.



I have verified that:

1. That camera is accessable from the Ubuntu computer via web browser and ping



Various people have suggsted I may need to modify conntrack and others
have suggested I may need a second rule.



Can anyone please help?



Thanks in advance

AL


--
"Beat it punk!"
- Clint Eastwood

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

* Re: Iptables
       [not found] <BANLkTi=G1ecs9wx+QgAcUphK2-jg60nbAw@mail.gmail.com>
@ 2011-06-02 11:47 ` Pablo Neira Ayuso
  0 siblings, 0 replies; 73+ messages in thread
From: Pablo Neira Ayuso @ 2011-06-02 11:47 UTC (permalink / raw)
  To: jordann thefaut, Netfilter Development Mailinglist

On 31/05/11 16:10, jordann thefaut wrote:
> Hello. I contact you because I use Iptables on my Android, and I have
> has some problems to compile it. The solution is one line!
> I think is also the same thing on linux, because I wanted to use MARK,
> but in file "libxt_MARK.c" in dir "extensions" we find:
> 
> void _init(void)
> 
> and I replace it by :
> 
> void libxt_MARK_init(void)
> 
> And my cross compile for Android is ok. I am French and I don't know
> if I am comprehensible, but I think that it's a little modification
> onyour different version with Xtable.

thanks, that's nice, but I need more details on why we need to apply
that change and a patch for iptables.

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

* Re: iptables
  2008-01-15 13:12       ` iptables sa
@ 2008-01-15 14:54         ` G.W. Haywood
  0 siblings, 0 replies; 73+ messages in thread
From: G.W. Haywood @ 2008-01-15 14:54 UTC (permalink / raw)
  To: netfilter

Hello again,

On Tue, 15 Jan 2008 sa@streaming-networks.com wrote:

> thanks, but i was looking for something to do with iptables settings
> directly

My feeling is that working with iptables directly isn't your best
option, but if you insist:

http://iptables-tutorial.frozentux.net/

--

73,
Ged.

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

* Re: iptables
  2008-01-14  9:17     ` iptables G.W. Haywood
@ 2008-01-15 13:12       ` sa
  2008-01-15 14:54         ` iptables G.W. Haywood
  0 siblings, 1 reply; 73+ messages in thread
From: sa @ 2008-01-15 13:12 UTC (permalink / raw)
  To: netfilter



thanks, but i was looking for something to do with iptables settings
directly


----- Original Message ----- 
From: "G.W. Haywood" <ged@jubileegroup.co.uk>
To: <netfilter@vger.kernel.org>
Sent: Monday, January 14, 2008 2:17 PM
Subject: Re: iptables


> Hi there,
>
> On Mon, 14 Jan 2008 sa@streaming-networks.com wrote:
>
> > i am planning to setup an internet gateway machine (for my LAN having
> > private LAN IP address scheme) with proxy server so that all web traffic
> > goes through it.
> > plus need to allow internal LAN machine, some limited ports to access
> > outside the LAN (e.g POP3, DNS, SMTP, FTP etc).
>
> http://marc.info/?l=ipcop-user&m=120022492902810&w=2
>
> --
>
> 73,
> Ged.
> -
> To unsubscribe from this list: send the line "unsubscribe netfilter" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html



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

* Re: iptables
  2008-01-14  7:45   ` iptables sa
@ 2008-01-14  9:17     ` G.W. Haywood
  2008-01-15 13:12       ` iptables sa
  0 siblings, 1 reply; 73+ messages in thread
From: G.W. Haywood @ 2008-01-14  9:17 UTC (permalink / raw)
  To: netfilter

Hi there,

On Mon, 14 Jan 2008 sa@streaming-networks.com wrote:

> i am planning to setup an internet gateway machine (for my LAN having
> private LAN IP address scheme) with proxy server so that all web traffic
> goes through it.
> plus need to allow internal LAN machine, some limited ports to access
> outside the LAN (e.g POP3, DNS, SMTP, FTP etc).

http://marc.info/?l=ipcop-user&m=120022492902810&w=2

--

73,
Ged.

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

* iptables
  2008-01-13 22:44 ` G.W. Haywood
@ 2008-01-14  7:45   ` sa
  2008-01-14  9:17     ` iptables G.W. Haywood
  0 siblings, 1 reply; 73+ messages in thread
From: sa @ 2008-01-14  7:45 UTC (permalink / raw)
  To: netfilter


i am planning to setup an internet gateway machine (for my LAN having
private LAN IP address scheme) with proxy server so that all web traffic
goes through it.
plus need to allow internal LAN machine, some limited ports to access
outside the LAN (e.g POP3, DNS, SMTP, FTP etc).

how should i setup iptables to accomplish this?

probably NAT and/or forwading need to implemented, but in which sequence? or
am i mixing them?




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

* Re: IPTABLES
@ 2006-10-19  5:08 tarak
  0 siblings, 0 replies; 73+ messages in thread
From: tarak @ 2006-10-19  5:08 UTC (permalink / raw)
  To: netfilter




hello experts,

              i have a problem in iptables, i want to customize the
firewall. through iptable i want run a shell script which will keep an
watch
on each and every ip addresses in my organization, that how much amount
of
data downloading and uploading from those ip addresses...... seperately..
is
this possible to do,,,, if so please tell me how to do...

thanks in advance

Regards,
Tarak Ranjan



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

* iptables
@ 2005-06-19  2:17 s s
  0 siblings, 0 replies; 73+ messages in thread
From: s s @ 2005-06-19  2:17 UTC (permalink / raw)
  To: netfilter

i tried to queue up the incoming packets on my tcp port 80 so that i can process it using libipq. I tried to run the example program from libipq man page but i get the error sa
 
cannot find reference to ipq_create_handle()
''            ''              ''      ipq_read()
''            ''              ''        ipq_destroy_handle()
...............
................
...................
.............
   
can anyone help me with this

		
---------------------------------
Yahoo! Sports
 Rekindle the Rivalries. Sign up for Fantasy Football

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

* RE: Iptables
  2005-05-20  6:04         ` Iptables Rob Sterenborg
@ 2005-05-20  6:26           ` Rob Sterenborg
  0 siblings, 0 replies; 73+ messages in thread
From: Rob Sterenborg @ 2005-05-20  6:26 UTC (permalink / raw)
  To: 'Netfilter'

>> Would it be safe to set the OUTPUT default policy to ACCEPT?
>> Every time I set it to DROP I get locked out, I suppose it
>> has to do with the fact that I have no rules for the OUTPUT chain.
> 
> A lot of people set OUTPUT policy to ACCEPT.
> You can always do something like :

Forgot an important rule.. :

> $ipt -P OUTPUT DROP

$ipt -A FORWARD -m state --state RELATED,ESTABLISHED -j ACCEPT

> $ipt -A OUTPUT -p tcp --sport 1024: -j ACCEPT
<...>


Gr,
Rob



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

* RE: Iptables
  2005-05-20  5:38       ` Iptables Chadley Wilson
  2005-05-20  5:50         ` Iptables Jason Opperisano
@ 2005-05-20  6:04         ` Rob Sterenborg
  2005-05-20  6:26           ` Iptables Rob Sterenborg
  1 sibling, 1 reply; 73+ messages in thread
From: Rob Sterenborg @ 2005-05-20  6:04 UTC (permalink / raw)
  To: Netfilter

> Would it be safe to set the OUTPUT default policy to ACCEPT?
> Every time I set it to DROP I get locked out, I suppose it
> has to do with the fact that I have no rules for the OUTPUT chain.

A lot of people set OUTPUT policy to ACCEPT.
You can always do something like :

$ipt -P OUTPUT DROP
$ipt -A OUTPUT -p tcp --sport 1024: -j ACCEPT
$ipt -A OUTPUT -p udp --sport 1024: -j ACCEPT
$ipt -A OUTPUT -p icmp -j ACCEPT

This way a program cannot pretend to something like a web- or
mailserver. If you check "/proc/sys/net/ipv4/ip_local_port_range" you
see the local portrange (sport) your box will use. You can use this
range in your rules. E.g. you could  use "32768:61000" (if that is your
range) instead of "1024:".


Gr,
Rob



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

* Re: Iptables
  2005-05-20  5:38       ` Iptables Chadley Wilson
@ 2005-05-20  5:50         ` Jason Opperisano
  2005-05-20  6:04         ` Iptables Rob Sterenborg
  1 sibling, 0 replies; 73+ messages in thread
From: Jason Opperisano @ 2005-05-20  5:50 UTC (permalink / raw)
  To: netfilter

On Fri, May 20, 2005 at 07:38:57AM +0200, Chadley Wilson wrote:
> Would it be safe to set the OUTPUT default policy to ACCEPT?
> Every time I set it to DROP I get locked out, I suppose it has to do with the 
> fact that I have no rules for the OUTPUT chain.

well, if you're not going to add any rules to OUTPUT, then--yeah, leave
it at ACCEPT.  the OUTPUT policy as ACCEPT or DROP is really more of an
idealogical debate than anything else.  personally, i set mine to DROP
and only allow the traffic that is absolutely necessary to save me from
myself (i.e. don't tempt the fw admin to use the fw as a shell
account).  things i deem necessary to allow out:

  DNS
  NTP
  FTP/HTTP to update server IP's
  ICMP

this is all politic, i don't intend any decree by the statements made
here.

-j

--
"Lois: What's going on?
 Stewie: We're playing house.
 Lois: The boy is all tied up.
 Stewie: Roman Polanski's house."
        --Family Guy


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

* Re: Iptables
  2005-05-19 21:43     ` Iptables Jason Opperisano
@ 2005-05-20  5:38       ` Chadley Wilson
  2005-05-20  5:50         ` Iptables Jason Opperisano
  2005-05-20  6:04         ` Iptables Rob Sterenborg
  0 siblings, 2 replies; 73+ messages in thread
From: Chadley Wilson @ 2005-05-20  5:38 UTC (permalink / raw)
  To: Jason Opperisano, netfilter

On Thursday 19 May 2005 23:43, Jason Opperisano wrote:
> On Thu, May 19, 2005 at 10:13:26PM +0200, Chadley Wilson wrote:
> > I have learn't quite a bit from this, I shall save this mail for future
> > use. By the way, this is my first attempt at my own firewall, mostly an
> > effort to learn and understand. I always used the Redhat default or
> > Susefirewall2. But am not confident that they do the job right, also I
> > never really understood how to customise them. Hence build your own, Ha
> > hA, not s easy when you haven't got the knowledge, but I am sure I will
> > get there.
>
> might i suggest a reading of Oskar's tutorial:
>
>   http://iptables-tutorial.frozentux.net/iptables-tutorial.html
>
> -j
>
> --
> "Peter: Oh, and sorry about that comment earlier. I have that disease
>  that makes you swear involuntarily. Sonofabitch. Sonofabitch.
>  Sonofabitch. See?"
>         --Family Guy

Would it be safe to set the OUTPUT default policy to ACCEPT?
Every time I set it to DROP I get locked out, I suppose it has to do with the 
fact that I have no rules for the OUTPUT chain.


-- 
Chadley Wilson
Redhat Certified Technician 
Cert Number: 603004708291270
Pinnacle Micro
Manufacturers of Proline Computers
====================================
Exercise freedom, Use LINUX
=====================================



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

* Re: Iptables
  2005-05-19 20:13   ` Iptables Chadley Wilson
@ 2005-05-19 21:43     ` Jason Opperisano
  2005-05-20  5:38       ` Iptables Chadley Wilson
  0 siblings, 1 reply; 73+ messages in thread
From: Jason Opperisano @ 2005-05-19 21:43 UTC (permalink / raw)
  To: netfilter

On Thu, May 19, 2005 at 10:13:26PM +0200, Chadley Wilson wrote:
> I have learn't quite a bit from this, I shall save this mail for future use. 
> By the way, this is my first attempt at my own firewall, mostly an effort to 
> learn and understand. I always used the Redhat default or Susefirewall2. But 
> am not confident that they do the job right, also I never really understood 
> how to customise them. Hence build your own, Ha hA, not s easy when you 
> haven't got the knowledge, but I am sure I will get there.

might i suggest a reading of Oskar's tutorial:

  http://iptables-tutorial.frozentux.net/iptables-tutorial.html

-j

--
"Peter: Oh, and sorry about that comment earlier. I have that disease
 that makes you swear involuntarily. Sonofabitch. Sonofabitch.
 Sonofabitch. See?"
        --Family Guy


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

* Re: Iptables
  2005-05-19 19:33 ` Iptables Jason Opperisano
@ 2005-05-19 20:13   ` Chadley Wilson
  2005-05-19 21:43     ` Iptables Jason Opperisano
  0 siblings, 1 reply; 73+ messages in thread
From: Chadley Wilson @ 2005-05-19 20:13 UTC (permalink / raw)
  To: netfilter

On Thursday 19 May 2005 21:33, Jason Opperisano wrote:

> > ########    Firewall Setup     ##################
> > ########      Config           ##################
> > #set -x
> > ipt="/usr/sbin/iptables"
> > ext="eth0"
> > int="bond0"
> > lo="127.0.0.1"
> > chad="192.168.2.5"
> > etel="196.25.100.28"
> > #################################################
> >
> > #################################################
> > ####                                         ####
> > ####               BASIC SETUP               ####
> > ####                                         ####
> > #################################################
> >
> > #Enable IP Forwarding
> > echo "1" >> /proc/sys/net/ipv4/ip_forward
> >
> > #Clear All Tables
> > ${ipt} -t filter -F
> > ${ipt} -t nat -F
>
> there's also a mangle table...

How would the mangle table work for me?
Well actually what does mangle do in english, I have read the man pages and 
some docs I found on google and tldp, but I don't quite grasp the idea.

>   iptables -t mangle -F
>
> > ##  Allow all from local interfaces [localhost]
> > ${ipt} -t filter -A INPUT -s ${lo} -j ACCEPT
> >
> >
> > ##  Allow all prerouting
> > ${ipt} -t nat -A PREROUTING -s 192.168.2.0/255.255.255.0 -j ACCEPT
> > ${ipt} -t nat -A PREROUTING -s 196.25.100.5/255.255.255.0 -j ACCEPT
>
> um--what exactly are you trying to accomplish with these?
I think it had some thing to do with setting the default policy to drop! and 
having no access to any services, I never really worked out if this was the 
cause.

>
> > ##  Allow all forwarding
> > ${ipt} -t filter -A FORWARD -i ${int} -o ${ext} -m state --state
> > RELATED,ESTABLISHED -j ACCEPT ${ipt} -t filter -A FORWARD -i ${ext} -o
> > ${int} -m state --state RELATED,ESTABLISHED -j ACCEPT
>
> how about just:
Cool, it take it this achieves the same goal?

>   iptables -A FORWARD -m state --state RELATED,ESTABLISHED -j ACCEPT
>
> > ##  Allow pings
> > ${ipt} -t filter -A INPUT -p icmp -j ACCEPT
> >
> > ##  Keep established connections on all interfaces
> > ${ipt} -t filter -A FORWARD -m state --state RELATED,ESTABLISHED -j
> > ACCEPT
>
> we just did this above...

> > ${ipt} -t filter -A INPUT -m state --state RELATED,ESTABLISHED -j ACCEPT
> >
> > ##  Accept www from internet {ext}
> > ${ipt} -t filter -A INPUT -i ${ext} -p tcp --dport 80 -j ACCEPT
>
> you run a web server on your firewall?

Uh no I ctually run an FTP server, I thought I needed to open port 80 to 
access the internet. (as I said before I am a newbie, still wet behind the 
ears :) )

> > #################################################
> > ####                                         ####
> > ####                RULES                    ####
> > ####                                         ####
> > #################################################
> >
> > ##  Masquerade {chad} outgoing to internet
> > ${ipt} -t nat -A POSTROUTING -o ${ext} -s ${chad} -j MASQUERADE
> > ${ipt} -t filter -A FORWARD -i ${int} -o ${ext} -s ${chad} -j ACCEPT
> >
> > ##  Accept SSH from {etel}
> > ${ipt} -t filter -A INPUT -i ${ext} -s ${etel} -p tcp --dport 22 -j
> > ACCEPT
> >
> > ##  Accept ssh from all internal
> > ${ipt} -t filter -A INPUT -i ${int} -p tcp --dport 22 -j ACCEPT
> >
> > ## Accept telnet
> > ${ipt} -t filter -A INPUT -p tcp --dport 23 -j ACCEPT
> > ${ipt} -t filter -A INPUT -p udp --dport 23 -j ACCEPT
>
> 1) telnet only uses TCP, not UDP.
> 2) telnet?  c'mon, what is this?  1997?
>
Our SCO-Unix box has not got ssh and it is linked nationwide to 500 dial-up  
and dial-in sites all of which were setup in "1997" :} by someone else. So we 
have to be able to telnet in and out of it. Offen I have files on my server, 
which I need to access from a remote site via the SCO box using telnet. :( 

> > ##  Accept incoming SMTP
> > ${ipt} -t filter -A INPUT -i ${ext} -p tcp --dport 25 -j ACCEPT
> >
> > ##  Accept external POP3
> > ${ipt} -t filter -A INPUT -i ${ext} -p tcp --dport 110 -j ACCEPT
>
> you run SMTP and POP3 servers on your firewall too?  i'm sensing a
> pattern here...
No but I need to able to receive mail from my mail box on the ${ext} 
interface!
I take it this is wrong hey! 

>
> > ##  Allow mail from ext to int
> > ${ipt} -t filter -A FORWARD -p tcp -m tcp -m state -s ${chad} -d
> > 196.25.100.21 -o ${ext} --sport 25 --state NEW,ESTABLISHED,RELATED -j
> > ACCEPT ${ipt} -t filter -A FORWARD -p tcp -m tcp -m state -s ${chad} -d
> > 196.25.100.21 -o ${ext} --sport 110 --state NEW,ESTABLISHED,RELATED -j
> > ACCEPT
>
> um--we've already ACCEPTed all ESTABLISHED,RELATED packets in
> FORWARD--so it's redundant to keep using them in rules.  so we need to
> create rules that allow packets that are NEW.  if you're trying to allow
> $chad to connect to 196.25.100.21 on SMTP and POP3--those should be
> dport, not sport:
>
OK! I see the logic.
This is a new trick for me, Thanks
I haven't read about -d <ip_addr> before!
>   iptables -A FORWARD -i $int -o $ext -p tcp -s $chad \
>     -d 196.25.100.21 --dport 25 -j ACCEPT
>
>   iptables -A FORWARD -i $int -o $ext -p tcp -s $chad \
>     -d 196.25.100.21 --dport 110 -j ACCEPT
>
> from the text of you message, you want to allow $chad out on any
> service, though--right?  then how about:
>

>   iptables -A FORWARD -i $int -o $ext -p tcp -s $chad -j ACCEPT
>
> (which you already have in here if we scroll back up a bit)
>
> > ##  Allow DNS updates
> > ${ipt} -t filter -A INPUT -i ${int} -p tcp --dport 53 -j ACCEPT
> > ${ipt} -t filter -A INPUT -i ${ext} -p tcp --dport 53 -j ACCEPT
>
> the DNS server runs on the firewall too, eh?  how's about:
>
Yes the firewall is a DNS and DHCP server too. (I only have linux PC so I make 
it work). 
Current with the default policy accept on the 196.25.100.0 network we can 
resolve the ftp url i.e ftp://ns.teq/
if I take out the ${ext} rule it doen't work.

>   iptables -A INPUT -p tcp --dport 53 -j ACCEPT
>   iptables -A INPUT -p udp --dport 53 -j ACCEPT

> (you need TCP for zone transfers, and UDP for regular name resolution
> requests)
OK, 
>
> > ## Accept all from local interfaces
> > ${ipt} -t filter -A INPUT -i ${int} -j ACCEPT
> > ${ipt} -t filter -A INPUT -i ${int} -j ACCEPT
>
> a rule so nice, we need it twice?
>
Oops thats a mistake :)

> > ## Drop all the rest, incoming , and forward between interfaces
> > #${ipt} -t filter -A INPUT -j DROP
> > #${ipt} -t filter -A FORWARD -j DROP
>
> -j
>
Thanks Jason,

I have learn't quite a bit from this, I shall save this mail for future use. 
By the way, this is my first attempt at my own firewall, mostly an effort to 
learn and understand. I always used the Redhat default or Susefirewall2. But 
am not confident that they do the job right, also I never really understood 
how to customise them. Hence build your own, Ha hA, not s easy when you 
haven't got the knowledge, but I am sure I will get there.

Thanks again,


-- 
Chadley Wilson
Redhat Certified Technician 
Cert Number: 603004708291270
Pinnacle Micro
Manufacturers of Proline Computers
====================================
Exercise freedom, Use LINUX
=====================================



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

* Re: Iptables
  2005-05-19 17:45 Iptables Chadley Wilson
@ 2005-05-19 19:33 ` Jason Opperisano
  2005-05-19 20:13   ` Iptables Chadley Wilson
  0 siblings, 1 reply; 73+ messages in thread
From: Jason Opperisano @ 2005-05-19 19:33 UTC (permalink / raw)
  To: netfilter

On Thu, May 19, 2005 at 07:45:22PM +0200, Chadley Wilson wrote:
> Greetings,
> 
> Sort of still a newbie with iptables! I ve been at it for a while, but 
> struggle to understand when things don't work when I think they are right.
> 
> OK heres the problem:
> 
> I have a dns server configure, master zone int network, slave is external dns 
> box.
> 
> Dhcp server only internal.
> 
> Iptables must do the following:
> allow one int ip (me) to the external int face for everything. (the external 
> interface is actually our other internal network which has the gateway to the 
> internet)
> 
> when I set my default policy to drop, my DNS and windows file sharing from the 
> ext network doesn't work. My mail and internet still work. I have removed the 
> broken lines and set my policy back to ACCEPT. But I would feel much safer if 
> it were drop and only allow services that I choose. As it is now, I can 
> access the net, mail and windows file shares, the dns for the FTP server is 
> working and all is bliss.
> How do I make this more secure?
> 
> etel is our gateway
> my router has 6 cards in it. 5 are bond0 1 eth0 int and ext respectively.  
> 
> Attached is my iptables file, 
> 
> Please could some one show me what is wrong I can't figure it out.

> ########    Firewall Setup     ##################
> ########      Config           ##################
> #set -x
> ipt="/usr/sbin/iptables"
> ext="eth0"
> int="bond0"
> lo="127.0.0.1"
> chad="192.168.2.5"
> etel="196.25.100.28"
> #################################################
> 
> #################################################
> ####                                         ####
> ####               BASIC SETUP               ####
> ####                                         ####
> #################################################
> 
> #Enable IP Forwarding
> echo "1" >> /proc/sys/net/ipv4/ip_forward
> 
> #Clear All Tables
> ${ipt} -t filter -F
> ${ipt} -t nat -F

there's also a mangle table...

  iptables -t mangle -F

> ##  Allow all from local interfaces [localhost]
> ${ipt} -t filter -A INPUT -s ${lo} -j ACCEPT
> 
> 
> ##  Allow all prerouting
> ${ipt} -t nat -A PREROUTING -s 192.168.2.0/255.255.255.0 -j ACCEPT
> ${ipt} -t nat -A PREROUTING -s 196.25.100.5/255.255.255.0 -j ACCEPT

um--what exactly are you trying to accomplish with these?

> ##  Allow all forwarding
> ${ipt} -t filter -A FORWARD -i ${int} -o ${ext} -m state --state RELATED,ESTABLISHED -j ACCEPT
> ${ipt} -t filter -A FORWARD -i ${ext} -o ${int} -m state --state RELATED,ESTABLISHED -j ACCEPT

how about just:

  iptables -A FORWARD -m state --state RELATED,ESTABLISHED -j ACCEPT

> ##  Allow pings 
> ${ipt} -t filter -A INPUT -p icmp -j ACCEPT
> 
> ##  Keep established connections on all interfaces
> ${ipt} -t filter -A FORWARD -m state --state RELATED,ESTABLISHED -j ACCEPT

we just did this above...

> ${ipt} -t filter -A INPUT -m state --state RELATED,ESTABLISHED -j ACCEPT
> 
> ##  Accept www from internet {ext}
> ${ipt} -t filter -A INPUT -i ${ext} -p tcp --dport 80 -j ACCEPT

you run a web server on your firewall?

> #################################################
> ####                                         ####
> ####                RULES                    ####
> ####                                         ####
> #################################################
> 
> ##  Masquerade {chad} outgoing to internet
> ${ipt} -t nat -A POSTROUTING -o ${ext} -s ${chad} -j MASQUERADE
> ${ipt} -t filter -A FORWARD -i ${int} -o ${ext} -s ${chad} -j ACCEPT
> 
> ##  Accept SSH from {etel}
> ${ipt} -t filter -A INPUT -i ${ext} -s ${etel} -p tcp --dport 22 -j ACCEPT
> 
> ##  Accept ssh from all internal
> ${ipt} -t filter -A INPUT -i ${int} -p tcp --dport 22 -j ACCEPT
> 
> ## Accept telnet
> ${ipt} -t filter -A INPUT -p tcp --dport 23 -j ACCEPT
> ${ipt} -t filter -A INPUT -p udp --dport 23 -j ACCEPT

1) telnet only uses TCP, not UDP.
2) telnet?  c'mon, what is this?  1997?

> ##  Accept incoming SMTP
> ${ipt} -t filter -A INPUT -i ${ext} -p tcp --dport 25 -j ACCEPT
> 
> ##  Accept external POP3
> ${ipt} -t filter -A INPUT -i ${ext} -p tcp --dport 110 -j ACCEPT

you run SMTP and POP3 servers on your firewall too?  i'm sensing a
pattern here...

> ##  Allow mail from ext to int
> ${ipt} -t filter -A FORWARD -p tcp -m tcp -m state -s ${chad} -d 196.25.100.21 -o ${ext} --sport 25 --state NEW,ESTABLISHED,RELATED -j ACCEPT
> ${ipt} -t filter -A FORWARD -p tcp -m tcp -m state -s ${chad} -d 196.25.100.21 -o ${ext} --sport 110 --state NEW,ESTABLISHED,RELATED -j ACCEPT

um--we've already ACCEPTed all ESTABLISHED,RELATED packets in
FORWARD--so it's redundant to keep using them in rules.  so we need to
create rules that allow packets that are NEW.  if you're trying to allow
$chad to connect to 196.25.100.21 on SMTP and POP3--those should be
dport, not sport:

  iptables -A FORWARD -i $int -o $ext -p tcp -s $chad \
    -d 196.25.100.21 --dport 25 -j ACCEPT

  iptables -A FORWARD -i $int -o $ext -p tcp -s $chad \
    -d 196.25.100.21 --dport 110 -j ACCEPT

from the text of you message, you want to allow $chad out on any
service, though--right?  then how about:

  iptables -A FORWARD -i $int -o $ext -p tcp -s $chad -j ACCEPT

(which you already have in here if we scroll back up a bit)

> ##  Allow DNS updates
> ${ipt} -t filter -A INPUT -i ${int} -p tcp --dport 53 -j ACCEPT
> ${ipt} -t filter -A INPUT -i ${ext} -p tcp --dport 53 -j ACCEPT

the DNS server runs on the firewall too, eh?  how's about:

  iptables -A INPUT -p tcp --dport 53 -j ACCEPT
  iptables -A INPUT -p udp --dport 53 -j ACCEPT

(you need TCP for zone transfers, and UDP for regular name resolution
requests)

> ## Accept all from local interfaces
> ${ipt} -t filter -A INPUT -i ${int} -j ACCEPT
> ${ipt} -t filter -A INPUT -i ${int} -j ACCEPT

a rule so nice, we need it twice?

> ## Drop all the rest, incoming , and forward between interfaces
> #${ipt} -t filter -A INPUT -j DROP
> #${ipt} -t filter -A FORWARD -j DROP

-j

--
"Peter: Hey, Brian. If cops are pigs, does that make you a Snausage?
 Brian: Clever, Peter. Did you stay up all night writing that?
 Peter: No, I got to bed around two, two-thirty."
        --Family Guy


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

* Iptables
@ 2005-05-19 17:45 Chadley Wilson
  2005-05-19 19:33 ` Iptables Jason Opperisano
  0 siblings, 1 reply; 73+ messages in thread
From: Chadley Wilson @ 2005-05-19 17:45 UTC (permalink / raw)
  To: netfilter

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

Greetings,

Sort of still a newbie with iptables! I ve been at it for a while, but 
struggle to understand when things don't work when I think they are right.

OK heres the problem:

I have a dns server configure, master zone int network, slave is external dns 
box.

Dhcp server only internal.

Iptables must do the following:
allow one int ip (me) to the external int face for everything. (the external 
interface is actually our other internal network which has the gateway to the 
internet)

when I set my default policy to drop, my DNS and windows file sharing from the 
ext network doesn't work. My mail and internet still work. I have removed the 
broken lines and set my policy back to ACCEPT. But I would feel much safer if 
it were drop and only allow services that I choose. As it is now, I can 
access the net, mail and windows file shares, the dns for the FTP server is 
working and all is bliss.
How do I make this more secure?

etel is our gateway
my router has 6 cards in it. 5 are bond0 1 eth0 int and ext respectively.  

Attached is my iptables file, 

Please could some one show me what is wrong I can't figure it out.


-- 
Chadley Wilson
Redhat Certified Technician 
Cert Number: 603004708291270
Pinnacle Micro
Manufacturers of Proline Computers
====================================
Exercise freedom, Use LINUX
=====================================

[-- Attachment #2: iptables --]
[-- Type: text/plain, Size: 3183 bytes --]

########    Firewall Setup     ##################
########      Config           ##################
#set -x
ipt="/usr/sbin/iptables"
ext="eth0"
int="bond0"
lo="127.0.0.1"
chad="192.168.2.5"
etel="196.25.100.28"
#################################################


#################################################
####                                         ####
####               BASIC SETUP               ####
####                                         ####
#################################################



#Enable IP Forwarding
echo "1" >> /proc/sys/net/ipv4/ip_forward


#Clear All Tables
${ipt} -t filter -F
${ipt} -t nat -F


##  Allow all from local interfaces [localhost]
${ipt} -t filter -A INPUT -s ${lo} -j ACCEPT


##  Allow all prerouting
${ipt} -t nat -A PREROUTING -s 192.168.2.0/255.255.255.0 -j ACCEPT
${ipt} -t nat -A PREROUTING -s 196.25.100.5/255.255.255.0 -j ACCEPT


##  Allow all forwarding
${ipt} -t filter -A FORWARD -i ${int} -o ${ext} -m state --state RELATED,ESTABLISHED -j ACCEPT
${ipt} -t filter -A FORWARD -i ${ext} -o ${int} -m state --state RELATED,ESTABLISHED -j ACCEPT


##  Allow pings 
${ipt} -t filter -A INPUT -p icmp -j ACCEPT


##  Keep established connections on all interfaces
${ipt} -t filter -A FORWARD -m state --state RELATED,ESTABLISHED -j ACCEPT
${ipt} -t filter -A INPUT -m state --state RELATED,ESTABLISHED -j ACCEPT

##  Accept www from internet {ext}
${ipt} -t filter -A INPUT -i ${ext} -p tcp --dport 80 -j ACCEPT


#################################################
####                                         ####
####                RULES                    ####
####                                         ####
#################################################





##  Masquerade {chad} outgoing to internet
${ipt} -t nat -A POSTROUTING -o ${ext} -s ${chad} -j MASQUERADE
${ipt} -t filter -A FORWARD -i ${int} -o ${ext} -s ${chad} -j ACCEPT


##  Accept SSH from {etel}
${ipt} -t filter -A INPUT -i ${ext} -s ${etel} -p tcp --dport 22 -j ACCEPT


##  Accept ssh from all internal
${ipt} -t filter -A INPUT -i ${int} -p tcp --dport 22 -j ACCEPT

## Accept telnet
${ipt} -t filter -A INPUT -p tcp --dport 23 -j ACCEPT
${ipt} -t filter -A INPUT -p udp --dport 23 -j ACCEPT


##  Accept incoming SMTP
${ipt} -t filter -A INPUT -i ${ext} -p tcp --dport 25 -j ACCEPT


##  Accept external POP3
${ipt} -t filter -A INPUT -i ${ext} -p tcp --dport 110 -j ACCEPT


##  Allow mail from ext to int
${ipt} -t filter -A FORWARD -p tcp -m tcp -m state -s ${chad} -d 196.25.100.21 -o ${ext} --sport 25 --state NEW,ESTABLISHED,RELATED -j ACCEPT
${ipt} -t filter -A FORWARD -p tcp -m tcp -m state -s ${chad} -d 196.25.100.21 -o ${ext} --sport 110 --state NEW,ESTABLISHED,RELATED -j ACCEPT


##  Allow DNS updates
${ipt} -t filter -A INPUT -i ${int} -p tcp --dport 53 -j ACCEPT
${ipt} -t filter -A INPUT -i ${ext} -p tcp --dport 53 -j ACCEPT


## Accept all from local interfaces
${ipt} -t filter -A INPUT -i ${int} -j ACCEPT
${ipt} -t filter -A INPUT -i ${int} -j ACCEPT


## Drop all the rest, incoming , and forward between interfaces
#${ipt} -t filter -A INPUT -j DROP
#${ipt} -t filter -A FORWARD -j DROP

### END OF FIREWALL ###

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

* Iptables
@ 2005-05-18 21:04 Limbert Fuentes Quiroga
  0 siblings, 0 replies; 73+ messages in thread
From: Limbert Fuentes Quiroga @ 2005-05-18 21:04 UTC (permalink / raw)
  To: netfilter

[-- Attachment #1: Type: TEXT/PLAIN, Size: 449 bytes --]

Dear All

  
Please they could help me to configure my firewall server to block the whole
ports of the interface that this connected one to internet (except the ports 25
and 53 that it is forwarded to DMZ server), also to block the users of my net
LAN so that alone they can enter to internet to transparent proxy (SQUID) that
this installed in my DMZ server.  
I attach the file with the configurations of my firewall server.

Thank's and regard's

[-- Attachment #2: Firewall-DMZ.doc --]
[-- Type: APPLICATION/msword, Size: 37376 bytes --]

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

* Re: iptables
       [not found] ` <5.2.0.9.0.20050131135158.02a9dec0@poczta.interia.pl>
@ 2005-01-31 13:18   ` John A. Sullivan III
  0 siblings, 0 replies; 73+ messages in thread
From: John A. Sullivan III @ 2005-01-31 13:18 UTC (permalink / raw)
  To: Alabama, netfilter

Which interfaces are used for you public and DMZ networks? Are you using 
DNAT for your DMZ servers? If so, have you remembered to bind the 
addresses for those servers using iproute2? If you are unfamiliar with 
doing this, there are some slide shows in the training section of 
http://iscs.sourceforge.net that deal with iptables and iproute2 - John

Alabama wrote:
> Hello
> I am afraid it does not work. Output works perfectly but I can not to 
> use none of input services e.g. ftp, www etc.
> Under public addresse a I have my clients and do not want to block them 
> any ports and services
> Best regards
> Andy
> At 06:48 05-01-31 -0500, you wrote:
> 
>> Alabama wrote:
>>
>>> Dear All,
>>> I have linux router with 3 NIC cards.
>>> One is an internet interface. Second is my LAN network and third is 
>>> public addresses network.
>>> I am using iptables. My LAN network works perfectly filtering 
>>> packets. I have problems with my public addresses network- I would 
>>> like this network to work without any filtering and just can't do it.
>>> Could give me advice how to pass by iptables or how to set up 
>>> iptables to route traffic to public addresses without any filtering?
>>> Best regards
>>> Andy
>>> ----------------------------------------------------------------------
>>> Najlepsze auto, najlepsze moto... >>> http://link.interia.pl/f1841
>>>
>> I do not know the details of your installation so there may be a good 
>> reason for you to do this but I would normally never recommend no 
>> filtering even, perhaps especially, to a DMZ.
>>
>> In any event, you can probably regulate the traffic using the 
>> interfaces, e.g.,
>>
>> iptables -I FORWARD 1 -i eth0 -o eth2 -j ACCEPT
>> iptables -I FORWARD 1 -i eth2 -o eth0 -j ACCEPT
>>
>> That's what comes to mind off the top of my head.  Good luck and, 
>> unless you have a really good reason, I would not recommend doing 
>> this.  If the problem is just the complexity of managing changing 
>> security on the DMZ, consider a GUI front end like fwbuilder 
>> (http://www.fwbuilder.org) or, for large and highly complex 
>> environments ISCS (http://iscs.sourceforge.net) when it is ready - John
>>
>> -- 
>> John A. Sullivan III
>> Open Source Development Corporation
>> +1 207-985-7880
>> jsullivan@opensourcedevel.com
>>
>> Financially sustainable open source development
>> http://www.opensourcedevel.com
> 
> 
> 
> ----------------------------------------------------------------------
> Najlepsze auto, najlepsze moto... >>> http://link.interia.pl/f1841
> 
> 


-- 
John A. Sullivan III
Open Source Development Corporation
+1 207-985-7880
jsullivan@opensourcedevel.com

Financially sustainable open source development
http://www.opensourcedevel.com


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

* Re: iptables
  2005-01-31 11:31 iptables Alabama
@ 2005-01-31 12:02 ` John A. Sullivan III
       [not found] ` <5.2.0.9.0.20050131135158.02a9dec0@poczta.interia.pl>
  1 sibling, 0 replies; 73+ messages in thread
From: John A. Sullivan III @ 2005-01-31 12:02 UTC (permalink / raw)
  To: Alabama; +Cc: netfilter

Alabama wrote:
> Dear All,
> I have linux router with 3 NIC cards.
> One is an internet interface. Second is my LAN network and third is 
> public addresses network.
> I am using iptables. My LAN network works perfectly filtering packets. I 
> have problems with my public addresses network- I would like this 
> network to work without any filtering and just can't do it.
> Could give me advice how to pass by iptables or how to set up iptables 
> to route traffic to public addresses without any filtering?
> Best regards
> Andy
> 
> ----------------------------------------------------------------------
> Najlepsze auto, najlepsze moto... >>> http://link.interia.pl/f1841
> 
> 
> 
I do not know the details of your installation so there may be a good
reason for you to do this but I would normally never recommend no
filtering even, perhaps especially, to a DMZ.

In any event, you can probably regulate the traffic using the
interfaces, e.g.,

iptables -I FORWARD 1 -i eth0 -o eth2 -j ACCEPT
iptables -I FORWARD 1 -i eth2 -o eth0 -j ACCEPT

That's what comes to mind off the top of my head.  Good luck and, unless
you have a really good reason, I would not recommend doing this.  If the
problem is just the complexity of managing changing security on the DMZ,
consider a GUI front end like fwbuilder (http://www.fwbuilder.org) or,
for large and highly complex environments ISCS
(http://iscs.sourceforge.net) when it is ready - John

-- 
John A. Sullivan III
Open Source Development Corporation
+1 207-985-7880
jsullivan@opensourcedevel.com

Financially sustainable open source development
http://www.opensourcedevel.com



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

* iptables
@ 2005-01-31 11:31 Alabama
  2005-01-31 12:02 ` iptables John A. Sullivan III
       [not found] ` <5.2.0.9.0.20050131135158.02a9dec0@poczta.interia.pl>
  0 siblings, 2 replies; 73+ messages in thread
From: Alabama @ 2005-01-31 11:31 UTC (permalink / raw)
  To: netfilter

Dear All,
I have linux router with 3 NIC cards.
One is an internet interface. Second is my LAN network and third is public 
addresses network.
I am using iptables. My LAN network works perfectly filtering packets. I 
have problems with my public addresses network- I would like this network 
to work without any filtering and just can't do it.
Could give me advice how to pass by iptables or how to set up iptables to 
route traffic to public addresses without any filtering?
Best regards
Andy 


----------------------------------------------------------------------
Najlepsze auto, najlepsze moto... >>> http://link.interia.pl/f1841



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

* iptables
@ 2005-01-31 11:16 Andrzej
  0 siblings, 0 replies; 73+ messages in thread
From: Andrzej @ 2005-01-31 11:16 UTC (permalink / raw)
  To: netfilter

Dear All,
I have linux router with 3 NIC cards.
One is an internet interface. Second is my LAN network and third is public 
addresses network.
I am using iptables. My LAN network works perfectly filtering packets. I 
have problems with my public addresses network- I would like this network 
to work without any filtering and just can't do it.
Could give me advice how to pass by iptables or how to set up iptables to 
route traffic to public addresses without any filtering?
Best regards
Andy



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

* iptables
@ 2004-11-29 14:58 MANJUNATH
  0 siblings, 0 replies; 73+ messages in thread
From: MANJUNATH @ 2004-11-29 14:58 UTC (permalink / raw)
  To: netdev





I am new to linux kernal source,I understand that iptables MASQUERADE
chain inturn makes use of NF_IP_POST_ROUTING HOOK to change src addr, src port
of the outgoing packets.

Is NF_IP_PRE_ROUTING HOOK is used to map public address of the incoming
packets to the local private address ?


Regards
Manjunath

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

* Re: Iptables
  2004-09-28  5:07 Iptables Contact
  2004-09-28  5:25 ` Iptables Rob Sterenborg
  2004-09-28 10:36 ` Iptables John A. Sullivan III
@ 2004-09-28 14:27 ` Jose Maria Lopez
  2 siblings, 0 replies; 73+ messages in thread
From: Jose Maria Lopez @ 2004-09-28 14:27 UTC (permalink / raw)
  To: netfilter

El mar, 28 de 09 de 2004 a las 07:07, Contact escribió:
> Hi,
> 
> I'm new to iptables and having a problem grasping the concept as well as the
> syntax. I have read a lot of sites on this but just not getting it. First -
> running rules. From what I can gather I need to have an rc.firewall file
> with the various rules and such in it - and have this started at boot. Am I
> close?  Second - the syntax. I want to be able to allow my local LAN full
> access to the Linux box (Slackware 10). I also have a website which I want
> to allow everyone - except for a few domains and IP's, SSH which I want to
> allow only certain IP's or domains, and Samba which I want to allow only my
> local LAN. This is where I'm really confused putting this all together. If
> someone could explain this in plain english - or put me on to a really easy
> iptables for dummies type site, it would be appreciated.
> 
> This box is behind attached to a Linksys router and does not act as a NAT.
> It is just a simple little setup on a p166.
> 
> Thanks
> 

Read the Iptables Tutorial from
http://iptables-tutorial.frozentux.net/iptables-tutorial.html
it explains everything you want to do and more.

-- 
Jose Maria Lopez Hernandez
Director Tecnico de bgSEC
jkerouac@bgsec.com
bgSEC Seguridad y Consultoria de Sistemas Informaticos
http://www.bgsec.com
ESPAÑA

The only people for me are the mad ones -- the ones who are mad to live,
mad to talk, mad to be saved, desirous of everything at the same time,
the ones who never yawn or say a commonplace thing, but burn, burn, burn
like fabulous yellow Roman candles.
                -- Jack Kerouac, "On the Road"



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

* Re: Iptables
  2004-09-28  8:19   ` Iptables Contact
  2004-09-28 14:04     ` Iptables Jason Opperisano
@ 2004-09-28 14:09     ` Aleksandar Milivojevic
  1 sibling, 0 replies; 73+ messages in thread
From: Aleksandar Milivojevic @ 2004-09-28 14:09 UTC (permalink / raw)
  To: netfilter

Contact wrote:
> This helps a bit, but still way out of my league - there is a lot of stuff
> to remember. In the many sites, including the one you list below, they talk
> of various configurations before ever getting to the rules - is this
> necessary?
> 
> i.e.
> 
> INET_IP="194.236.50.155"
> INET_IFACE="eth0"
> INET_BROADCAST="194.236.50.255"

Those are variables in shell script.  Basically they are there to make 
your life easier when you need to modify something.  These two will do 
the same:

iptables -A INPUT -i eth0 .....

INET_IFACE="eth0"
iptables -A INPUT -i "$INET_IFACE" .....

> Then a bunch of modules are loaded....

Most of them you don't need to load by hand (they'll get loaded 
automatically).  There are few exceptions, such as ip_nat_ftp module 
that needs to be loaded explicitly (if you need it, that is).

> Are <if_lan>, <net_lan> and <if_inet> reserved commands or do I need to put
> something in here. I am assuming these are variables and tie in with the
> above - not sure though.

Those are the places in Rob's examples where you need to fill in your 
data.  For example you would chage <if_inet> to eth0 or "$INET_IFACE".

> One last thing. Is there a way to block an entire domain i.e. domain.com or
> an entire IP block i.e 24.168.1.0/24.

You can block only by IP address (host or network).  You can't block by 
domain name (which would be an useless feature even if it was possible, 
lurking people into false sense of security).

-- 
Aleksandar Milivojevic <amilivojevic@pbl.ca>    Pollard Banknote Limited
Systems Administrator                           1499 Buffalo Place
Tel: (204) 474-2323 ext 276                     Winnipeg, MB  R3T 1L7


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

* RE: Iptables
  2004-09-28  8:19   ` Iptables Contact
@ 2004-09-28 14:04     ` Jason Opperisano
  2004-09-28 14:09     ` Iptables Aleksandar Milivojevic
  1 sibling, 0 replies; 73+ messages in thread
From: Jason Opperisano @ 2004-09-28 14:04 UTC (permalink / raw)
  To: netfilter

On Tue, 2004-09-28 at 04:19, Contact wrote:
> This helps a bit, but still way out of my league - there is a lot of stuff
> to remember. In the many sites, including the one you list below, they talk
> of various configurations before ever getting to the rules - is this
> necessary?
> 
> i.e.
> 
> INET_IP="194.236.50.155"
> INET_IFACE="eth0"
> INET_BROADCAST="194.236.50.255"
> 
> LAN_IP="192.168.0.2"
> LAN_IP_RANGE="192.168.0.0/16"
> LAN_IFACE="eth1"

necessary, no.  but it is a standard scripting practice that makes your
life easier.  would you rather specify "eth0" 50 times in your script,
and then have to change it 50 times when something hardware-wise
changes?  or just change one thing that says "INET_IF=eth0"

> Then a bunch of modules are loaded....

almost all modules are loaded automatically as needed by the kernel. 
you should explicitly load "helper" modules that you expect to need;
i.e., 

        modprobe ip_conntrack_ftp
        modprobe ip_nat_ftp

> Are <if_lan>, <net_lan> and <if_inet> reserved commands or do I need to put
> something in here. I am assuming these are variables and tie in with the
> above - not sure though.

there are no such reserved words/commands with respect to iptables.  it
simply does what you tell it to.

> Note: All the other LAN clients have access to the internet via the Linksys
> router as does the Linux box. The router is my gateway....
> 
> One last thing. Is there a way to block an entire domain i.e. domain.com or
> an entire IP block i.e 24.168.1.0/24.

domain--no, not really.

IP block--yes:

        -s 24.168.1.0/24
        -d 24.168.1.0/24

> Thanks

no prob.  i know it's already been recommended once, but you ready
should hit this up and down:

  http://iptables-tutorial.frozentux.net/iptables-tutorial.html

-j

-- 
Jason Opperisano <opie@817west.com>



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

* Re: Iptables
  2004-09-28  5:07 Iptables Contact
  2004-09-28  5:25 ` Iptables Rob Sterenborg
@ 2004-09-28 10:36 ` John A. Sullivan III
  2004-09-28 14:27 ` Iptables Jose Maria Lopez
  2 siblings, 0 replies; 73+ messages in thread
From: John A. Sullivan III @ 2004-09-28 10:36 UTC (permalink / raw)
  To: Contact; +Cc: netfilter

On Tue, 2004-09-28 at 01:07, Contact wrote:
> Hi,
> 
> I'm new to iptables and having a problem grasping the concept as well as the
> syntax. I have read a lot of sites on this but just not getting it. First -
> running rules. From what I can gather I need to have an rc.firewall file
> with the various rules and such in it - and have this started at boot. Am I
> close?  Second - the syntax. I want to be able to allow my local LAN full
> access to the Linux box (Slackware 10). I also have a website which I want
> to allow everyone - except for a few domains and IP's, SSH which I want to
> allow only certain IP's or domains, and Samba which I want to allow only my
> local LAN. This is where I'm really confused putting this all together. If
> someone could explain this in plain english - or put me on to a really easy
> iptables for dummies type site, it would be appreciated.
> 
> This box is behind attached to a Linksys router and does not act as a NAT.
> It is just a simple little setup on a p166.
> 
> Thanks
> 
I found Oskar Andreasson's tutorial most helpful
(http://iptables-tutorial.frozentux.net/iptables-tutorial.html).  You
can also find some slightly dated slide show training sessions at
http://iscs.sourceforge.net Good luck - John
-- 
John A. Sullivan III
Chief Technology Officer
Nexus Management
+1 207-985-7880
john.sullivan@nexusmgmt.com



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

* RE: Iptables
  2004-09-28  5:25 ` Iptables Rob Sterenborg
@ 2004-09-28  8:19   ` Contact
  2004-09-28 14:04     ` Iptables Jason Opperisano
  2004-09-28 14:09     ` Iptables Aleksandar Milivojevic
  0 siblings, 2 replies; 73+ messages in thread
From: Contact @ 2004-09-28  8:19 UTC (permalink / raw)
  To: 'Rob Sterenborg', netfilter

This helps a bit, but still way out of my league - there is a lot of stuff
to remember. In the many sites, including the one you list below, they talk
of various configurations before ever getting to the rules - is this
necessary?

i.e.

INET_IP="194.236.50.155"
INET_IFACE="eth0"
INET_BROADCAST="194.236.50.255"

LAN_IP="192.168.0.2"
LAN_IP_RANGE="192.168.0.0/16"
LAN_IFACE="eth1"

Then a bunch of modules are loaded....

Are <if_lan>, <net_lan> and <if_inet> reserved commands or do I need to put
something in here. I am assuming these are variables and tie in with the
above - not sure though.

Note: All the other LAN clients have access to the internet via the Linksys
router as does the Linux box. The router is my gateway....

One last thing. Is there a way to block an entire domain i.e. domain.com or
an entire IP block i.e 24.168.1.0/24.

Thanks

> -----Original Message-----
> From: Rob Sterenborg [mailto:rob@sterenborg.info] 
> Sent: September 28, 2004 1:25 AM
> To: 'Contact'; netfilter@lists.netfilter.org.
> Subject: RE: Iptables 
> 
> netfilter-bounces@lists.netfilter.org wrote:
> > Hi,
> > 
> > I'm new to iptables and having a problem grasping the 
> concept as well 
> > as the syntax. I have read a lot of sites on this but just 
> not getting 
> > it. First - running rules. From what I can gather I need to have an 
> > rc.firewall file with the various rules and such in it - and
> 
> The filename depends on your system and/or what you define to 
> be a startup script.
> 
> > have this started at boot. Am I close?  Second - the 
> syntax. I want to 
> > be able to allow my local LAN full access to the Linux box 
> (Slackware 
> > 10). I also have a website which I want to allow everyone
> 
> Ah. Slack. Yes, if you put a rc.firewall file in /etc/rc.d 
> and do a "chmod 700 rc.firewall" there, it will start at boot 
> (if I read rc.inet2 correctly).
> 
> > - except for a few domains and IP's, SSH which I want to allow only 
> > certain IP's or domains, and Samba which I want to allow 
> only my local 
> > LAN. This is where I'm really confused putting this all 
> together. If 
> > someone could explain this in plain english - or put me on 
> to a really 
> > easy iptables for dummies type site, it would be appreciated.
> > 
> > This box is behind attached to a Linksys router and does 
> not act as a 
> > NAT. It is just a simple little setup on a p166.
> 
> Okay. You want to close your box as much as possible :
> iptables -P INPUT DROP
> iptables -P FORWARD DROP
> iptables -P OUTPUT ACCEPT # because in the beginning it will cause \
>                           # you headaches if you DROP this
> 
> Next, allow related and established connections :
> iptables -A INPUT -m state --state RELATED,ESTABLISHED -j 
> ACCEPT iptables -A FORWARD -m state --state 
> RELATED,ESTABLISHED -j ACCEPT
> 
> Allow full access from LAN :
> iptables -A INPUT -i <if_lan> -s <net_lan> -j ACCEPT
> 
> Allow access to website (running on the firewall box I assume) :
> iptables -A INPUT -i <if_inet> -s <ip_to_deny> -p tcp --dport 80 \
>          -j DROP
> ...Repeat for any disallowed host...
> iptables -A INPUT -i <if_inet> -p tcp --dport 80 -j ACCEPT
> 
> Allow access to SSH :
> iptables -A INPUT -i <if_inet> -s <ip_allowed_host> -p tcp \
>          --dport 22 -j ACCEPT
> ...Repeat for any allowed host...
> 
> You already opened up your box for your LAN. That includes 
> Samba so you don't need a rule for this.
> 
> Do you also want internet access for your LAN clients ?
> iptables -A FORWARD -i <if_lan> -o <if_inet> -s <net_lan> \
>          -j ACCEPT
> iptables -t nat -A POSTROUTING -o <if_inet> -s <net_lan> \
>          -j SNAT --to-source <ip_inet>
> 
> 
> A good reading site includes Oskar's :
> http://iptables-tutorial.frozentux.net/iptables-tutorial.html
> 
> 
> Gr,
> Rob
> 
> 





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

* RE: Iptables
  2004-09-28  5:07 Iptables Contact
@ 2004-09-28  5:25 ` Rob Sterenborg
  2004-09-28  8:19   ` Iptables Contact
  2004-09-28 10:36 ` Iptables John A. Sullivan III
  2004-09-28 14:27 ` Iptables Jose Maria Lopez
  2 siblings, 1 reply; 73+ messages in thread
From: Rob Sterenborg @ 2004-09-28  5:25 UTC (permalink / raw)
  To: 'Contact', netfilter

netfilter-bounces@lists.netfilter.org wrote:
> Hi,
> 
> I'm new to iptables and having a problem grasping the concept as well
> as the syntax. I have read a lot of sites on this but just not
> getting it. First - running rules. From what I can gather I need to
> have an rc.firewall file with the various rules and such in it - and

The filename depends on your system and/or what you define to be a
startup script.

> have this started at boot. Am I close?  Second - the syntax. I want
> to be able to allow my local LAN full access to the Linux box
> (Slackware 10). I also have a website which I want to allow everyone

Ah. Slack. Yes, if you put a rc.firewall file in /etc/rc.d and do a
"chmod 700 rc.firewall" there, it will start at boot (if I read rc.inet2
correctly).

> - except for a few domains and IP's, SSH which I want to allow only
> certain IP's or domains, and Samba which I want to allow only my
> local LAN. This is where I'm really confused putting this all
> together. If someone could explain this in plain english - or put me
> on to a really easy iptables for dummies type site, it would be
> appreciated.  
> 
> This box is behind attached to a Linksys router and does not act as a
> NAT. It is just a simple little setup on a p166.

Okay. You want to close your box as much as possible :
iptables -P INPUT DROP
iptables -P FORWARD DROP
iptables -P OUTPUT ACCEPT # because in the beginning it will cause \
                          # you headaches if you DROP this

Next, allow related and established connections :
iptables -A INPUT -m state --state RELATED,ESTABLISHED -j ACCEPT
iptables -A FORWARD -m state --state RELATED,ESTABLISHED -j ACCEPT

Allow full access from LAN :
iptables -A INPUT -i <if_lan> -s <net_lan> -j ACCEPT

Allow access to website (running on the firewall box I assume) :
iptables -A INPUT -i <if_inet> -s <ip_to_deny> -p tcp --dport 80 \
         -j DROP
...Repeat for any disallowed host...
iptables -A INPUT -i <if_inet> -p tcp --dport 80 -j ACCEPT

Allow access to SSH :
iptables -A INPUT -i <if_inet> -s <ip_allowed_host> -p tcp \
         --dport 22 -j ACCEPT
...Repeat for any allowed host...

You already opened up your box for your LAN. That includes Samba so you
don't need a rule for this.

Do you also want internet access for your LAN clients ?
iptables -A FORWARD -i <if_lan> -o <if_inet> -s <net_lan> \
         -j ACCEPT
iptables -t nat -A POSTROUTING -o <if_inet> -s <net_lan> \
         -j SNAT --to-source <ip_inet>


A good reading site includes Oskar's :
http://iptables-tutorial.frozentux.net/iptables-tutorial.html


Gr,
Rob



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

* Iptables
@ 2004-09-28  5:07 Contact
  2004-09-28  5:25 ` Iptables Rob Sterenborg
                   ` (2 more replies)
  0 siblings, 3 replies; 73+ messages in thread
From: Contact @ 2004-09-28  5:07 UTC (permalink / raw)
  To: netfilter

Hi,

I'm new to iptables and having a problem grasping the concept as well as the
syntax. I have read a lot of sites on this but just not getting it. First -
running rules. From what I can gather I need to have an rc.firewall file
with the various rules and such in it - and have this started at boot. Am I
close?  Second - the syntax. I want to be able to allow my local LAN full
access to the Linux box (Slackware 10). I also have a website which I want
to allow everyone - except for a few domains and IP's, SSH which I want to
allow only certain IP's or domains, and Samba which I want to allow only my
local LAN. This is where I'm really confused putting this all together. If
someone could explain this in plain english - or put me on to a really easy
iptables for dummies type site, it would be appreciated.

This box is behind attached to a Linksys router and does not act as a NAT.
It is just a simple little setup on a p166.

Thanks





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

* Re: Iptables
  2004-06-19 23:02 Iptables Xiaofang Chen
@ 2004-06-21 18:26 ` Ian Pratt
  0 siblings, 0 replies; 73+ messages in thread
From: Ian Pratt @ 2004-06-21 18:26 UTC (permalink / raw)
  To: Xiaofang Chen; +Cc: xen-devel, Ian.Pratt


> From the paper "Isolation of Shared Network Resouces in
> XenoServers", it seems that Xen support IPTABLES for each guest
> OS and dom0. Can someone tell me how to use it in Xen? That is,
> how to set those rules for each guest OS?

In the xeno-unstable tree, the guest OS's virtual 'back-end'
interfaces appear as devices in domain0 (e.g. vif1.0 is domain 1
vif 0).

The normal way to configure them is to use brctl (from the
bridge-utils package) to do L2 bridging onto the real network
interface.

If you want to do iptables filtering you'll need to installed the
"ebtables-bridged-nf" patch.

  http://heanet.dl.sourceforge.net/sourceforge/ebtables/ebtables-brnf-5_vs_2.4.25.diff.gz

The patch will apply to Linux 2.4.26 with fuzz factor 3 (-F3).

The only extra kernel config option you'll probably want to enable is
the IP_NF_MATCH_PHYSDEV

Alternatively, you might be able to do what you want just using
ebtables rather than iptables, in which case you should enable 
BRIDGE_NF_EBTABLES etc.


You'll need a relatively recent version of iptables to support
the physdev option -- the default RH9 1.2.7a doesn't support it.

Once you're running you new domain 0 kernel you'll be able to
configure things in the normal way.

For example to restrict a domain to a specific IP address:

iptables -P FORWARD DROP
iptables -A FORWARD -m physdev --physdev-in vif1.0 -s 129.239.38.221 -j ACCEPT
iptables -A FORWARD -m physdev --physdev-out vif1.0 -d 129.239.38.221 -j ACCEPT


Over time, we'll be adding stuff to the management tools to make
configuring IP address restrictions etc easier.

Also, I'll add something to the toplevel Makefile to make
installing the ebtables-bridged-nf patch the default for domain 0
kernels, as I think many people will want it. The patch is
already in mainstream 2.6, so when we make the switch we'll be
able to drop it.


Ian


-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com

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

* Iptables
@ 2004-06-19 23:02 Xiaofang Chen
  2004-06-21 18:26 ` Iptables Ian Pratt
  0 siblings, 1 reply; 73+ messages in thread
From: Xiaofang Chen @ 2004-06-19 23:02 UTC (permalink / raw)
  To: xen-devel

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

Hi,

>From the paper "Isolation of Shared Network Resouces in XenoServers", it seems that Xen support 
IPTABLES for each guest OS and dom0. Can someone tell me how to use it in Xen? That is, how to 
set those rules for each guest OS? 

Thanks.

Xiaofang

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

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

* iptables
@ 2004-05-27 17:51 Alejandro Cabrera Obed
  0 siblings, 0 replies; 73+ messages in thread
From: Alejandro Cabrera Obed @ 2004-05-27 17:51 UTC (permalink / raw)
  To: Netfilter lista (iptables)




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

* iptables
@ 2004-02-27  2:23 mustafa hassan
  0 siblings, 0 replies; 73+ messages in thread
From: mustafa hassan @ 2004-02-27  2:23 UTC (permalink / raw)
  To: netfilter

hi all
plz solve my problem bcuz i have to complete my
assignment
i m having a problem that when i make transparent
redirection with following command
#iptables -t nat -A PREROUTING -i eth0 -p tcp --dport
80 -j REDIRECT --to-port 80
i m getting an error message from squid as follow
when i try to access suppose
http://www.face-pic.com/dawson48
the squid gives me an error
----------------------------------------------------------------------------------------------------------------
While trying to retrieve the URL: /dawsoon48 

The following error was encountered: 

Invalid URL 
Some aspect of the requested URL is incorrect.
Possible problems: 

Missing or incorrect access protocol (should be
`http://'' or similar) 
Missing hostname 
Illegal double-escape in the URL-Path 
Illegal character in hostname; underscores are not
allowed 
-------------------------------------------------------------------------------------------------------------------------
it automatically eliminates the portion
http://www.face-pic.com
while if i set my browser to proxy then i dont get
this error instaed everything works fine
plz help me out

=====
Mustafa Hassan Malik
(Khadim Hussain)

Unix is very simple, but it takes a genius to understand the simplicity. (Dennis Ritchie) 





__________________________________
Do you Yahoo!?
Get better spam protection with Yahoo! Mail.
http://antispam.yahoo.com/tools


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

* Re: iptables
  2004-02-09  4:48 ` iptables VeNoMouS
@ 2004-02-14 20:17   ` Harald Welte
  0 siblings, 0 replies; 73+ messages in thread
From: Harald Welte @ 2004-02-14 20:17 UTC (permalink / raw)
  To: VeNoMouS; +Cc: netfilter-devel

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

On Mon, Feb 09, 2004 at 05:48:42PM +1300, VeNoMouS wrote:
> why does the iptc not account for the traffic in input/output for packets
> that it has forwarded when you itpables -nxvL

a) this is not a development question
b) you have a basci misconception about iptables. Please read at least
   the available documentation before asking on a mailinglist.

-- 
- Harald Welte <laforge@netfilter.org>             http://www.netfilter.org/
============================================================================
  "Fragmentation is like classful addressing -- an interesting early
   architectural error that shows how much experimentation was going
   on while IP was being designed."                    -- Paul Vixie

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

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

* iptables
       [not found] <20040205052840.10884.25667.Mailman@netfilter-sponsored-by.noris.net>
@ 2004-02-09  4:48 ` VeNoMouS
  2004-02-14 20:17   ` iptables Harald Welte
  0 siblings, 1 reply; 73+ messages in thread
From: VeNoMouS @ 2004-02-09  4:48 UTC (permalink / raw)
  To: netfilter-devel

why does the iptc not account for the traffic in input/output for packets
that it has forwarded when you itpables -nxvL

ie: say our masq network is x.x.x.x/24 but our external ip is a.a.a.a any
data bound for or from  x.x.x.x/24 does not get allocated onto a.a.a.a.a why
is that, even tho in effect it is actally bound for the external ip first.

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

* Iptables
@ 2004-01-31  8:39 Ivan Zagvozkine
  0 siblings, 0 replies; 73+ messages in thread
From: Ivan Zagvozkine @ 2004-01-31  8:39 UTC (permalink / raw)
  To: netfilter

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

Hi All,

I do not know much about iptables, and have question for you to ask.

I have a network setup:

Red Hat 9.0 ( two interfaces eth0 connected to Internet and eth1 connected to LAN, but LAN has public Addreses)

eth0 - internet - public address
eth1- LAN - public addresses

I would like to allow all outbount trafic, and not allow inbound, the client behind firewall needs to use VPN and internet browsing, so that why we need to have public addresses.

Could any one tell me what the simple firewall script do I need to apply on Red Hat 9.0 to achieve it.


Regards



Ivan Zagvozkine
izagvozkin@yahoo.com.au

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

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

* Re: Iptables
  2004-01-28 11:12 Iptables jean-francois fleury
@ 2004-01-28 13:25 ` Jeffrey Laramie
  0 siblings, 0 replies; 73+ messages in thread
From: Jeffrey Laramie @ 2004-01-28 13:25 UTC (permalink / raw)
  To: netfilter

jean-francois fleury wrote:

>
> Im new with Iptables but iv been working on it since the last month to 
> built up rule set.
> I have a linux box with 3 int
>
> Eth0 = $EXT (connected to ppp0, ADSL provider)
>
> Eth1 = $DMZ (only a web server for now)
> Eth2 = $INT (my main computer(net surf) and one for IDS, 
> tcpdumb,backup, etc)
>
> Basicly, i know im not the only one with this kind of setup, im sure 
> ;) . First i want
> to access my web server from the $INT to $DMZ to manage it, i want to 
> access
> internet $INT to $EXT (it can be $PPP0) and few other thing such as 
> SSH from
> inside and outside, give full access inside ($INT and in my $DMZ) to my
> IDS. and like everyone else, good rules. What i would like its a setup 
> rules
> already made for this kind of network, that work but i can personolize 
> it. Is
> there someone with this kind of rules so i can start with something ?
>

Take a look here:  http://iptables-tutorial.frozentux.net/

This is an excellent tutorial and has several examples including one 
similar to your configuration.

> If you want my actual rules i can send it. Thanks
>
> PS : sorry for my english but i write basicly in french.
>

Your English is better than my French :-)

Jeff



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

* Iptables
@ 2004-01-28 11:12 jean-francois fleury
  2004-01-28 13:25 ` Iptables Jeffrey Laramie
  0 siblings, 1 reply; 73+ messages in thread
From: jean-francois fleury @ 2004-01-28 11:12 UTC (permalink / raw)
  To: netfilter

[-- Attachment #1: Type: text/html, Size: 1449 bytes --]

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

* Re: iptables
  2004-01-16 22:36 iptables Wilmar jose  wagner
@ 2004-01-22 22:33 ` Pablo Neira
  0 siblings, 0 replies; 73+ messages in thread
From: Pablo Neira @ 2004-01-22 22:33 UTC (permalink / raw)
  To: Wilmar jose wagner, netfilter-devel

Hi,

Wilmar jose wagner wrote:

> I migrate from iptables 1.2.7 to 1.2.9 and after the MASQUERADE     is 
> no more accepted
>  
> My syntax is:
>  
> iptables -t nat -A POSTROURING -o ppp0 -j MASQUERADE

I think that you are mistyping POSTROUTING. Anyway I think that this is 
no the correct list, please refer this problem to the netfilter user 
maillist. They will help you anyway.

cheers,
Pablo

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

* iptables
@ 2004-01-16 22:36 Wilmar jose  wagner
  2004-01-22 22:33 ` iptables Pablo Neira
  0 siblings, 1 reply; 73+ messages in thread
From: Wilmar jose  wagner @ 2004-01-16 22:36 UTC (permalink / raw)
  To: netfilter-devel

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

I migrate from iptables 1.2.7 to 1.2.9 and after the MASQUERADE     is no more accepted

My syntax is:

iptables -t nat -A POSTROURING -o ppp0 -j MASQUERADE



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

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

* Re: iptables
  2003-05-26 13:34 iptables Wan System S.R.L.
@ 2003-05-26 15:27 ` Pedro C. Arias
  0 siblings, 0 replies; 73+ messages in thread
From: Pedro C. Arias @ 2003-05-26 15:27 UTC (permalink / raw)
  To: Wan System S.R.L., netfilter

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

Add ip_conntrack_ftp, ip_nat_ftp modules.

Saludos
Pedro 
Rosario - Argentina.


  ----- Original Message ----- 
  From: Wan System S.R.L. 
  To: netfilter@lists.netfilter.org 
  Sent: Monday, May 26, 2003 10:34 AM
  Subject: iptables 


  I have installed a Red Hat 8.0 iptables 1.27a to make NAT. I have 2 net cards    
  The computers of the internal net have MS Windows XP.  the www doesn't have any problem. When they try to make ftp it leaves the following error:    
  200 ASCII tastes bad, dude.
  500 Illegal PORT command.
  500 Unknow command.

  Please some tip 

  thank

  wansys 

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

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

* iptables
@ 2003-05-26 13:34 Wan System S.R.L.
  2003-05-26 15:27 ` iptables Pedro C. Arias
  0 siblings, 1 reply; 73+ messages in thread
From: Wan System S.R.L. @ 2003-05-26 13:34 UTC (permalink / raw)
  To: netfilter

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

I have installed a Red Hat 8.0 iptables 1.27a to make NAT. I have 2 net cards    
The computers of the internal net have MS Windows XP.  the www doesn't have any problem. When they try to make ftp it leaves the following error:    
200 ASCII tastes bad, dude.
500 Illegal PORT command.
500 Unknow command.

Please some tip 

thank

wansys 

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

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

* IPTABLES
@ 2003-04-28 18:29 lfps
  0 siblings, 0 replies; 73+ messages in thread
From: lfps @ 2003-04-28 18:29 UTC (permalink / raw)
  To: netfilter

Tenho um manual que saquei da Net sobre iptables e fiquei muito satisfeito por
encontrar algo em português, pois é quase tudo em inglês, e eu infelizmente não
sou muito bom em inglês.
Queria pedir-lhes se têm conhecimento de algum site ou então mais algum manual
que fale de firewalls em Linux, pois estou a estagiar e tenho de pesquisar sobre
firewalls, sendo talvez umas das boas opções o IPTABLES. Peço que me ajude!!!
O manual a que tive acesso foi o "Linux 2.4 Packet Filtering HOWTO (Revision
1.19 2001/05/26)"

PS: Escolhi o Linux, porque me disseram que seria o melhor em segurança!


Obrigado desde já, esperando por uma resposta!

----------------------------------------------------------
Este e-mail foi enviado através do serviço Teotonio Webmail(http://webmail.ipv.pt)



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

* iptables
@ 2003-04-23  5:17 Star Fire
  0 siblings, 0 replies; 73+ messages in thread
From: Star Fire @ 2003-04-23  5:17 UTC (permalink / raw)
  To: netfilter





dear group,

I'm quite new to iptables and using 1.2.6a. We have a linux box opend to the 
net and behind that is a ISA server doing the proxying for the users. We 
have implemented incident reporting on it and continuously getting alerts 
that there are port scan attempts to the internal ISA server. I have enabled 
established and related traffic through my firewal. Can you please tell me 
how this happens.

Question number 2 is..can someone put my linux server external ip address as 
a gteway address and do a portscan to our internal ISA server which has a 
192.168 range IP. If so how can i stop this through IPTABLES?.

Thanks for your time.

_________________________________________________________________
Protect your PC - get McAfee.com VirusScan Online 
http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963



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

* iptables
@ 2003-02-27 18:04 Guss
  0 siblings, 0 replies; 73+ messages in thread
From: Guss @ 2003-02-27 18:04 UTC (permalink / raw)
  To: netfilter

hi,

on my operating system SuSe 8.0 I could not find the entries:
/proc/sys/net/ipv4/icmp_ignore_bogus_error_responses
/proc/sys/net/ipv4/icmp_destunreach_rate
/proc/sys/net/ipv4/icmp_echoreply_rate
/proc/sys/net/ipv4/icmp_paramprob_rate
/proc/sys/net/ipv4/icmp_timeexeceed_rate
so I got by the first Test of my beginner script error-messages. Can't find
it
And the error message: $IPTABLES -P unknown

The script is from the book 'Das Firewallbuch' from SuSe (germany).

Thanks for help!

W. Guss



________________________________________________
Message sent using Publikom-Mail  - webmail public preview -



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

* Re: iptables
  2003-01-19 17:30 iptables VASIF MUSAOGULLARI
@ 2003-01-21 11:42 ` Erdal Mutlu
  0 siblings, 0 replies; 73+ messages in thread
From: Erdal Mutlu @ 2003-01-21 11:42 UTC (permalink / raw)
  To: VASIF MUSAOGULLARI; +Cc: netfilter

On Sun, 19 Jan 2003, VASIF MUSAOGULLARI wrote:

>
> I have a problem with firewall settings - timeout.
> We installed Suse 7.3 for ppc onto a Logical Partition of an IBM iSeries
> machine.
>
> Everything is fine. It is the firewall of the system.
> But, it disconnects the clients if they are idle for 12 minutes. I guess
> default timeout is set to 12 minutes.
> How can I increase the timeout time?
> What should I add to the iptables definitions ?
> Or is there any other way to increase this timeout time ?
>
> I need your urgent response please...
> Thanks in advance,
> -vas

Hello,

which version of iptables and kernel are you using?.
What kind of connections are disconnected?

Best regards.
Erdal Mutlu
System Administrator

Du-Pont-Strasse 1
D-61352 Bad Homburg
Tel.: +49 6172 484 - 447
Fax: +49 6172 484 - 5447
email: emutlu@fonts.de
http://www.linotypelibrary.com
http://www.fonts.de





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

* iptables
@ 2003-01-19 17:30 VASIF MUSAOGULLARI
  2003-01-21 11:42 ` iptables Erdal Mutlu
  0 siblings, 1 reply; 73+ messages in thread
From: VASIF MUSAOGULLARI @ 2003-01-19 17:30 UTC (permalink / raw)
  To: netfilter

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

 
I have a problem with firewall settings - timeout. 
We installed Suse 7.3 for ppc onto a Logical Partition of an IBM iSeries
machine. 
 
Everything is fine. It is the firewall of the system. 
But, it disconnects the clients if they are idle for 12 minutes. I guess
default timeout is set to 12 minutes. 
How can I increase the timeout time? 
What should I add to the iptables definitions ?  
Or is there any other way to increase this timeout time ? 
 
I need your urgent response please... 
Thanks in advance, 
-vas

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

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

* IPtables
@ 2003-01-17  9:20 Jet
  0 siblings, 0 replies; 73+ messages in thread
From: Jet @ 2003-01-17  9:20 UTC (permalink / raw)
  To: netfilter@lists

Can anyone pls verify that whether iptables is vulnerable to the following
bugtraq ID?

http://www.securityfocus.com/bid/6534

Base on my testing (1.2.7a), it is vulnerable too.

 - Jet
Security Analyst

email: jchan@trusecure.com




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

* iptables
@ 2002-11-18 22:30 Alexandre Carlos
  0 siblings, 0 replies; 73+ messages in thread
From: Alexandre Carlos @ 2002-11-18 22:30 UTC (permalink / raw)
  To: netfilter-devel

Hi all

My experimental backbone is the following:

           67.91  4.2     4.3   1.3   1.1    10.1
             --------        ------       --------
 67.90- | ingress |----| core |----| egrees |-----10.2
             --------         -----        --------


I´m using IPTABLES version 1.2.4-dscp do set up the tos value of the
packets. I´m creating the following rule on the ingress and the egress
hosts.

iptables -A PREROUTING -t mangle -p icmp -j FTOS --set-ftos 0x28 or
iptables -A FORWARD -t mangle -p icmp -j FTOS --set-ftos 0x28

But when i try do ping from 67.90 to 10.2

The chechshum of the ip on the reply message is incorrect, so the packet is
droped on core hosts.

I would like to know, how can i avoid dropping the packet and still using
the same version of iptables and rules

Alex

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

* IPtables
@ 2002-10-17 23:25 Alexandre Carlos
  0 siblings, 0 replies; 73+ messages in thread
From: Alexandre Carlos @ 2002-10-17 23:25 UTC (permalink / raw)
  To: netfilter-devel

I have the following network


            B
          /  |  \
A1--A  |    C--C1
          \  |    /
             D

I wanto A1 to ping C1 through the following path a-b-c,
so i created the following rule in the nat table of iptable

iptable -t nat -A PREROUTING -s 10.1.1.0/24 -d 192.168.67.0/24 -p icmp -j
DNAT --to-destination 192.168.3.1

The network 10.1.1.0 representes A1, the network 192.168.67.0 C1 and the
address 192.168.3.1 is the interface that the packet shoulkd reach B.

But when i start the ping i can´t capture the packet using the sniffer and
when a turn down all the interfaces of B and D the ping don´t stop.

Can anyone help me please.

Regards,

Alex

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

* RE: iptables
  2002-06-28 13:28 iptables luigicart
  2002-06-28 13:45 ` iptables Antony Stone
  2002-06-28 13:48 ` iptables Tom Eastep
@ 2002-06-28 14:00 ` Joe Patterson
  2 siblings, 0 replies; 73+ messages in thread
From: Joe Patterson @ 2002-06-28 14:00 UTC (permalink / raw)
  To: luigicart, netfilter

do an lsmod and see if ipchains is loaded.  My bet is that you're on a stock
RH box. Those load up ipchains whether you want them to or not.  If I'm
right, a command like `rmmod ipchains` should clear it up until the next
reboot, and `chkconfig ipchains off` and/or `chkconfig ipchains --del
ipchains`  should keep the problem from coming back.

-Joe

> -----Original Message-----
> From: netfilter-admin@lists.samba.org
> [mailto:netfilter-admin@lists.samba.org]On Behalf Of luigicart@tin.it
> Sent: Friday, June 28, 2002 9:29 AM
> To: netfilter@samba.org
> Subject: iptables
>
>
> Hi I'm Luigi.When I digit a whichever iptables command the shell say:
> /lib/modules/2.4.7-10/net/ipv4/netfilter/ip_tables.o :init_module:
> Device or resource busy
> Hint: insmod errors can be caused by incorrect module parameters,
> including invalid IO orIRQ parameters
> /lib/modules/2.4.7-10/net/ipv4/netfilter/ip_tables.o: insmod
> /lib/modules/Kernel/net/ipv4/netfilter/ip_tables.o
> failed
> /lib/modules/2.4.7-10/kernel/net/ipv4/netfilter/ip_tables.o
> :insmod ip_tables
> failed
> iptables v1.2.3: can't initialize iptables table 'filter' :iptables who?
> (do you need to insmod?)
> Perhaps iptables or your kernel needs to be upgraded.
>
> Why???????
> Thak you very much
> Luigi
>
>
>
>
>
>



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

* Re: iptables
  2002-06-28 13:28 iptables luigicart
  2002-06-28 13:45 ` iptables Antony Stone
@ 2002-06-28 13:48 ` Tom Eastep
  2002-06-28 14:00 ` iptables Joe Patterson
  2 siblings, 0 replies; 73+ messages in thread
From: Tom Eastep @ 2002-06-28 13:48 UTC (permalink / raw)
  To: luigicart; +Cc: netfilter

On Fri, 28 Jun 2002, luigicart@tin.it wrote:

> Hi I'm Luigi.When I digit a whichever iptables command the shell say:
> /lib/modules/2.4.7-10/net/ipv4/netfilter/ip_tables.o :init_module:
> Device or resource busy
> Hint: insmod errors can be caused by incorrect module parameters,
> including invalid IO orIRQ parameters
> /lib/modules/2.4.7-10/net/ipv4/netfilter/ip_tables.o: insmod /lib/modules/Kernel/net/ipv4/netfilter/ip_tables.o
> failed
> /lib/modules/2.4.7-10/kernel/net/ipv4/netfilter/ip_tables.o :insmod ip_tables
> failed
> iptables v1.2.3: can't initialize iptables table 'filter' :iptables who?
> (do you need to insmod?)
> Perhaps iptables or your kernel needs to be upgraded.
> 
> Why???????

See http://www.shorewall.net/FAQ.htm#faq8

-Tom
-- 
Tom Eastep    \ Shorewall - iptables made easy
AIM: tmeastep  \ http://www.shorewall.net
ICQ: #60745924  \ teastep@shorewall.net



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

* Re: iptables
  2002-06-28 13:28 iptables luigicart
@ 2002-06-28 13:45 ` Antony Stone
  2002-06-28 13:48 ` iptables Tom Eastep
  2002-06-28 14:00 ` iptables Joe Patterson
  2 siblings, 0 replies; 73+ messages in thread
From: Antony Stone @ 2002-06-28 13:45 UTC (permalink / raw)
  To: netfilter

On Friday 28 June 2002 2:28 pm, luigicart@tin.it wrote:

> Hi I'm Luigi.When I digit a whichever iptables command the shell say:
> /lib/modules/2.4.7-10/net/ipv4/netfilter/ip_tables.o :init_module:
> Device or resource busy
> Hint: insmod errors can be caused by incorrect module parameters,
> including invalid IO orIRQ parameters
> /lib/modules/2.4.7-10/net/ipv4/netfilter/ip_tables.o: insmod
> /lib/modules/Kernel/net/ipv4/netfilter/ip_tables.o failed
> /lib/modules/2.4.7-10/kernel/net/ipv4/netfilter/ip_tables.o :insmod
> ip_tables failed
> iptables v1.2.3: can't initialize iptables table 'filter' :iptables who?
> (do you need to insmod?)
> Perhaps iptables or your kernel needs to be upgraded.

You could try compiling all your netfilter stuff into the kernel instead of 
loading it as modules - that's the way I always do it.

 

Antony.


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

* iptables
@ 2002-06-28 13:28 luigicart
  2002-06-28 13:45 ` iptables Antony Stone
                   ` (2 more replies)
  0 siblings, 3 replies; 73+ messages in thread
From: luigicart @ 2002-06-28 13:28 UTC (permalink / raw)
  To: netfilter

Hi I'm Luigi.When I digit a whichever iptables command the shell say:
/lib/modules/2.4.7-10/net/ipv4/netfilter/ip_tables.o :init_module:
Device or resource busy
Hint: insmod errors can be caused by incorrect module parameters,
including invalid IO orIRQ parameters
/lib/modules/2.4.7-10/net/ipv4/netfilter/ip_tables.o: insmod /lib/modules/Kernel/net/ipv4/netfilter/ip_tables.o
failed
/lib/modules/2.4.7-10/kernel/net/ipv4/netfilter/ip_tables.o :insmod ip_tables
failed
iptables v1.2.3: can't initialize iptables table 'filter' :iptables who?
(do you need to insmod?)
Perhaps iptables or your kernel needs to be upgraded.

Why???????
Thak you very much
Luigi





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

* Re: iptables
  2002-06-18 21:06 iptables Russell Coker
@ 2002-06-20 12:44 ` Stephen Smalley
  0 siblings, 0 replies; 73+ messages in thread
From: Stephen Smalley @ 2002-06-20 12:44 UTC (permalink / raw)
  To: Russell Coker; +Cc: SE Linux

[-- Attachment #1: Type: TEXT/PLAIN, Size: 465 bytes --]


On Tue, 18 Jun 2002, Russell Coker wrote:

> It appears that when netfilter reject rules cause an ICMP message, that
> message has an unlabelled source type...

Try the attached patches for lsm-2.4 and selinux and see whether they
address your problems with unlabeled IGMP and unlabeled ICMP messages.
You will need to install the updated initial_sids file into
/usr/lib/selinux prior to rebuilding your policy.

--
Stephen D. Smalley, NAI Labs
ssmalley@nai.com



[-- Attachment #2: Type: TEXT/PLAIN, Size: 8061 bytes --]

Index: security/selinux/hooks.c
===================================================================
RCS file: /cvsroot/selinux/nsa/lsm-2.4/security/selinux/hooks.c,v
retrieving revision 1.9
diff -u -r1.9 hooks.c
--- security/selinux/hooks.c	3 Jun 2002 13:46:51 -0000	1.9
+++ security/selinux/hooks.c	20 Jun 2002 12:41:07 -0000
@@ -3018,6 +3018,31 @@
 		return NF_DROP;
 	ssec = skb->lsm_security;
 
+	if (ssec->ssid == SECINITSID_UNLABELED) {
+		const struct iphdr *ip = skb->nh.iph;
+
+		if (!skb->sk && ip->protocol == IPPROTO_IGMP) {
+			ssec->ssid = ssec->msid = SECINITSID_IGMP_PACKET;
+		} else if (!skb->sk && ip->protocol == IPPROTO_ICMP) {
+			ssec->ssid = ssec->msid = SECINITSID_ICMP_SOCKET;
+		} else if (net_ratelimit()) {
+			__u16 src_port = 0, dst_port = 0;
+
+			if (ip->protocol == IPPROTO_TCP
+			    || ip->protocol == IPPROTO_UDP) {
+				struct tcphdr *tcp=(struct tcphdr *)((__u32 *)ip+ip->ihl);
+				src_port = ntohs(tcp->source);
+				dst_port = ntohs(tcp->dest);
+			}
+
+			printk(__FUNCTION__ ":  Unlabeled outbound packet\n");
+			printk(__FUNCTION__ ":  PROTO=%d %u.%u.%u.%u:%hu %u.%u.%u.%u:%hu\n",
+			       ip->protocol, NIPQUAD(ip->saddr),
+			       src_port, NIPQUAD(ip->daddr),
+			       dst_port);
+		}
+	}
+
 	if (ssec->invalid) {
 		printk("%s: dropping invalid skb\n", __FUNCTION__);
 		return NF_DROP;
@@ -3082,6 +3107,31 @@
 		return NF_DROP;
 	ssec = skb->lsm_security;
 
+	if (ssec->ssid == SECINITSID_UNLABELED) {
+		const struct iphdr *ip = skb->nh.iph;
+
+		if (!skb->sk && ip->protocol == IPPROTO_IGMP) {
+			ssec->ssid = ssec->msid = SECINITSID_IGMP_PACKET;
+		} else if (!skb->sk && ip->protocol == IPPROTO_ICMP) {
+			ssec->ssid = ssec->msid = SECINITSID_ICMP_SOCKET;
+		} else if (net_ratelimit()) {
+			__u16 src_port = 0, dst_port = 0;
+
+			if (ip->protocol == IPPROTO_TCP
+			    || ip->protocol == IPPROTO_UDP) {
+				struct tcphdr *tcp=(struct tcphdr *)((__u32 *)ip+ip->ihl);
+				src_port = ntohs(tcp->source);
+				dst_port = ntohs(tcp->dest);
+			}
+
+			printk(__FUNCTION__ ":  Unlabeled outbound packet\n");
+			printk(__FUNCTION__ ":  PROTO=%d %u.%u.%u.%u:%hu %u.%u.%u.%u:%hu\n",
+			       ip->protocol, NIPQUAD(ip->saddr),
+			       src_port, NIPQUAD(ip->daddr),
+			       dst_port);
+		}
+	}
+
 	switch (iph->protocol) {
 	case IPPROTO_UDP:
 		netif_perm = NETIF__UDP_SEND;
@@ -4477,16 +4527,22 @@
 			/* TCP socket that has no associated user socket. */
 			ssec->ssid = SECINITSID_TCP_SOCKET;
 			ssec->msid = ssec->ssid;
-		} 
+		} else if (sk->family == PF_INET) {
+			printk(__FUNCTION__ ":  no userspace socket (family %d, type %d, protocol %d)\n", sk->family, sk->type, sk->protocol);
+		}
 		return;
 	}
 		
-	if (!SOCK_INODE(sk->socket)) 
+	if (!SOCK_INODE(sk->socket)) {
+		printk(__FUNCTION__ ":  no inode for socket (family %d, type %d, protocol %d)\n", sk->family, sk->type, sk->protocol);
 		return;
+	}
 			
 	err = inode_precondition(SOCK_INODE(sk->socket));
-	if (err <= 0) 
+	if (err <= 0) {
+		printk(__FUNCTION__ ": inode_precondition failed, err=%d\n", err);
 		return;
+	}
 	isec = SOCK_INODE(sk->socket)->i_security;
 
 	if (isec->sid == SECINITSID_KERNEL || 
@@ -4497,6 +4553,8 @@
 			isec->sid = SECINITSID_TCP_SOCKET;
 		else if (sk->family == PF_INET && sk->protocol == IPPROTO_ICMP)
 			isec->sid = SECINITSID_ICMP_SOCKET;
+		else
+			printk(__FUNCTION__ ":  unrecognized kernel socket (family %d, protocol %d, sid %d)\n", sk->family, sk->protocol, isec->sid);
 	}
 
 	/* Initialize SIDs from the sending socket. */
Index: security/selinux/flask/initial_sids
===================================================================
RCS file: /cvsroot/selinux/nsa/lsm-2.4/security/selinux/flask/initial_sids,v
retrieving revision 1.1.1.2
diff -u -r1.1.1.2 initial_sids
--- security/selinux/flask/initial_sids	15 Mar 2002 13:21:43 -0000	1.1.1.2
+++ security/selinux/flask/initial_sids	20 Jun 2002 12:41:07 -0000
@@ -17,6 +17,7 @@
 sid netif
 sid netmsg
 sid node
+sid igmp_packet
 sid icmp_socket
 sid tcp_socket
 sid proc_kmsg
Index: security/selinux/include/linux/flask/flask.h
===================================================================
RCS file: /cvsroot/selinux/nsa/lsm-2.4/security/selinux/include/linux/flask/flask.h,v
retrieving revision 1.1.1.2
diff -u -r1.1.1.2 flask.h
--- security/selinux/include/linux/flask/flask.h	15 Mar 2002 13:21:44 -0000	1.1.1.2
+++ security/selinux/include/linux/flask/flask.h	20 Jun 2002 12:41:07 -0000
@@ -53,27 +53,28 @@
 #define SECINITSID_NETIF                                11
 #define SECINITSID_NETMSG                               12
 #define SECINITSID_NODE                                 13
-#define SECINITSID_ICMP_SOCKET                          14
-#define SECINITSID_TCP_SOCKET                           15
-#define SECINITSID_PROC_KMSG                            16
-#define SECINITSID_PROC_KCORE                           17
-#define SECINITSID_SYSCTL_MODPROBE                      18
-#define SECINITSID_SYSCTL                               19
-#define SECINITSID_SYSCTL_FS                            20
-#define SECINITSID_SYSCTL_KERNEL                        21
-#define SECINITSID_SYSCTL_NET                           22
-#define SECINITSID_SYSCTL_NET_UNIX                      23
-#define SECINITSID_SYSCTL_VM                            24
-#define SECINITSID_SYSCTL_DEV                           25
-#define SECINITSID_KMOD                                 26
-#define SECINITSID_DEVPTS                               27
-#define SECINITSID_NFS                                  28
-#define SECINITSID_POLICY                               29
-#define SECINITSID_TMPFS                                30
-#define SECINITSID_DEVFS                                31
-#define SECINITSID_USBDEVFS                             32
-#define SECINITSID_USBDEVFS_DEVICE                      33
+#define SECINITSID_IGMP_PACKET                          14
+#define SECINITSID_ICMP_SOCKET                          15
+#define SECINITSID_TCP_SOCKET                           16
+#define SECINITSID_PROC_KMSG                            17
+#define SECINITSID_PROC_KCORE                           18
+#define SECINITSID_SYSCTL_MODPROBE                      19
+#define SECINITSID_SYSCTL                               20
+#define SECINITSID_SYSCTL_FS                            21
+#define SECINITSID_SYSCTL_KERNEL                        22
+#define SECINITSID_SYSCTL_NET                           23
+#define SECINITSID_SYSCTL_NET_UNIX                      24
+#define SECINITSID_SYSCTL_VM                            25
+#define SECINITSID_SYSCTL_DEV                           26
+#define SECINITSID_KMOD                                 27
+#define SECINITSID_DEVPTS                               28
+#define SECINITSID_NFS                                  29
+#define SECINITSID_POLICY                               30
+#define SECINITSID_TMPFS                                31
+#define SECINITSID_DEVFS                                32
+#define SECINITSID_USBDEVFS                             33
+#define SECINITSID_USBDEVFS_DEVICE                      34
 
-#define SECINITSID_NUM                                  33
+#define SECINITSID_NUM                                  34
 
 #endif
Index: security/selinux/include/linux/flask/initial_sid_to_string.h
===================================================================
RCS file: /cvsroot/selinux/nsa/lsm-2.4/security/selinux/include/linux/flask/initial_sid_to_string.h,v
retrieving revision 1.1.1.2
diff -u -r1.1.1.2 initial_sid_to_string.h
--- security/selinux/include/linux/flask/initial_sid_to_string.h	15 Mar 2002 13:21:44 -0000	1.1.1.2
+++ security/selinux/include/linux/flask/initial_sid_to_string.h	20 Jun 2002 12:41:07 -0000
@@ -15,6 +15,7 @@
     "netif",
     "netmsg",
     "node",
+    "igmp_packet",
     "icmp_socket",
     "tcp_socket",
     "proc_kmsg",

[-- Attachment #3: Type: TEXT/PLAIN, Size: 1504 bytes --]

Index: policy/initial_sid_contexts
===================================================================
RCS file: /cvsroot/selinux/nsa/selinux/policy/initial_sid_contexts,v
retrieving revision 1.1.1.2
diff -u -r1.1.1.2 initial_sid_contexts
--- policy/initial_sid_contexts	15 Mar 2002 13:01:18 -0000	1.1.1.2
+++ policy/initial_sid_contexts	20 Jun 2002 12:42:02 -0000
@@ -17,6 +17,7 @@
 sid netif	system_u:object_r:netif_t
 sid netmsg	system_u:object_r:netmsg_t
 sid node	system_u:object_r:node_t
+sid igmp_packet system_u:system_r:igmp_packet_t
 sid icmp_socket system_u:system_r:icmp_socket_t
 sid tcp_socket  system_u:system_r:tcp_socket_t
 sid proc_kmsg	system_u:object_r:proc_kmsg_t
Index: policy/types/network.te
===================================================================
RCS file: /cvsroot/selinux/nsa/selinux/policy/types/network.te,v
retrieving revision 1.1.1.3
diff -u -r1.1.1.3 network.te
--- policy/types/network.te	3 May 2002 12:26:42 -0000	1.1.1.3
+++ policy/types/network.te	20 Jun 2002 12:42:02 -0000
@@ -19,11 +19,14 @@
 role system_r types any_socket_t;
 
 #
+# igmp_packet_t is the type of kernel-generated IGMP packets.
 # icmp_socket_t is the type of the kernel socket
 # used to send ICMP messages.
 # tcp_socket_t is the type of the kernel socket
 # used to send TCP resets.
 #
+type igmp_packet_t;
+role system_r types igmp_packet_t;
 type icmp_socket_t, socket_type;
 role system_r types icmp_socket_t;
 type tcp_socket_t, socket_type;

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

* iptables
@ 2002-06-18 21:06 Russell Coker
  2002-06-20 12:44 ` iptables Stephen Smalley
  0 siblings, 1 reply; 73+ messages in thread
From: Russell Coker @ 2002-06-18 21:06 UTC (permalink / raw)
  To: SE Linux

It appears that when netfilter reject rules cause an ICMP message, that 
message has an unlabelled source type...

--
You have received this message because you are subscribed to the selinux list.
If you no longer wish to subscribe, send mail to majordomo@tycho.nsa.gov with
the words "unsubscribe selinux" without quotes as the message.

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

* Iptables
@ 2002-06-13  9:03 Paulo Andre
  0 siblings, 0 replies; 73+ messages in thread
From: Paulo Andre @ 2002-06-13  9:03 UTC (permalink / raw)
  To: Netfilter (E-mail)

I use iptables-1.2.6a, and ulog.
Has anyone written a script that will go through the log files and filter
out stats that management require (eg. daily no. of port scans, telnet/ssh
attempts etc.)

Thanks

Paulo 





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

* Re: iptables
@ 2002-06-11  2:24 Matthew Hellman
  0 siblings, 0 replies; 73+ messages in thread
From: Matthew Hellman @ 2002-06-11  2:24 UTC (permalink / raw)
  To: Paulo Andre, Netfilter (E-mail)

oops. Make sure you use port 25 though:

c:\> telnet mailserver.domain.com 25

----- Original Message -----
From: "Matthew Hellman" <mhellman@raccoon.com>
To: "Paulo Andre" <PAndre@autopage.altech.co.za>; "Netfilter (E-mail)"
<netfilter@lists.samba.org>
Sent: Monday, June 10, 2002 9:23 PM
Subject: Re: iptables


> try telnetting from the exchange server to a mail server on the Internet.
>
> ----- Original Message -----
> From: "Paulo Andre" <PAndre@autopage.altech.co.za>
> To: "Netfilter (E-mail)" <netfilter@lists.samba.org>
> Sent: Monday, June 10, 2002 9:06 AM
> Subject: iptables
>
>
> > I have a Exchange server that needs to send mail out, the firewall
> > (iptables) is set up as follows:
> >
> > iptables -A FORWARD -s (mail srv) -p tcp --dport 25 -j ACCEPT
> >
> > The mail server comes back with a "Host unreachable" error, and nslookup
> and
> > traceroute takes me to the destination fine. Anyone have any ideas...???
> >
> >
> >
> >
>




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

* Re: iptables
  2002-06-10 14:06 iptables Paulo Andre
  2002-06-10 19:27 ` iptables Antony Stone
@ 2002-06-11  2:23 ` Matthew Hellman
  1 sibling, 0 replies; 73+ messages in thread
From: Matthew Hellman @ 2002-06-11  2:23 UTC (permalink / raw)
  To: Paulo Andre, Netfilter (E-mail)

try telnetting from the exchange server to a mail server on the Internet.

----- Original Message -----
From: "Paulo Andre" <PAndre@autopage.altech.co.za>
To: "Netfilter (E-mail)" <netfilter@lists.samba.org>
Sent: Monday, June 10, 2002 9:06 AM
Subject: iptables


> I have a Exchange server that needs to send mail out, the firewall
> (iptables) is set up as follows:
>
> iptables -A FORWARD -s (mail srv) -p tcp --dport 25 -j ACCEPT
>
> The mail server comes back with a "Host unreachable" error, and nslookup
and
> traceroute takes me to the destination fine. Anyone have any ideas...???
>
>
>
>




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

* Re: iptables
  2002-06-10 14:06 iptables Paulo Andre
@ 2002-06-10 19:27 ` Antony Stone
  2002-06-11  2:23 ` iptables Matthew Hellman
  1 sibling, 0 replies; 73+ messages in thread
From: Antony Stone @ 2002-06-10 19:27 UTC (permalink / raw)
  To: Netfilter (E-mail)

On Monday 10 June 2002 3:06 pm, Paulo Andre wrote:

> I have a Exchange server

You have our sympathies...

> that needs to send mail out, the firewall
> (iptables) is set up as follows:
>
> iptables -A FORWARD -s (mail srv) -p tcp --dport 25 -j ACCEPT
>
> The mail server comes back with a "Host unreachable" error, and nslookup
> and traceroute takes me to the destination fine. Anyone have any
> ideas...???

Try putting a rule at the start of your FORWARD chain:

iptables -I FORWARD -s (mail srv) -j LOG --log-prefix "Exchg Svr"

And see if it's doing something strange....

 

Antony


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

* iptables
@ 2002-06-10 14:06 Paulo Andre
  2002-06-10 19:27 ` iptables Antony Stone
  2002-06-11  2:23 ` iptables Matthew Hellman
  0 siblings, 2 replies; 73+ messages in thread
From: Paulo Andre @ 2002-06-10 14:06 UTC (permalink / raw)
  To: Netfilter (E-mail)

I have a Exchange server that needs to send mail out, the firewall
(iptables) is set up as follows:

iptables -A FORWARD -s (mail srv) -p tcp --dport 25 -j ACCEPT

The mail server comes back with a "Host unreachable" error, and nslookup and
traceroute takes me to the destination fine. Anyone have any ideas...???





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

end of thread, other threads:[~2012-04-14 12:20 UTC | newest]

Thread overview: 73+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-04-27  8:05 iptables Manu
2009-04-29 20:32 ` iptables Jan Engelhardt
2009-05-05 13:38   ` iptables Patrick McHardy
2009-05-05 19:26     ` iptables Jan Engelhardt
2009-05-06  7:53       ` iptables Manu
  -- strict thread matches above, loose matches on Subject: below --
2012-04-14 12:20 IPTables nullv
2012-04-13 23:54 IPTables nullv
2012-04-14  9:35 ` IPTables Amos Jeffries
2012-04-13 23:53 IPTables nullv
     [not found] <047d7b10cb31c8716404bd5f56a7@google.com>
     [not found] ` <e89a8ff2474fc99c5604bd608a88@google.com>
2012-04-11 13:06   ` IPTables Ethy H. Brito
2012-04-11  3:03 IPTables Al Grant
2012-04-11  3:45 ` IPTables Ethy H. Brito
2012-04-11  6:33 ` IPTables John Lister
     [not found] <BANLkTi=G1ecs9wx+QgAcUphK2-jg60nbAw@mail.gmail.com>
2011-06-02 11:47 ` Iptables Pablo Neira Ayuso
2008-01-13 18:53 Can't set up transparent proxy on XO laptop P Zemlja
2008-01-13 22:44 ` G.W. Haywood
2008-01-14  7:45   ` iptables sa
2008-01-14  9:17     ` iptables G.W. Haywood
2008-01-15 13:12       ` iptables sa
2008-01-15 14:54         ` iptables G.W. Haywood
2006-10-19  5:08 IPTABLES tarak
2005-06-19  2:17 iptables s s
2005-05-19 17:45 Iptables Chadley Wilson
2005-05-19 19:33 ` Iptables Jason Opperisano
2005-05-19 20:13   ` Iptables Chadley Wilson
2005-05-19 21:43     ` Iptables Jason Opperisano
2005-05-20  5:38       ` Iptables Chadley Wilson
2005-05-20  5:50         ` Iptables Jason Opperisano
2005-05-20  6:04         ` Iptables Rob Sterenborg
2005-05-20  6:26           ` Iptables Rob Sterenborg
2005-05-18 21:04 Iptables Limbert Fuentes Quiroga
2005-01-31 11:31 iptables Alabama
2005-01-31 12:02 ` iptables John A. Sullivan III
     [not found] ` <5.2.0.9.0.20050131135158.02a9dec0@poczta.interia.pl>
2005-01-31 13:18   ` iptables John A. Sullivan III
2005-01-31 11:16 iptables Andrzej
2004-11-29 14:58 iptables MANJUNATH
2004-09-28  5:07 Iptables Contact
2004-09-28  5:25 ` Iptables Rob Sterenborg
2004-09-28  8:19   ` Iptables Contact
2004-09-28 14:04     ` Iptables Jason Opperisano
2004-09-28 14:09     ` Iptables Aleksandar Milivojevic
2004-09-28 10:36 ` Iptables John A. Sullivan III
2004-09-28 14:27 ` Iptables Jose Maria Lopez
2004-06-19 23:02 Iptables Xiaofang Chen
2004-06-21 18:26 ` Iptables Ian Pratt
2004-05-27 17:51 iptables Alejandro Cabrera Obed
2004-02-27  2:23 iptables mustafa hassan
     [not found] <20040205052840.10884.25667.Mailman@netfilter-sponsored-by.noris.net>
2004-02-09  4:48 ` iptables VeNoMouS
2004-02-14 20:17   ` iptables Harald Welte
2004-01-31  8:39 Iptables Ivan Zagvozkine
2004-01-28 11:12 Iptables jean-francois fleury
2004-01-28 13:25 ` Iptables Jeffrey Laramie
2004-01-16 22:36 iptables Wilmar jose  wagner
2004-01-22 22:33 ` iptables Pablo Neira
2003-05-26 13:34 iptables Wan System S.R.L.
2003-05-26 15:27 ` iptables Pedro C. Arias
2003-04-28 18:29 IPTABLES lfps
2003-04-23  5:17 iptables Star Fire
2003-02-27 18:04 iptables Guss
2003-01-19 17:30 iptables VASIF MUSAOGULLARI
2003-01-21 11:42 ` iptables Erdal Mutlu
2003-01-17  9:20 IPtables Jet
2002-11-18 22:30 iptables Alexandre Carlos
2002-10-17 23:25 IPtables Alexandre Carlos
2002-06-28 13:28 iptables luigicart
2002-06-28 13:45 ` iptables Antony Stone
2002-06-28 13:48 ` iptables Tom Eastep
2002-06-28 14:00 ` iptables Joe Patterson
2002-06-18 21:06 iptables Russell Coker
2002-06-20 12:44 ` iptables Stephen Smalley
2002-06-13  9:03 Iptables Paulo Andre
2002-06-11  2:24 iptables Matthew Hellman
2002-06-10 14:06 iptables Paulo Andre
2002-06-10 19:27 ` iptables Antony Stone
2002-06-11  2:23 ` iptables Matthew Hellman

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.