Results 1 to 2 of 2

Thread: Implement TCP beacons

  1. #1
    Join Date
    Mar 2010
    Posts
    1

    Implement TCP beacons

    The goal is to make a shell script or C program that acts as a TCP beacon and on demand forms a client-initiated SSH redirection pipe (kind of a reversed way).
    The initial communication is TCP and initiated by the client (behind the firewall), then there is no need to open any ports: the firewall accepts all outgoing traffic.
    The beacon is a TCP connection that is initiated in 10 minute intervals. Normally it hangs up after 5 seconds. But if the server responds and sends a specific string into the TCP pipe, the client will try to establish a SSH-connection to server port 22.
    Any idea about how to implement the TCP beacons? Thanks.

  2. #2
    Join Date
    Nov 2009
    Posts
    955

    Re: Implement TCP beacons

    Packet tagging is a method to mark packets with an internal identifier that can be used as a criterion in the rules for filtering and address translation. With tagging, it is possible to create packages called trust between interfaces and determine if packets were processed by the rules of address translation. It is also possible to do filtering following a policy instead of the filtering rule.

Similar Threads

  1. How to implement sum() faster in c#?
    By Luis-Fernando in forum Software Development
    Replies: 4
    Last Post: 27-02-2010, 09:25 PM
  2. How can I implement the remove() in CPP
    By Servant in forum Software Development
    Replies: 5
    Last Post: 22-02-2010, 04:18 PM
  3. Implement the copy_backward() in C++
    By Agustíne in forum Software Development
    Replies: 5
    Last Post: 16-02-2010, 09:46 PM
  4. How to implement IP Sec
    By Enriquee in forum Technology & Internet
    Replies: 5
    Last Post: 12-01-2010, 06:28 AM
  5. Want to implement differentiation in C++
    By ADEN in forum Software Development
    Replies: 1
    Last Post: 25-10-2008, 06:13 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,629,408.99353 seconds with 17 queries