search for: balabit

Displaying 9 results from an estimated 9 matches for "balabit".

2003 Feb 03
4
[Bug 37] icmp match defaults to --icmp-type icmp-echo-reply
https://bugzilla.netfilter.org/cgi-bin/bugzilla/show_bug.cgi?id=37 laforge@netfilter.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED ------- Additional Comments From laforge@netfilter.org 2003-02-03 16:52 ------- Incompatible solutions:
2007 Mar 08
10
routing TCP to another box preserving ORIGINAL client IPs
My TCP clients connect to box A. I need to forward those connections to a server on box B, such that the original client IPs are visible to the server on B. Each box has two Ethernet ports. One port on each box is connected to WAN, and they are cross-connected in a LAN via remaining ports: ------------------- ------------------- WAN -- |eth0 Box A eth1|---LAN---|eth1 Box
2000 Dec 07
1
[PATCH] tis authserv support
Hi, We at BalaBit IT Security Ltd developed a patch against openssh 2.3.0p1 to support TIS authserv authentication. TIS authserv uses a simple protocol, and supports CryptoCard, SKey, password etc. authentication. The commercial versions of SSH support this protocol, OpenSSH implemented SKey on its own using the pr...
2003 Feb 03
0
[Bug 37] New: icmp match defaults to --icmp-type icmp-echo-reply
...-echo-reply Product: iptables userspace Version: 1.1.2 Platform: other OS/Version: other Status: NEW Severity: normal Priority: P2 Component: iptables AssignedTo: laforge@netfilter.org ReportedBy: bazsi@balabit.hu CC: netfilter-buglog@lists.netfilter.org a command line of iptables -A INPUT -p icmp -m icmp -j ACCEPT will match --icmp-type icmp-echo-reply only, instead of all icmp types the problem is that --icmp-type is initialized to 0 and there's no 'match anything' value...
2003 Feb 26
0
[Bug 55] New: ICMP translation problem with local NAT
...ptables Version: linux-2.4.x Platform: other OS/Version: other Status: NEW Severity: normal Priority: P2 Component: NAT AssignedTo: laforge@netfilter.org ReportedBy: laforge@netfilter.org CC: bazsi@balabit.hu,netfilter-buglog@lists.netfilter.org Hi, I've encountered another ICMP translation problem in netfilter. This time it occurs when a process initiates a connection and it is translated on the same host. How to reproduce: Box A ---------------------------------- Box B 192.168.131.124...
2006 Jul 25
3
Routed network + web-cache
Hello all, I have a small ISP and I work all my clients networks over a routed network (now I am using 201.35.16.0/24 and 200.140.222.128/25 for my clients). The gateway server of the ISP is capable of running a web-cache (only http) using squid but I dont want that my clients go to the internet with the proxy/cache IP. Like when they enter in this site www.meuip.com.br it shows
2001 Mar 13
0
[PATCH] openssh 2.5.1p2 TIS authserv support
...* passwords. */ int use_login; /* If true, login(1) is used */ diff -urN openssh-2.5.1p2/tisauth.c openssh-2.5.1p2-tis/tisauth.c --- openssh-2.5.1p2/tisauth.c Thu Jan 1 01:00:00 1970 +++ openssh-2.5.1p2-tis/tisauth.c Fri Mar 9 11:26:25 2001 @@ -0,0 +1,110 @@ +/* + * Copyright (c) 2000 BalaBit IT Ltd. + * All rights reserved + * + * Authors: Bal?zs Scheidler, Attila Szalay + * + */ + +#include "includes.h" +#include "ssh.h" + +#ifdef TIS_AUTH + +struct tis_context { + int connfd; +}; + +struct tis_context *tis_connect(struct sockaddr *addr, int addrlen) +{ + struct t...
2014 Jun 11
2
Re: libguestfs supermin error
...g with nfnetlink. > [ 1.056250] nf_conntrack version 0.5.0 (5937 buckets, 23748 max) > [ 1.058187] ctnetlink v0.93: registering with nfnetlink. > [ 1.059611] NF_TPROXY: Transparent proxy support initialized, version > 4.1.0 > [ 1.061434] NF_TPROXY: Copyright (c) 2006-2007 BalaBit IT Ltd. > [ 1.064252] xt_time: kernel timezone is -0000 > [ 1.065602] IPVS: Registered protocols (TCP, UDP, SCTP, AH, ESP) > [ 1.067159] IPVS: Connection hash table configured (size=4096, > memory=64Kbytes) > [ 1.069253] IPVS: Creating netns size=2024 id=0 > [ 1.070...
2014 Jun 10
2
Re: libguestfs supermin error
Hi Rich I'm able to solve the problem regarding PAPR in libguestfs on my powerpc ubuntu.By default the libguestfs was configuring pseries machine and afterwards I changed it to my original machine i.e ppce500 .The changes are performed in ./src/guestfs-internal.h file. Thanks On Tue, Jun 10, 2014 at 7:58 PM, Richard W.M. Jones <rjones@redhat.com> wrote: > On Wed, Jun 04, 2014 at