WEB开发网
开发学院操作系统windows 2008 Redhat9+ADSL+IPTABLES+DHCPD解决方案 阅读

Redhat9+ADSL+IPTABLES+DHCPD解决方案

 2010-09-27 12:21:54 来源:WEB开发网   
核心提示: chain output (policy accept) target prot opt source destination cat /proc/sys/net/ipv4/ip_forward 看值是否为1,结果如下: [root@localhost root]$ cat /proc/sys/

chain output (policy accept)

target prot opt source destination

cat /proc/sys/net/ipv4/ip_forward 看值是否为1,结果如下:

[root@localhost root]$ cat /proc/sys/net/ipv4/ip_forward

1

其实到现在如果你的客户段是静态设置ip地址,现在就可以通过服务器共享上网了,如果你还要配置dhcp服务器的话,修改/etc/dhcpd.conf

#start of /etc/dhcpd.conf

ddns-update-style interim;

ignore client-updates;

subnet 192.168.0.0 netmask 255.255.255.0 {

# --- default gateway

option routers 192.168.0.1;

option subnet-mask 255.255.255.0;

# --- option domain-name-servers isp's dns1,isp's dns2;

option domain-name-servers 192.168.0.1,202.106.0.20,202.106.148.1;

option time-offset -18000; # eastern standard time

# --- selects point-to-point node (default is hybrid). don't change this unless

# -- you understand netbios very well

# option netbios-node-type 2;

range dynamic-bootp 192.168.0.2 192.168.0.254;

default-lease-time 21600;

max-lease-time 43200;

}

#end of /etc/dhcpd.conf

关于squid的配置我就不讲了,非常简单哦,只不过在配置过程中需要主要配置dns地址。默认使没有的,否则你在adsl没连接的情况下,squid是启动不了的,可参考dhcpd.conf的dns地址。

好了,redhat服务器reboot后,所有windows客户端ipconfig/renew一下幸地址,服务器adsl-start后,一切都ok!什么时候想停止上网,只要在服务器端输入以下命令adsl-stop就可以

编缉推荐阅读以下文章

  • 暂无相关文章

上一页  1 2 3 4 5 6 

Tags:Redhat ADSL IPTABLES

编辑录入:爽爽 [复制链接] [打 印]
赞助商链接