LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 2061|回复: 2

ubuntu中如何设置共享上网?

[复制链接]
发表于 2005-10-9 14:30:50 | 显示全部楼层 |阅读模式
按指南说的装了防火墙后连自己都上不了网,停了防火墙后就可以上,不知道是什么原因?

想用iptables,但是不知如何启动这个服务?另外IP伪装的语句我原来是写在rc.local里的,可是ubuntu中却没有这个脚本,不知如何添加,请指教。

新手问题大家不要见怪!
发表于 2005-10-10 14:38:58 | 显示全部楼层
iptables不是一个服务,仅仅是配置kernel防火墙功能的一个工具。
debian中没有rc.local这个脚本,要自己搞定,ubuntu也一样。
下面是个例子,你看看:
1)  Make a file called /etc/init.d/local with a text editor. This file is a script so it should always start with the following line:

#! /bin/sh

2)  Next, for example I have an always on cable modem and I want to use rdate to update the system time to atomic clock time at startup, so I add the following command to the file:

rdate -s clock-1.cs.cmu.edu && hwclock --systohc

(The rdate command updates your system time, then the hwclock command updates the bios clock)

3)  Make this file executable with:

chmod +x /etc/init.d/local

4)  Next, link the new local file by running:

update-rc.d local defaults 80
回复 支持 反对

使用道具 举报

发表于 2005-10-10 16:49:31 | 显示全部楼层
直接安装Firestarter?   里面有设置共享网络。
回复 支持 反对

使用道具 举报

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

本版积分规则

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