当前位置:网站首页>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
边栏推荐
- 去除网页滚动条方法以及内外边距
- 【Camera专题】手把手撸一份驱动 到 点亮Camera
- 使用Go语言实现try{}catch{}finally
- When the epidemic comes, how to manage the team as a leader| Community essay solicitation
- Bottleneck period must see: how can testers who have worked for 3-5 years avoid detours and break through smoothly
- DDL basic operation
- Answers to ten questions about automated testing software testers must see
- 网络安全-扫描
- [camera topic] turn a drive to light up the camera
- Network security - Information Collection
猜你喜欢
Smart management of Green Cities: Digital twin underground integrated pipe gallery platform
[Appendix 6 Application of reflection] Application of reflection: dynamic agent
What are the differences between software testers with a monthly salary of 7K and 25K? Leaders look up to you when they master it
[shutter] shutter debugging (debugging control related functions | breakpoint management | code operation control)
Button button adaptive size of wechat applet
A 30-year-old software tester, who has been unemployed for 4 months, is confused and doesn't know what to do?
小程序開發的部分功能
查询商品案例-页面渲染数据
Huakaiyun (Zhiyin) | virtual host: what is a virtual host
Wechat applet Development Tool Post net:: Err Proxy Connexion Problèmes d'agent défectueux
随机推荐
[error record] navigator operation requested with a context that does not include a naviga
Machine learning notes (constantly updating...)
LabVIEW安装第三方VISA软件后NI VISA失效
Return the only different value (de duplication)
自定义组件、使用npm包、全局数据共享、分包
Hard core observation 547 large neural network may be beginning to become aware?
Network security - talking about security threats
Certaines fonctionnalités du développement d'applets
MySQL learning 03
网络安全-钓鱼
Network security OpenVAS
Wechat applet development tool post net:: err_ PROXY_ CONNECTION_ Failed agent problem
疫情當頭,作為Leader如何進行團隊的管理?| 社區征文
The testing process that software testers should know
[shutter] top navigation bar implementation (scaffold | defaulttabcontroller | tabbar | tab | tabbarview)
缺少库while loading shared libraries: libisl.so.15: cannot open shared object file: No such file
[Appendix 6 Application of reflection] Application of reflection: dynamic agent
When the epidemic comes, how to manage the team as a leader| Community essay solicitation
Comment le chef de file gère - t - il l'équipe en cas d'épidémie? Contributions communautaires
去除网页滚动条方法以及内外边距