<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://sudoroom.org/mediawiki/index.php?action=history&amp;feed=atom&amp;title=Port_Forwarding</id>
	<title>Port Forwarding - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://sudoroom.org/mediawiki/index.php?action=history&amp;feed=atom&amp;title=Port_Forwarding"/>
	<link rel="alternate" type="text/html" href="https://sudoroom.org/mediawiki/index.php?title=Port_Forwarding&amp;action=history"/>
	<updated>2026-04-04T16:56:47Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.37.2</generator>
	<entry>
		<id>https://sudoroom.org/mediawiki/index.php?title=Port_Forwarding&amp;diff=12218&amp;oldid=prev</id>
		<title>Daniel: This post shows how to do a port forwarding to an http web server, when having access to it via ssh.</title>
		<link rel="alternate" type="text/html" href="https://sudoroom.org/mediawiki/index.php?title=Port_Forwarding&amp;diff=12218&amp;oldid=prev"/>
		<updated>2023-05-22T23:56:50Z</updated>

		<summary type="html">&lt;p&gt;This post shows how to do a port forwarding to an http web server, when having access to it via ssh.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;'''Port Forwarding'''&lt;br /&gt;
&lt;br /&gt;
Situation: There is a web server that only offers non-secure (HTTP) connection. And, you have SSH access to it. For this example the web server IP is 192.168.0.20, and port number is 10000.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1. Open a Terminal and SSH to the server using this command format:&lt;br /&gt;
ssh -L 8080:localhost:10000 username@server-ip&lt;br /&gt;
&lt;br /&gt;
2. Once the port forwarding connection described in step one is established, open your browser and connect to the web server: http://192.168.0.20:10000&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
That's it.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Tags: #ssh #portforwarding #port #webserver #http #localhost&lt;/div&gt;</summary>
		<author><name>Daniel</name></author>
	</entry>
</feed>