当前位置:网站首页>iptables 4层转发
iptables 4层转发
2022-07-03 01:38:00 【fyttttttt】
iptables -t nat -nL --line 查看规则
iptables -F -t nat 清空规则
iptables -t nat -A PREROUTING --dst 本地ip -p tcp --dport 本地端口 -j DNAT --to-destination 目的ip:端口
iptables -t nat -A POSTROUTING --dst 目的ip -p tcp --dport 目的端口 -j SNAT --to-source 本地ip
边栏推荐
- 网络安全-信息收集
- 网络安全-防火墙
- Analyzing several common string library functions in C language
- Redis: simple use of redis
- Deep learning notes (constantly updating...)
- 《上市风云》荐书——唯勇气最可贵
- [Yu Yue education] Jiujiang University material analysis and testing technology reference
- 查询商品案例-页面渲染数据
- Leetcode(540)——有序数组中的单一元素
- DDL basic operation
猜你喜欢
机器学习笔记(持续更新中。。。)
Redis:Redis的简单使用
Comment communiquer avec Huawei Cloud IOT via le Protocole mqtt
[shutter] shutter debugging (debugging control related functions | breakpoint management | code operation control)
PS remove watermark details
ByteDance data Lake integration practice based on Hudi
Technology sharing | Frida's powerful ability to realize hook functions
[fluent] fluent debugging (debug debugging window | viewing mobile phone log information | setting normal breakpoints | setting expression breakpoints)
In the face of difficult SQL requirements, HQL is not afraid
詳細些介紹如何通過MQTT協議和華為雲物聯網進行通信
随机推荐
His experience in choosing a startup company or a big Internet company may give you some inspiration
"Jetpack - livedata parsing"
网络安全-DNS欺骗与钓鱼网站
函数的定义和调用、this、严格模式、高阶函数、闭包、递归
Swift development learning
MySQL学习03
y54.第三章 Kubernetes从入门到精通 -- ingress(二七)
Problems encountered in small program development of dark horse shopping mall
Network security - Information Collection
小程序開發的部分功能
What are MySQL locks and classifications
自定义组件、使用npm包、全局数据共享、分包
[fluent] fluent debugging (debug debugging window | viewing mobile phone log information | setting normal breakpoints | setting expression breakpoints)
DML Foundation
Swift开发学习
Technology sharing | Frida's powerful ability to realize hook functions
Network security - virus
How is the mask effect achieved in the LPL ban/pick selection stage?
网络安全-漏洞与木马
深度学习笔记(持续更新中。。。)