Displaying 10 results from an estimated 10 matches for "jaussaud".
2004 Jan 09
2
High speed traffic filtering
...)
2) Replace iptables by nf-hipac for packet filtering. Have you guys any
experience with nf-hipac ? (http://www.hipac.org/)
I would be really thanksfull to hear of any solutions / workarounds /
optimization to keep our linux firewalls handling growing traffic :-)
Thanks !
Vincent.
---
Vincent Jaussaud
Kelkoo.com Security Manager
email: tatooin@kelkoo.com
"Those who desire to give up freedom in order to gain security will not
have, nor do they deserve, either one."
-- President Thomas Jefferson. 1743-1826
_______________________________________________
LARTC mailing list / LA...
2004 Nov 09
1
dovecot with different POP3S / IMAPS Certs
...g with dovecot; that is having dovecot
using a different certificate for it's pop3s instance and imaps
instance.
Unfortunately, in dovecot configuration file, only one certificate can
be set; used by both pop3s / imaps.
Any idea of the best way to handle this ?
Thanks !
Vincent.
--
Vincent Jaussaud
Kelkoo.com Security Manager
email: tatooin at kelkoo.com
GPG key: 1024D/3BFE3FC7 2002-02-07
"Those who desire to give up freedom in order to gain security will not
have, nor do they deserve, either one."
-- President Thomas Jefferson. 1743-1826
-------------- next part ----------...
2005 Jan 27
1
Corrupted mailboxes
...mail_extra_groups = mail" workaround, but that didn't help either.
I actually think this has nothing to do with my problem :)
We have around 500 mailboxes, and only a couple of them (3-5) do have
the problem.
Any idea how this can happen ? Any suggestions ?
Thanks !
Vincent.
--
Vincent Jaussaud
Kelkoo.com Security Manager
email: tatooin at kelkoo.com
GPG key: 1024D/3BFE3FC7 2002-02-07
"Those who desire to give up freedom in order to gain security will not
have, nor do they deserve, either one."
-- President Thomas Jefferson. 1743-1826
-------------- next part ----------...
2006 Feb 07
1
Outlook anonymous IMAP login
Hello guys,
I'm trying to setup anonymous IMAP login on a bunch of Outlook clients,
but it doesn't seems to work.
I'm using dovecot-0.99.14-r1, on a Gentoo Linux OS.
Using command line anonymous login, it's working just fine:
youri / # telnet localhost 143
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
* OK dovecot ready.
. CAPABILITY
*
2004 Jun 07
0
[Fwd: [quagga-users 2122] Linux advanced routing & quagga]
...e using
policy routing, is there any way we could tell Quagga to put it''s OSPF
routes in another routing table ? Does this make any sense ?
More generally, is it possible to use both policy routing and dynamic
routing ?
Thanks in advance for your valuable help !
Best Regards,
--
Vincent Jaussaud
Kelkoo.com Security Manager
email: tatooin@kelkoo.com
GPG key: 1024D/3BFE3FC7 2002-02-07
"Those who desire to give up freedom in order to gain security will not
have, nor do they deserve, either one."
-- President Thomas Jefferson. 1743-1826
2003 Oct 20
0
iprvss 0.2c
...rvss 0.2c is out at:
http://washington.kelkoo.net/iprvss/
IP Route Very Simple Script is a shell script which can be used to
save/restore all or part of your policy routing setup.
It works well for me since several months now on different
configurations.
In case it helps...
Cheers,
--
Vincent Jaussaud
Kelkoo.com Security Manager
email: tatooin@kelkoo.com
"Those who desire to give up freedom in order to gain security will not
have, nor do they deserve, either one."
-- President Thomas Jefferson. 1743-1826
_______________________________________________
LARTC mailing list / LA...
2002 Nov 25
1
Lartc & Squid
hi all,
We are using squid 25s1 with kernel 2.4.19 and iproute2(+julian''s
Pathes) with the following acl..
acl short_path dst 128.0.0.0/8
tcp_outgoing_address myIp2nd short_path
we are linked to 2 isp--one having satelite & the other OFC. We want the
above mentioned network to go thru OFC(ispB) as the sibling resides
there. But when i use squidclient mgr:server_list
2005 Jan 28
2
iproute-save ?
Anyone to know iproute-save, iproute-restore like script similar iptables-save/restore ?
that stores everytihng routes,rules,tables everything ...
then init.d-script that among other things stores the state on shutdown :") (thats easy then)
-----
http://linuxtoday.com/news_story.php3?ltsn=2004-12-08-004-32-OS-BZ-DT-0005
snip> MS Office is popular in the same way as heart disease is the
2007 Feb 26
5
Multiple uplinks, ssh connections hang
Folks,
Ive got two ISP connections that I am using with:
---
ip route add 192.168.200.0/24 dev eth2 src 192.168.200.11 table connection1
ip route add default via 192.168.200.1 table connection1
ip route add x.175.244.0/24 dev eth1 src x.175.244.2 table connection2
ip route add default via x.175.244.1 table connection2
ip rule add from 192.168.200.11 table connection1
ip rule add from x.175.244.2
2002 Nov 21
22
many ways to do load balancing (or not?)
I''m a little confused about the many ways I''ve read that can be used
for traffic load balancing, that is, two or more interfaces to the
outside world being used transparently and efficiently by the internal
machines.
I heard about:
a) netfilter SNAT to more than one IP. If I''m correct, this is only
a round robin, that is, one connection goes here, the other goes there,