|
|
|
|
| redhat linux9中,pppoe拨号其他电脑通过ipchains共享一个ip上网(急) |
 redhat linux9中,pppoe拨号其他电脑通过ipchains共享一个ip上网(急) - itFuture [ 2004-04-08 18:31 | 1,187 byte(s)]
 Re: redhat linux9中,pppoe拨号其他电脑通过ipchains共享一个ip上网(急) - milod [ 2004-04-10 09:50 | 109 byte(s)]
 Re: redhat linux9中,pppoe拨号其他电脑通过ipchains共享一个ip上网(急) - Yonny [ 2004-04-09 18:00 | 50 byte(s)]
|
|
|
|
[Original]
[Print]
[Top]
|
redhat linux9中,pppoe拨号其他电脑通过ipchains共享一个ip上网(急)
配置如下:
# /etc/rc.d/rc.firewall
/sbin/depmod -a
/sbin/modprobe ip_masq_ftp
/sbin/modprobe ip_masq_raudio
/sbin/modprobe ip_masq_irc
echo "1" > /proc/sys/net/ipv4/ip_forward
#echo "1"> /proc/sys/net/ipv4/ip_always_defrag
#/sbin/ipchains -M -S 7200 10 160
/sbin/ipchains -F forward
/sbin/ipchains -F input
/sbin/ipchains -F output
/sbin/ipchains -P forward DENY
/sbin/ipchains -A forward -i eth0 -s 192.168.0.0/24 -j MASQ
执行后,
报如下的错误提示:
modprobe: Can't locate module ip_masq_ftp
modprobe: Can't locate module ip_masq_raudio
modprobe: Can't locate module ip_masq_irc
ipchains: Protocol not available
ipchains: Protocol not available
ipchains: Protocol not available
ipchains: Protocol not available
ipchains: Protocol not available
我的内核为:linux-2.4.20-8
谢谢各位一定要帮我!
|
|
|
----
linux是一个阳光灿烂的世界,喜欢linux胜过爱人!
|
|
[Original]
[Print]
[Top]
|
|
« Previous thread
cvs问题 |
网络管理技术
第15页 |
Next thread »
请问一个关于虚拟机Vmware的问题 |
|