QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 782|回复: 1

在ML下如何设置使用路由共享上网(我的机子不是路由)

[复制链接]
发表于 2005-12-27 10:28:20 | 显示全部楼层 |阅读模式
鼓捣好几天了,就是弄不成啊,在win下设置好IP就能上了,在ML下也设置了就是上不去啊
发表于 2005-12-27 10:34:24 | 显示全部楼层
####################magic linux
#!/bin/sh

echo "Starting iptables rules..."
ifconfig eth1 192.168.0.1
echo 1 > /proc/sys/net/ipv4/ip_forward
iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE
iptables -A FORWARD -i eth1 -j ACCEPT

用iptables,在写个脚本让开机运行就可以了
注:eth0 是外部网卡,eth1是内部网卡
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-11-29 05:15 , Processed in 0.035422 second(s), 15 queries .

© 2021 Powered by Discuz! X3.5.

快速回复 返回顶部 返回列表