发布时间:2013-07-04 11:32:29
1) 重启后生效 开启: chkconfig iptables on 关闭: chkconfig iptables off 2) 即时生效,重启后失效 开启: service iptables start 关闭: service iptables stop 需要说明的是对于Linux下的其它服务都可以用以上命令执行开启和关闭操作。 在开启了防火墙时.........【阅读全文】
发布时间: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.........【阅读全文】
发布时间: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-.........【阅读全文】