1.
IP-Forwarding,IP转发。一种路由协议。
IP转发是操作系统的一种选项,支持主机起到路由器的功能。在一个系统中含有两块以上的网卡,并将IP转发选项打开,这样该系统就可以作为路由器进行使用了。
2.
echo "1">/proc/sys/net/ipv4/ip_forward
The '1' in "/proc/sys/net/ipv4/ip_forward" enables IP forwarding.
You can add [echo "1" > /proc/sys/net/ipv4/ip_forward] to one of your startup files,if you need this enabled all the time. Add to the end of /etc/rc.d/rc.local.
阅读(1014) | 评论(0) | 转发(0) |