Displaying 20 results from an estimated 5000 matches similar to: "Centos VPS Kernel 2.6.35.4 & 'string-less' IP tables"
2003 May 06
2
active ftp & connection tracking ?
this :
iptables -A FORWARD -i internal-interface -j ACCEPT
iptables -A FORWARD -m state --state ESTABLISHED,RELATED -j ACCEPT
iptables -A FORWARD -j DROP
doesn''t seem to work for active-ftp .. i even manualy loaded ip_conntrack_ftp but as u see it is unused :
# lsmod
Module Size Used by Not tainted
ip_conntrack_ftp 4272 0 (unused)
iptable_nat
2019 Dec 11
4
[Bug 1390] New: iptables -m string not working with --algo bm and OUTPUT chain under 5.3.x
https://bugzilla.netfilter.org/show_bug.cgi?id=1390
Bug ID: 1390
Summary: iptables -m string not working with --algo bm and
OUTPUT chain under 5.3.x
Product: netfilter/iptables
Version: unspecified
Hardware: x86_64
OS: All
Status: NEW
Severity: normal
Priority: P5
2011 Feb 16
2
RE: [PATCH V2 0/3] drivers/staging: zcache: dynamic page cache/swap compression
> -----Original Message-----
> From: Matt [mailto:jackdachef@gmail.com]
> Sent: Tuesday, February 15, 2011 5:12 PM
> To: Minchan Kim
> Cc: Dan Magenheimer; gregkh@suse.de; Chris Mason; linux-
> kernel@vger.kernel.org; linux-mm@kvack.org; ngupta@vflare.org; linux-
> btrfs@vger.kernel.org; Josef Bacik; Dan Rosenberg; Yan Zheng;
> miaox@cn.fujitsu.com; Li Zefan
> Subject:
2005 Nov 25
7
tcpdump not working with imq0 devices
On my debian woody (kernel 2.4.31) the tcpdump
doesn''t work with imq0 devices. If I try to tcpdump
imq devices there is no packet seen:
[...]
rt1:~# tcpdump -n -i imq0
Warning: arptype 65535 not supported by libpcap - falling back to cooked socket
tcpdump: WARNING: imq0: no IPv4 address assigned
tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
listening on
2014 May 26
2
nwfilter usage
I'm trying to accomplish what I had hoped would be a fairly simple
filtering of traffic to my VMs, but I'm hitting a snag. The VMs are
allowing traffic when I wouldn't expect them to.
Host and Guest are both running the same platform:
Ubuntu 12.04.4 LTS
0.9.8-2ubuntu17.19
I have a basic bridge enabled on the host:
brctl addbr brdg
brctl addif brdg eth1
ip link set brdg up
The host
2008 Dec 15
2
Zaptel / TDM400P card stopped working
Hi
I have a Dell PE2300 with a Digium TDM400P line card in it (with one
module to handle an inbound phone line). This is running on a Fedora 8
system with Asterisk 1.4.21.2-1.fc8
This system has been working nicely for about 12 months. After a recent
move of office and relocation of the server Asterisk is back on line,
but the TDM line card has stopped working.
I have spent half a day
2007 May 07
2
IMQ KERNEL PANIC 2.6.17.14 AND 2.6.21.1 No chain/target/match by that name
After starting to shape local traffic now i am getting a lot of kernel
panics in tcp_retransmit, so i decided to update my kernel from
2.6.17.14 to 2.6.21.1 , the problem is that after that i get:
# iptables -t mangle -A POSTROUTING -o eth0 -j IMQ --todev 0
iptables: No chain/target/match by that name
so i can not redirect ttraffic to IMQ device.
and modules are loaded.
-
# lsmod
Module
2013 Nov 22
3
Re: Help with Vrbr0
On Friday 22 November 2013 01:24 PM, Gao feng wrote:
> On 11/22/2013 03:47 PM, Sherin A wrote:
>> Hello,
>>
>> I am not able to see vrbr0 in my box. Can some one help me with this ? . I am trying KVM+libvirt and planing to use Routed mode. I hope this virbr0 must be up for using this . I can give an
>> strace too.
>>
>> OS : Debian , kernel 3.12.0
2003 Aug 05
5
(no subject)
Does anyone keep a known telemarketer caller id database? If not has anyone
proposed an Asterisk community project to share this information? Sort of a
nation wide blacklist so Asterisk'ers can cut down on the garbage calls...
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2014 May 28
3
Re: nwfilter usage
On 05/27/2014 02:46 AM, Brian Rak wrote:
> Make sure you have:
>
> /proc/sys/net/bridge/bridge-nf-call-iptables = 1
That doesn't make sense. bridge-nf-call-iptables controls whether or not
traffic going across a Linux host bridge device will be sent through
iptables, but the rules created by nwfilter are applied to the "vnetX"
tap devices that connect the guest to the
2003 Mar 04
6
[Bug 22] Linux kernel crashes when incoming/outgoing interfaces differ
https://bugzilla.netfilter.org/cgi-bin/bugzilla/show_bug.cgi?id=22
laforge@netfilter.org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |bowles@ambisys.com
Component|unknown |ip_tables (kernel)
OS/Version|other
2010 Jan 08
4
Problems with IPTABLES recent module.
I went to reload (iptables-restore) my iptables configuration and
obtained an error at the COMMIT statement. No further details were
provided even when I ran restore with the -v option.
I determined that none of my backed up configuration files going
back to October will load either. This is more than passing strange
because I altered and uploaded the iptables configuration on this
host several
2005 Jan 25
9
Ftp Broken in Dmz
I have had a web server listining sql-1433, www 80,
ftp-21 using proxy arp with sub-netting in a three interface DMZ.
All these ports are in the rules file as ACCEPT.
With one exeception that 1433 allows a few host from
the net. 21 and 80 allow all net to dmz connections.
The policy is DMZ to net ACCEPT
This has been working great for about a month or more until I rebooted
the
2002 Jan 19
6
pasv ftp
Hi,
ok Im all new to this :-)
for pasv ftp in your example you say for example to use ports
65500-65535, but i dont see that u open those ports in your example fw
scripts..?
any hints ?
--
Christophe Zwecker mail: doc@zwecker.de
Hamburg, Germany fon: +49 179 3994867
http://www.zwecker.de
"Who is General Failure ? And why is he reading my disk
2013 Nov 22
2
Help with Vrbr0
Hello,
I am not able to see vrbr0 in my box. Can some one help me with
this ? . I am trying KVM+libvirt and planing to use Routed mode. I
hope this virbr0 must be up for using this . I can give an strace too.
OS : Debian , kernel 3.12.0
libvrit version : 0.9.8
____________________________________________________________________
root@:~# ifconfig
br0 Link encap:Ethernet HWaddr
2014 Jan 30
2
CentOS 6.5: NFS server crashes with list_add corruption errors
Hi,
I'm running CentOS 6.5 as NFS server (v3 and v4) and exporting Ext4 and
XFS filesystem.
After many months that all works fine today the server crash:
Jan 30 09:46:13 qb-storage kernel: ------------[ cut here ]------------
Jan 30 09:46:13 qb-storage kernel: WARNING: at lib/list_debug.c:26
__list_add+0x6d/0xa0() (Not tainted)
Jan 30 09:46:13 qb-storage kernel: Hardware name: PowerEdge
2010 Sep 14
5
IOwaits over NFS
Hello.
We have a number of Xen 3.4.2. boxes which have constant iowaits at around
10% with spikes up to 100% when accessing data over NFS. We have been
unable to nail down the issue. Any advice?
System info:
release : 2.6.18-194.3.1.el5xen
version : #1 SMP Thu May 13 13:49:53 EDT 2010
machine : x86_64
nr_cpus : 16
nr_nodes
2011 Apr 07
8
[Bug 714] New: Kernel panics in same_src()
http://bugzilla.netfilter.org/show_bug.cgi?id=714
Summary: Kernel panics in same_src()
Product: netfilter/iptables
Version: linux-2.6.x
Platform: x86_64
OS/Version: All
Status: NEW
Severity: normal
Priority: P5
Component: NAT
AssignedTo: netfilter-buglog at lists.netfilter.org
ReportedBy:
2006 Jan 02
1
2.6.15-rc6 OOPS
On Sat, Dec 24, 2005 at 11:03:36PM +0300, Andrey J. Melnikoff (TEMHOTA) wrote:
> Hello.
Hi Andrey,
> Please, CC me, i'm not subscribed.
>
> Kernel 2.6.15-rc6 OOPS:
>
> kernel: general protection fault: 0000 [#1]
> kernel: SMP
> kernel: Modules linked in: ipt_REDIRECT ipt_LOG ipt_TOS ipt_TCPMSS ipt_tos
> ip_nat_ftp ipt_tcpmss iptable_nat ip_nat iptable_mangle
2006 Apr 14
8
[Bug 467] iptables is complaining with bogus unknown error 18446744073709551615
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=467
------- Additional Comments From mvolaski@aecom.yu.edu 2006-04-14 01:35 MET -------
Examples of rules that give the error are
1) iptables -A INPUT -i bond0 -s 129.98.90.0/24 -p tcp --dport 548 -j ACCEPT
2) iptables -A INPUT -i bond0 -s 129.98.90.101/32 -p tcp --dport 497 -j ACCEPT
3) iptables -A INPUT -i bond0 -s 129.98.90.227/32