in reply to Re: Networking in perl
in thread Networking in perl

Hi, Thanks for replying. I am very much new to networking & perl. Here my client and server communicate through different protocol..for e.g GTP . So i need IP packet and wrap it into gtp header and send.And I am not bother about how my server acts on it.I just want to send that packet to the server.help me

Replies are listed 'Best First'.
Re^3: Networking in perl
by chrestomanci (Priest) on Jan 18, 2011 at 13:29 UTC

    This is not realy a perl question.

    An internet search for GTP turns up GPRS_Tunnelling_Protocol Is that what you mean?

    If you are looking to tunnel internet packets through another networking protocol, then you need to setup a VPN. If you want to limit the traffic that can go through that VPN, then you need to put a firewall, and possibly a proxy in front of it. So to limit the websites that your users can access, you could setup the firewall so that it will only accept web connections from the proxy, and setup the proxy so that only a white list of sites are allowed.