Linux 服务器端的设置:
1.宽带共享属于linux的基本功能,系统安装默认的都会安装相应软件,只需作下列设置。Redhat/Fedora系列执行ntsysv命令(mandriva系列执行drakconf )设置启动时要执行的服务。 添加iptables服务作为开机启动,保存退出。
2.设置启动自动执行宽带共享
接着以文本编辑器打开/etc/rc.d/rc.local文件,如下修改:
#!/bin/sh
#
# This script will be executed *after* all the other init scripts.
# You can put your own initialization stuff in here if you don't
# want to do the full Sys V style init stuff.