On 08 Jun 2009, at 22:44, Gavin Henry wrote: > > siptest:~# iptables -t nat -A PREROUTING -s 1.2.3.4 -j NOTRACK > iptables: Invalid argument > > Jun 8 21:38:18 siptest kernel: ip_tables: NOTRACK target: only valid > in raw table, not nat
Oops! Obviously I meant for you to add that to the "raw" table, so "-t raw" would be in order. >> Can you help me here? >> >> siptest:~# modprobe nf-conntrack >> FATAL: Could not load /lib/modules/2.6.29.2-bytemark-kvm-tickless- >> 2009-05-05/modules.dep: No such file or directory > > Our kernels are not compiled with module support... > That's not a good sign, but it could work provided that everything you need is compiled statically into the kernel... > siptest:~# conntrack -L > Operation failed: invalid parameters If even listing conntrack entries doesn't work then you're pretty much lost at sea. Ruud Klaver AG Projects _______________________________________________ Users mailing list [email protected] http://lists.opensips.org/cgi-bin/mailman/listinfo/users
