Displaying 12 results from an estimated 12 matches for "ipt_route".
2009 Nov 28
3
[Bug 623] New: ipt_ROUTE incompatible with linux >= 2.6.31
http://bugzilla.netfilter.org/show_bug.cgi?id=623
           Summary: ipt_ROUTE incompatible with linux >= 2.6.31
           Product: netfilter/iptables
           Version: patch-o-matic-ng
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: minor
          Priority: P4
         Component: netfilter hooks
        AssignedTo: laforge a...
2006 Jul 04
25
[Bug 490] ROUTE extension module unusable since 2.6.16
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=490
netfilter@linuxace.com changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |netfilter@linuxace.com
             Status|NEW                         |RESOLVED
         Resolution|                       
2006 Dec 11
21
iptables 1.3.7, kernel 2.6.19, ROUTE and Layer7 issues
...in mangle table I have this error:
[root@myhost ~]# iptables -v -t mangle -A POSTROUTING -p tcp --dport msnp
-j ROUTE --gw $chat_gw
ROUTE  tcp opt -- in * out *  0.0.0.0/0  -> 0.0.0.0/0  tcp dpt:1863 ROUTE
gw:80.32.61.1
iptables: Invalid argument
[root@myhost ~]# dmesg | grep "ROUTE"
ipt_ROUTE: targinfosize 0 != 40
[root@myhost ~]# cat /var/log/messages | grep "ROUTE"
Dec 11 20:32:50 myhost kernel: ipt_ROUTE: targinfosize 0 != 40
With layer7 filter, I have a problem too, but it has no dmesg or syslog
entry:
[root@myhost ~]# iptables -v -t mangle -A PREROUTING -m layer7 --l7p...
2006 Jul 03
0
[Bug 490] New: ROUTE extension module unusable since 2.6.16
...-A POSTROUTING -j ROUTE --oif ppp1 --
continue
iptables: Invalid argument
root@hejre:/var/log# dmesg | tail -10
[unrelated output stripped]
ip_tables: ROUTE target: invalid size 0 != 40
root@hejre:/var/log# 
I'd investigate closer, but I don't know where I should start looking... it 
seems ipt_ROUTE lost step with the netfilter-kernel-code reorganisation. Kernel 
versions prior to 2.6.16 work flawlessly.
-- 
Configure bugmail: https://bugzilla.netfilter.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching t...
2004 Apr 29
1
second routing decision--when?
Hi,
I''d like to mark locally generated packets in the OUTPUT chain and do
policy based routing (selecting one of two default gateways) based on
the mark value.
But when the packet hits the OUTPUT chain (in ''mangle'' table), the
routing decision seems to be already made.  AFAIK, locally generated
packets do not pass the PREROUTING chain (so trying to mark them there
2002 Jun 20
3
simple error in extensions/libipt_ROUTE.c extensions/libipt_IMQ.c
Hi Patrick !
I find simple error in 
extensions/libipt_ROUTE.c line 24 and 127 -- change NETFILTER_VERSION to IPTABLES_VERSION
extensions/libipt_IMQ.c line 18 and 87 -- change NETFILTER_VERSION to IPTABLES_VERSION
(iptables-20020618)
-----------------------------------
mailto:alexey_talikov@texlab.com.uz
BR
Alexey Talikov
FORTEK
-----------------------------...
2007 Dec 06
0
Incorrect source address, per-process routing
...set up a default route via one gateway, e.g. router0, then a
designated group-ID via the iptables ''owner'' match module to mark
packets from processes owned by a user in that group, and use the
iproute2 tables to route those packets via the other gateway (router1). 
(it seems that ipt_ROUTE is frowned upon and I''ve never been able to get
it to work anyhow.)  So, after each interface is up on its sub-net and
the default route is set, my commands are like this:
iptables --table mangle --append OUTPUT --match owner --gid-owner
alt-route-group -j MARK --set-mark 1
ip rule add fw...
2006 Oct 14
5
Problem with two providers:Need to route packets on the interface on which they arrives.
2005 Sep 25
8
...requires that your kernel and iptables have ROUTE target support
good day to you
i have compiled evertything related to ip tables as modules, but still i get
this error when trying to use /etc/shorewall/routes
can someone tell me the spicific module i need to have?
here are my info
intranet linux # shorewall version
2.4.2
intranet linux # uname -a
Linux intranet 2.6.12-gentoo-r10 #10 SMP Sun Sep 11 15:01:49 SAST 2005 i686
AMD Athlon(tm) XP 2400+
2006 Apr 16
2
e2fsck dies with signal 11
...#3]
Modules linked in: i915 drm snd_seq_dummy snd_seq_oss snd_seq_midi_event snd_seq snd_seq_device snd_pcm_oss snd_mixer_oss snd_intel8x0 snd_ac97_codec snd_pcm snd_timer snd_page_alloc snd soundcore lp parport_pc ppdev parport ipt_REJECT ipt_LOG ipt_state ipt_pkttype ipt_set ipt_CONNMARK ipt_MARK ipt_ROUTE ipt_connmark ipt_owner ipt_recent ipt_iprange ipt_physdev ipt_multiport ipt_conntrack iptable_mangle ip_set_portmap ip_set_macipmap ip_set_ipmap ip_set_iphash ip_set ip_nat_irc ip_nat_tftp ip_nat_ftp iptable_nat ip_conntrack_irc ip_conntrack_tftp ip_conntrack_ftp ip_conntrack iptable_filter ip_tabl...
2005 Dec 08
3
trouble with shorewall on Mandriva 2006 (2nd)
...r] on eth0
? (192.168.1.2) at 00:11:95:07:7A:F9 [ether] on eth1
Modules
ipt_MASQUERADE          2816  1
ipt_REJECT              4256  4
ipt_LOG                 6272  13
ipt_state               1312  13
ipt_pkttype             1184  4
ipt_CONNMARK            1696  0
ipt_MARK                1984  0
ipt_ROUTE               4260  0
ipt_connmark            1216  0
ipt_owner               2432  0
ipt_recent              9292  0
ipt_iprange             1312  0
ipt_physdev             1744  0
ipt_multiport           2112  0
ipt_conntrack           1792  0
ip_set_portmap          3840  0
ip_set_macipmap...
2005 May 31
11
More Tests for 2.4.0-RC2 - strange behaviour
...Loading Modules...
+ . /etc/shorewall/modules
++ loadmodule ip_tables
++ local modulename=ip_tables
++ local modulefile
++ local suffix
++ moduleloader=modprobe
++ qt which modprobe
++ which modprobe
+++ lsmod
+++ grep ip_tables
++ ''['' -z ''ip_tables              23936  19 ipt_ROUTE,ipt_MASQUERADE,ipt_MARK,ipt_mark,ipt_CONNMARK,ipt_connmark,ipt_owner,ipt_recent,ipt_iprange,ipt_physdev,ipt_multiport,ipt_REJECT,ipt_conntrack,ipt_pkttype,ipt_LOG,ipt_state,iptable_mangle,iptable_nat,iptable_filter'' '']''
++ loadmodule iptable_filter
++ local modulename=ipt...