2009年10月10日 星期六

停用NetworkManager

Fedora

# service NetworkManager stop
# chkconfig NetworkManager off
# chkconfig network on
# service network start


Ubuntu

sysv-rc-conf --level 2 \NetworkManager off
sysv-rc-conf --level 2 \networking on

/etc/init.d/NetworkManager stop
/etc/init.d/networking start