Ms7 Search
Google 搜尋 翻譯
calendar
« 四月 2026 »
    1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30      
近期文章
文章分類
網站連結
Syndicate

centos6.3 安裝記事

2012-08-11 @ 10:07 in Linux

1 將 ipv6 取消 => 編輯 /etc/sysctl.conf => 加入 net.ipv6.conf.all.disable_ipv6 = 1

   編輯 /etc/dovecot/dovecot.conf => 更改 listen = *

   vi /etc/postfix/main.cf  => inet_protocols = ipv4

2 samba 取消 print cup
編輯 /etc/samba/smb.conf 加入以下列
    load printers = no
    cups options = raw
    printcap name = /dev/null
    printing = bsd
    disable spoolss = yes

3 設定 nat ,用二片網卡,用自己剩下的 nx1101 的網卡,在 client 端 dhcp IP 及連網時非常的慢,後來改用最普通的 RTL8139 ,或高級點的 Intel pro,確都很正常,不知那型那裏有問題

 

引用

引用本文的文章標題:centos6.3 安裝記事