You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Most of the consumer grade internet connections are hidden behind the CG-NAT and not reachable from the internet. This is done in order to save IP addresses because IPv4 has limited range. If you have a static public IPv4 or (any) IPv6 address you wont need the setup from this tutorial.
@@ -46,6 +48,12 @@ Possible use cases:
46
48
- A local machine with a working SSH and dev server that you want to expose
47
49
- A domain name (optional)
48
50
51
+
## Demo video
52
+
53
+
<video{...IMAGE_SIZES.FIXED.MDX_LG}controls>
54
+
<sourcesrc={TunnelDemoVideo}type="video/webm" />
55
+
</video>
56
+
49
57
## Architecture overview
50
58
51
59
Without going too deep into the theory of computer networks lets explain a port forwarding in simplified terms. Port forwarding is a mapping (binding) between two points (services) on a private network (or on the same machine) that would otherwise be unreachable. You can think of it as a VPN for a single service (port).
0 commit comments