Re: [LARTC] 26sec kame ipsec tunnel : packets leave unencrypted...

2005-05-02 Thread lartc
hi sylvain, yes it would! cheers charles On Fri, 2005-04-29 at 17:07 +0200, Sylvain BERTRAND wrote: I've been looking around (kerneltrap, spennberg) and it looks like ipsec is broken for 2.6.11... that might be a good explanation for my unsolvable problem ;) Sylvain

[LARTC] SQLiaison E-Mail Virus Alert

2005-05-02 Thread techsupport
SQLiaison Mail Server: GroupShield Alert The email server has discovered a problem with the following email. Please note that the sender of the email will not be notified with this message. More information : Date/Time sent: 02 May 2005 13:04:20 Subject line: [LARTC] Re: From: [EMAIL

[LARTC] How to read the TCP congestion window (cwnd) on Linux?

2005-05-02 Thread Antonio Pinizzotto
Hi everybody. Do you know about any way to read the TCP cwnd value (congestion window) on Linux? I have read that on Linux it is not possible to enable a socket option (to read to cwnd using the program trpt). Any way to read the cwnd would be good for me. thanks Antonio

[LARTC] Multiple network cards on same subnet problem (arp_filter=1)

2005-05-02 Thread Bram Matthys (Syzop)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, this might seem like a classical problem but I've trouble getting this working correctly: # ifconfig ### output stripped down: eth0 Link encap:Ethernet HWaddr 00:50:FC:2B:EB:1B inet addr:192.168.5.220 Bcast:192.168.5.255

Re: [LARTC] How to read the TCP congestion window (cwnd) on Linux?

2005-05-02 Thread Patrick McHardy
Antonio Pinizzotto wrote: Hi everybody. Do you know about any way to read the TCP cwnd value (congestion window) on Linux? I have read that on Linux it is not possible to enable a socket option (to read to cwnd using the program trpt). Any way to read the cwnd would be good for me. I

Re: [LARTC] Multiple network cards on same subnet problem (arp_filter=1)

2005-05-02 Thread Joe Nuts
Hi Bram, I have a similar setup, and what I find works for me is adding ip 'rules' for certain traffic to have specific default routes. for instance : # ip rule add from 192.168.5.220 lookup 10 # ip route add table 10 default src 192.168.5.220 dev eth0 # ip rule add from 192.168.5.221 lookup 11

Re: [LARTC] Multiple network cards on same subnet problem (arp_filter=1)

2005-05-02 Thread Bram Matthys (Syzop)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Joe Nuts wrote: Hi Bram, I have a similar setup, and what I find works for me is adding ip 'rules' for certain traffic to have specific default routes. for instance : # ip rule add from 192.168.5.220 lookup 10 # ip route add table 10 default

[LARTC] using tc as a function call

2005-05-02 Thread js si
i wrote a C++ program that executes tc using the std::system call. this fairly reduces the performance if many tc calls are required. i want to be able to rename tc's main function to tc_main and pass argv and argc. has someone done something like this? please let me know how i can compile for

Re: [LARTC] Multiple network cards on same subnet problem (arp_filter=1)

2005-05-02 Thread Taylor, Grant
Did I miss a setting? A kernel compile option? Or is there a problem with arp_filter in 2.4.*? I hope I'm missing something obvious here ;). The reason (as I know it) that this is happening is the way that Linux (for sure) and most unicies in general (as far as I know) will receive the traffic