QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 1435|回复: 4

RH8怎么设置共享上网?

[复制链接]
发表于 2002-11-18 11:40:53 | 显示全部楼层 |阅读模式
机器上有两块网卡,一块连接外部网(宽带接入),另一块连接局域网。在WIN2000中设置外网连接共享就好了,RH8怎么搞?
发表于 2002-11-24 21:52:52 | 显示全部楼层
用iptables做一个IP伪装即可,
iptables -t nat -A POSTROUTING -o eth1 -j SNAT --to 你的外网IP
然后, echo 1 > /proc/sys/net/ipv4/ip_forward
eth1是联接外网的网卡, eth0是联接内网的网卡, 其他机器把eth0作为网关即可实现共享上网
回复

使用道具 举报

发表于 2002-11-25 07:42:39 | 显示全部楼层
[quote:99b300610a="tsxht"]用iptables做一个IP伪装即可,
iptables -t nat -A POSTROUTING -o eth1 -j SNAT --to 你的外网IP
[/quote]

若你的 外网 IP 不是 固定的,那不是很麻烦?

按照我“置顶”的也可以的。
回复

使用道具 举报

发表于 2002-11-26 11:39:33 | 显示全部楼层
我在没打开防火墙的情况下,服务器拼外部IP拼得通,拼内部的不通,是怎么回事,
回复

使用道具 举报

发表于 2002-11-28 16:40:47 | 显示全部楼层
现在都通了,是网卡的问题,但我的透明代理怎么也配置不好,我是把命令写进/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.

touch /var/lock/subsys/local
modprobe ip_table
modprobe iptable_nat
insmod ip_conntrack_ftp
insmod ip_nat_ftp
insmod ip_conntrack_irc
insmod ip_nat_irc
iptables -A OUTPUT -o lo -j ACCEPT
iptables -A OUTPUT -o eth1 -j ACCEPT
iptables -t nat -A POSTROUTING -o eth1 -s 10.10.10.0/24 -j MASQUERADE
请问我配置的有问题吗
回复

使用道具 举报

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

本版积分规则

GMT+8, 2024-11-17 18:24 , Processed in 0.057791 second(s), 15 queries .

© 2021 Powered by Discuz! X3.5.

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