2012 年五月
« 四    
 12345
6789101112
13141516171819
20212223242526
2728293031  
  • Posts Tagged ‘redhat’

    RedHat / Centos Disable IPv6 Networking

    Our policy and network configuration does not requires IPv6 support in RHEL / CentOS / Fedora Linux. How do I prevent the kernel module from loading at boot time and disable IPv6 networking?

    You can easily prevent the kernel module from loading by updating the following two files:

    /etc/modprobe.conf - Kernel driver configuration file.
    /etc/sysconfig/network - RHEL / CentOS networking configuration file. 

    Read the rest of this entry »

    redhat-list Digest, Vol 81, Issue 22

    Send redhat-list mailing list submissions to
    	redhat-list@redhat.com
    
    To subscribe or unsubscribe via the World Wide Web, visit
    
    https://www.redhat.com/mailman/listinfo/redhat-list
    
    or, via email, send a message with subject or body 'help' to
    	redhat-list-request@redhat.com
    
    You can reach the person managing the list at
    	redhat-list-owner@redhat.com
    
    When replying, please edit your Subject line so it is more specific
    than "Re: Contents of redhat-list digest..."
    

    
    

    Read the rest of this entry »

    在redhat linux上加双网卡

    今天在CentOS中添加了一块8139的网卡。启动完成后。没看到eth1这块网卡起来

    通过lspci 可以看到已经存在两块网卡,/etc/sysconfig/network-script/里面已经存在ifcfg-eth1文件。

    可能运行ifconfig eth1 却提示没有这个设备。

    然后通过cat /etcs/sysconfig/hwconf 找到新增网卡的MAC名。然后在 eth1文件里面添加此文件。

    重启network 后,成功找到设备!!!

    在redhat linux上加双网卡,网关,路由 Read the rest of this entry »