Difference between revisions of "Port forwarding"
Jump to navigation
Jump to search
Tags: Mobile web edit, Mobile edit |
|||
(17 intermediate revisions by 4 users not shown) | |||
Line 5: | Line 5: | ||
+ | * [[Vagrantfile example]], externally available | ||
+ | *<code>config.vm.network :forwarded_port, guest: 80, host: 2000, host_ip: "0.0.0.0"</code> | ||
+ | |||
+ | |||
+ | * [[Kubernetes]]: <code>[[kubectl port-forward]]</code> for [[services]] | ||
+ | * <code>[[ssh -N]]</code> | ||
+ | |||
+ | * [[socat]]: | ||
+ | |||
+ | * [[AWS System Manager Session Manager port forwarding]] | ||
+ | |||
+ | == Related == | ||
+ | * <code>[[kubectl proxy]]</code> | ||
+ | * <code>[[kubectl port-forward]]</code> | ||
+ | * [[Reverse SSH tunneling]] | ||
== See also == | == See also == | ||
+ | * {{Port forwarding}} | ||
* {{firewalls}} | * {{firewalls}} | ||
* {{netcat}} | * {{netcat}} | ||
[[Category:Networking]] | [[Category:Networking]] |
Latest revision as of 10:39, 4 September 2023
- PAN-OS: how to translate traffic from the internet to a specific port in a destination zone inside of the firewall https://knowledgebase.paloaltonetworks.com/KCSArticleDetail?id=kA10g000000PMwKCAW
- Vagrantfile example, externally available
config.vm.network :forwarded_port, guest: 80, host: 2000, host_ip: "0.0.0.0"
Related[edit]
See also[edit]
- Port forwarding,
ngrok
- DMZ, Port knocking, Bastion host, Firewall Software:
iptables
ufw
firewalld
nftables
firewall-cmd
ipfw (FreeBSD)
PF (OpenBSD)
, netsh advfirewall, PAN-OS, WAF, pfsense, VyOS, Cisco ASA, DMZ, F5, URL Filtering, port forwarding, macOS application firewall, Windows firewall, Fortigate, ngrok, Network ACL telnet
,netcat, nc, nc -l
,ncat
,socat, ngrok
Advertising: