in reply to Net::RawIP

The src always helps :)
#! /usr/bin/perl -w use Net::RawIP; $ip_pak = new Net::RawIP; $ip_pak->set({ ip => { saddr =>"10.0.0.21", daddr =>"10.0.0.2" }, tcp => { source => 443, dest => 443, psh => 1, syn => 1 }, }); $ip_pak->send;
Thanks Again ,
jd

Replies are listed 'Best First'.
Re: Re: Net::RawIP
by mohadib_the_nasty (Initiate) on Jan 11, 2003 at 01:53 UTC
    sorry to answer my own question but..

    this was a result of iptables, also...if
    your gonna put a spoofed packet on the net be
    sure to turn off nat ,lol.

    sorry about that,
    jd