Jump to content
Main menu
Main menu
move to sidebar
hide
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Special pages
jb-vpn.uk Wiki
Search
Search
Appearance
Create account
Log in
Personal tools
Create account
Log in
Pages for logged out editors
learn more
Contributions
Talk
Editing
SSH Port Forwarding:Overview
Page
Discussion
English
Read
Edit
View history
Tools
Tools
move to sidebar
hide
Actions
Read
Edit
View history
General
What links here
Related changes
Page information
Appearance
move to sidebar
hide
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
This document describes the SSH port forwarding system architecture and how it works. == Architecture == === Components === ==== '''Configuration File''': <code>/etc/ssh-port-forwards.conf</code> ==== * Defines all SSH port forwards in a simple format * One device per line == '''Management Script''': <code>/usr/local/bin/ssh-port-forward-manager.sh</code> == * Adds, removes, and lists SSH port forwards * Applies iptables rules automatically * Validates configurations == '''Integration''': <code>/etc/openvpn/iptables-restore.sh</code> == * Automatically applies all port forwards when VPN starts * Ensures rules persist after reboots === How It Works === <pre> External Client β VPS:EXTERNAL_PORT (e.g., 22222) β iptables DNAT rule β VPN Tunnel (tun0) β VPN_DEVICE:SSH_PORT (e.g., 10.8.0.2:22) </pre> == Current Configuration == To see the current configuration: <pre class="lang-bash"> cat /etc/ssh-port-forwards.conf </pre> To see active iptables rules: <pre class="lang-bash"> == View DNAT rules == iptables -t nat -L PREROUTING -n -v | grep DNAT == View FORWARD rules == iptables -t filter -L FORWARD -n -v | grep -E "10\.8\.0\." </pre> == Related Documentation == * [[Documentation:Configuration](Configuration|- Configuration file format * [Management]])(management.md) - Managing port forwards * [[Troubleshooting:Port Forwarding Troubleshooting|Troubleshooting]] - Troubleshooting guide [[Category:Documentation]] [[Category:Documentation/SSH Port Forwarding]]
Summary:
Please note that all contributions to jb-vpn.uk Wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
Jb-vpn.uk Wiki:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Search
Search
Editing
SSH Port Forwarding:Overview
Add topic