Tagged Questions
1
vote
0answers
43 views
Tunnelling TCP connection through NAT
My server is in my school's NAT and my desktop computer is in my home NAT. I want to SSH to my server from home. I normally used school's VPN, but recently for some reason I can't. So I'm looking for ...
0
votes
1answer
433 views
Can I create a reverse ssh tunnel by using my Android phone as the middle man?
I am trying to connect my home linux laptop and my work Windows 7 computer. They are both behind NAT w/ firewall and neither allows port forwarding. I cannot control the NAT, firewall or port ...
0
votes
1answer
389 views
Setup a vpn server with a static IP with NAT and port forwarding
I have a Debian VPS with an assigned static IP. I want to setup a virtual interface (with an ip like 192.168..) on my laptop (Ubuntu, dynamic IP) linked to the remote VPS, so that if I bind sockets to ...
0
votes
0answers
60 views
NAT through VPN
I'm currently trying to access a resource located inside a VPN.
For development purposes I need to use programs I don't have on the laptop that connect to the VPN and - for reasons that still escape ...
1
vote
1answer
871 views
How to create a TCP tunnel in windows to allow remote->local connections in NAT environment?
So I know about SSH tunneling via a remote Linux server to reach sites which are blocked in my local network. My question is the other way around:
I have a webserver running locally, which I can ...
2
votes
3answers
2k views
How to ssh into home LAN behind ISP NAT (no public IP address)?
My property management company provides free internet access. All the apartments in many buildings are behind some common NAT, so none of us have our own public IP addresses. Thus, services like ...