Re: Newbie: Keep TCP socket open

2008-05-21 Thread Alan Wright
age news:[EMAIL PROTECTED] > In article <[EMAIL PROTECTED]>, > "Alan Wright" <[EMAIL PROTECTED]> wrote: > >> Thanks Roy >> >> Any ideas how to code this child process stuff, as I said I am newbie and >> not from a coding background > > The

Re: Newbie: Keep TCP socket open

2008-05-21 Thread Alan Wright
You must have something in your IPtables I needed to put a rule in to drop these unwanted RST from getting back out. All fixed now Thanks for the advice Alan "Alan Wright" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Same on FC8, sends RST after it sees

Re: Newbie: Keep TCP socket open

2008-05-21 Thread Alan Wright
Same on FC8, sends RST after it sees SYN/ACK "Ghirai" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On Mon, 19 May 2008 23:50:50 +0100 > "Alan Wright" <[EMAIL PROTECTED]> wrote: > >> Ghirai, >> Scapy does the same, only it s

Re: Newbie: Keep TCP socket open

2008-05-21 Thread Alan Wright
OTECTED] > In article <[EMAIL PROTECTED]>, > "Alan Wright" <[EMAIL PROTECTED]> wrote: > >> Thanks for the feedback. >> >> Using the socket in a list is great >> >> However, as i imagined, I now get a limit of around 1500 conns before the &g

Re: Newbie: Keep TCP socket open

2008-05-19 Thread Alan Wright
Ghirai, Scapy does the same, only it sends RST and not FIN, so still no help send(IP(dst="10.1.1.2")/TCP(dport=5,flags="S")) Only have windows at the moment sadly. Alan "Ghirai" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On

Re: Newbie: Keep TCP socket open

2008-05-19 Thread Alan Wright
Alan <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On May 19, 10:25 am, "Alan Wright" <[EMAIL PROTECTED]> wrote: >> Hi Folks, >> I am newbie to Python, but have successfully created a simple client and >> server setup, I have one issue

Newbie: Keep TCP socket open

2008-05-19 Thread Alan Wright
Hi Folks, I am newbie to Python, but have successfully created a simple client and server setup, I have one issue though. I am trying to test a box by sending many TCP conns (WHILE loop) but not closing them with a FIN/RST. However, no matter what i do, i cannot get the loop to stop sending FIN