赞
踩
- 配置1:
- [root@ecs ~]#vi /etc/ssh/sshd_config
-
- 修改内容:
- AllowTcpForwarding yes
- GatewayPorts yes
-
- 生效:
- [root@ecs ~]#/etc/rc.d/init.d/sshd restart
-
- 配置2:
- [root@ecs ~]vi /etc/sysctl.conf
-
- 修改内容:
- net.ipv4.ip_forward = 1
-
- 生效:
- [root@ecs ~]sudo sysctl -p 或 /sbin/sysctl -e -p /etc/sysctl.conf
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。