Questions tagged [tunnel]

144 questions
70
votes
2 answers

Reverse port tunnelling

I need to show somebody a website running on my local machine tomorrow. Normally I'd accomplish this by port forwarding on my local router but thanks to failing hardware and its replacement being awful, my current router doesn't let me do port…
Oli
  • 293,335
1
vote
0 answers

IPSEC configure over GRE tunnel in ubuntu

I have created a GRE tunnel between to clients and they ping together but the problem is that as we know GRE only encapsulates and does not encrypt the packets. I have seen thousands of tutorials on finding out how to configure Ipsec over GRE…
mal09
  • 11
0
votes
1 answer

Can not create tunnel via staging server

I am trying to create a tunnel directly with ssh command. My scenario works well when I do following configuration host: A pass:** Tunnel Section in Putty : 6001:HostXX:22 Open this session now login with 127.0.0.1 port 6001 and username/password…