in reply to How to implement a fourth protocol
Not directly answering your questions, but maybe you are looking for something like port knocking (google for other references, there are plenty...). The idea is to generally keep all ports closed, and only open specific ones (HTTP, SSH, whatever...) temporarily, if a magic pattern of requests is made to selected closed ports (typically only known to the initiated clients).
This isn't supported by any browsers (AFAIK), but there is some prototype code in Perl, in case you want to play with it... Have fun!
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: How to implement a fourth protocol
by Moron (Curate) on Mar 27, 2007 at 17:08 UTC | |
by almut (Canon) on Mar 27, 2007 at 17:43 UTC | |
by Moron (Curate) on Mar 27, 2007 at 17:52 UTC |