Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

NET::RawIP problem

by meanroc (Acolyte)
on Feb 19, 2014 at 00:10 UTC ( [id://1075405]=perlquestion: print w/replies, xml ) Need Help??

meanroc has asked for the wisdom of the Perl Monks concerning the following question:

Hello! I want to do the 3 handshake with the NET::RawIP, so I coded:

use NET::RawIP; my $teste=Net::RawIP->new({ ip => { daddr => 'www.leninja.com.br', }, tcp => {source =>'80', dest => '80', syn => 1, }, }); $teste->send;

But I do not receive the ACK response from host.. Why?? Please, help me! TKS

Replies are listed 'Best First'.
Re: NET::RawIP problem
by Anonymous Monk on May 31, 2014 at 17:17 UTC
    The same problem. IP Packet reaches destination host, but it doesn't send any response...

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://1075405]
Approved by ww
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (1)
As of 2024-04-25 00:39 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found