Chinaunix首页 | 论坛 | 博客
  • 博客访问: 2251619
  • 博文数量: 310
  • 博客积分: 6853
  • 博客等级: 准将
  • 技术积分: 2833
  • 用 户 组: 普通用户
  • 注册时间: 2005-08-04 16:41
文章分类

全部博文(310)

文章存档

2013年(17)

2012年(42)

2011年(76)

2010年(71)

2009年(99)

2007年(2)

2006年(1)

2005年(2)

发布时间:2013-07-04 11:32:29

1) 重启后生效 开启: chkconfig iptables on 关闭: chkconfig iptables off 2) 即时生效,重启后失效 开启: service iptables start 关闭: service iptables stop 需要说明的是对于Linux下的其它服务都可以用以上命令执行开启和关闭操作。 在开启了防火墙时.........【阅读全文】

阅读(2014) | 评论(0) | 转发(0)

发布时间:2013-07-03 21:59:54

*修改IP地址即时生效: ifconfig eth0 192.168.1.100  netmask 255.255.255.0重启生效: vim  /etc/sysconfig/network-scripts/ifcfg-eth0       --增加或者修改下面几行          BOOTPROTO=stati.........【阅读全文】

阅读(27158) | 评论(1) | 转发(2)

发布时间:2013-07-03 21:34:12

Here's the summary of what I can think of, with alternate methods in case the first one doesn't work with you:? Debian kernel 2.4:In /etc/modutils, change the linealias net-pf-10 ipv6toalias net-pf-.........【阅读全文】

阅读(3953) | 评论(0) | 转发(1)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册