Moderators: phlip, Larson, Moderators General, Prelates
#include <stdio.h>
int main()
{ struct { unsigned a:3, b:3, c:2; } n = {0};
do do printf("%hhu\n", *&n);
while(!(n.a-- && !++n.b));
while(++n.c);
return 0; } archeleus wrote:You can try wrapping the program in another program such as proxychains which will take _all_ of its connections and send them through the SSH tunnel. I don't know if proxychains is available for windows though, you can google it.

BlackSails wrote:Ive tried all that. SSH doesnt natively support UDP, and neither does proxifier.
#include <stdio.h>
int main()
{ struct { unsigned a:3, b:3, c:2; } n = {0};
do do printf("%hhu\n", *&n);
while(!(n.a-- && !++n.b));
while(++n.c);
return 0; } hotaru wrote:BlackSails wrote:Ive tried all that. SSH doesnt natively support UDP, and neither does proxifier.
try what i suggested. i just did, and it works.
Carnildo wrote:hotaru wrote:BlackSails wrote:Ive tried all that. SSH doesnt natively support UDP, and neither does proxifier.
try what i suggested. i just did, and it works.
Your suggestion is a Google search on UDP tunneling over SSH. Is there a particular search result you had in mind?
#include <stdio.h>
int main()
{ struct { unsigned a:3, b:3, c:2; } n = {0};
do do printf("%hhu\n", *&n);
while(!(n.a-- && !++n.b));
while(++n.c);
return 0; } hotaru wrote:Carnildo wrote:hotaru wrote:BlackSails wrote:Ive tried all that. SSH doesnt natively support UDP, and neither does proxifier.
try what i suggested. i just did, and it works.
Your suggestion is a Google search on UDP tunneling over SSH. Is there a particular search result you had in mind?
the third, fifth, and sixth results all give basically the same solution, using netcat and a fifo, or using socat. the fourth one gives a different solution, which is probably better if your ssh client and server both support it.
phlip wrote:Or, alternatively, you could be less useless and actually give links to said pages, instead of saying things like "the third result" when referring to a list of results that commonly appears in wildly different orders for different people...
#include <stdio.h>
int main()
{ struct { unsigned a:3, b:3, c:2; } n = {0};
do do printf("%hhu\n", *&n);
while(!(n.a-- && !++n.b));
while(++n.c);
return 0; } Dthen wrote:Or you could not be a dick and post the links and then (nicely) mention how much time they would have saved by searching on Google.
#include <stdio.h>
int main()
{ struct { unsigned a:3, b:3, c:2; } n = {0};
do do printf("%hhu\n", *&n);
while(!(n.a-- && !++n.b));
while(++n.c);
return 0; } hotaru wrote:Dthen wrote:Or you could not be a dick and post the links and then (nicely) mention how much time they would have saved by searching on Google.
i'm the only person so far who posted any working solution to Blacksails's problem. if that's being a dick, what does that make everyone else who has replied to this thread?
Users browsing this forum: Exabot [Bot], Slageammalymn and 6 guests