Newbie: Keep TCP socket open

Alan Wright alan.wright at volubill.com
Wed May 21 12:34:44 EDT 2008


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" <alan.wright at volubill.com> wrote in message 
news:iaidnRzZuNB9YK7VnZ2dnUVZ8uednZ2d at pipex.net...
> Same on FC8, sends RST after it sees SYN/ACK
>
> "Ghirai" <ghirai at ghirai.com> wrote in message 
> news:mailman.1367.1211240706.12834.python-list at python.org...
>> On Mon, 19 May 2008 23:50:50 +0100
>> "Alan Wright" <alan.wright at volubill.com> wrote:
>>
>>> 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=50000,flags="S"))
>>>
>>> Only have windows at the moment sadly.
>>>
>>> Alan
>>>
>>
>> Are you sure there's no firewall or something else between you and the
>> remote host?
>>
>> Because i just tried that command with scapy and it didn't send any other 
>> packets
>> except what it was told (1 packet with SYN flag set).
>>
>> I haven't tried on windows though.
>>
>> -- 
>> Regards,
>> Ghirai.
>
> 





More information about the Python-list mailing list