0
点赞
收藏
分享

微信扫一扫

Centos Linux 永久开启路由转发功能

q松_松q 2024-09-27 阅读 2
Linux运维

编辑配置文件 /etc/sysctl.conf

[root@sre01 ~]# vim /etc/sysctl.conf 
net.ipv4.ip_forward=1

[root@sre01 ~]# sysctl -p
net.ipv4.ip_forward = 1


举报

相关推荐

0 条评论