偷偷摘套内射激情视频,久久精品99国产国产精,中文字幕无线乱码人妻,中文在线中文a,性爽19p

常用Ubuntu安裝網(wǎng)絡(luò)配置系統(tǒng)

系統(tǒng) Linux
這里將介紹Ubuntu安裝配置網(wǎng)絡(luò)問題的解決方法,在這里拿出來和大家分享一下。Ubuntu安裝配置 。

學習Ubuntu安裝配置時,你可能會遇到Ubuntu安裝配置網(wǎng)絡(luò)問題,這里將介紹Ubuntu安裝配置網(wǎng)絡(luò)問題的解決方法,在這里拿出來和大家分享一下。Ubuntu安裝配置 。

Ubuntu安裝配置網(wǎng)絡(luò)
 
sudo pppoeconf
pon dsl-provider
poff

在終端輸入 
sudo gedit /etc/ppp/options 
將彈出的文檔中的 lcp-echo-failure 4 改為 lcp-echo-failure 40 這是因為Ubutnu默認的設(shè)置有個很明顯的缺陷,lcp-echo-failure次數(shù)被設(shè)為4,而lcp-echo-interval設(shè)為30秒。也就是說,如果120秒鐘之內(nèi),ADSL服務(wù)器沒有給回echo-reply信號,Ubuntu便會認為網(wǎng)絡(luò)已經(jīng)出了問題,馬上中斷重聯(lián),搞得人非常不爽。 
 
其它常用網(wǎng)絡(luò)Ubuntu安裝配置 

圖形界面有時候Ubuntu安裝配置網(wǎng)絡(luò)不能生效,可以用命令行配置 
IP命令行配置如下 
sudo gedit /etc/network/interfaces 
DHCP 
DHCP配置如下(假設(shè)通過eth1上網(wǎng)) 
# The primary network interface - use DHCP to find our address 
auto eth1 
iface eth1 inet dhcp //指定為dhcp 
然后重啟 
sudo /etc/init.d/networking restart 
Static IP 

靜態(tài)IP地址Ubuntu安裝配置如下(假設(shè)通過eth1上網(wǎng)) 
# The primary network interface 
auto eth1 
iface eth1 inet static //指定為static 
address 192.168.3.90 //IP地址 
gateway 192.168.3.1 //網(wǎng)關(guān) 
netmask 255.255.255.0 //子網(wǎng)掩碼 

同樣需要重啟 
sudo /etc/init.d/networking restart 
DNS 
如果有必要,Ubuntu安裝配置DNS 
sudo gedit /etc/resolv.conf 
nameserver 192.168.3.2 

【編輯推薦】

  1. Ubuntu安裝架設(shè)服務(wù)器
  2. Ubuntu安裝顯卡驅(qū)動教程比較復(fù)雜
  3. 硬盤Ubuntu安裝ISO系統(tǒng)
  4. 解決LINUX Ubuntu安裝問題
  5. Ubuntu安裝VirtualBox虛擬機
責任編輯:佚名 來源: CSDN
相關(guān)推薦

2010-01-08 17:03:58

Ubuntu網(wǎng)絡(luò)設(shè)置

2010-01-07 15:29:58

Ubuntu nfs

2010-02-07 09:51:22

2010-01-13 10:58:08

CentOS配置安裝

2011-03-02 15:05:59

Pureftpdubuntu

2022-08-08 16:57:31

Windows網(wǎng)絡(luò)配置

2009-09-21 09:49:14

Ubuntu Serv網(wǎng)絡(luò)配置操作系統(tǒng)

2010-01-08 16:55:04

Ubuntu vim

2010-02-06 15:50:00

Ubuntu網(wǎng)絡(luò)

2010-01-07 09:32:41

Ubuntu 9.10

2011-03-11 16:42:38

Ubuntu安裝LAMP

2010-03-05 10:37:20

Ubuntu ligh

2011-03-02 09:31:13

2011-09-15 15:16:37

Ubuntu軟件

2011-03-02 09:31:13

2010-03-11 09:20:54

Ubuntu網(wǎng)絡(luò)配置

2010-03-05 15:14:55

Ubuntu網(wǎng)絡(luò)配置

2009-12-31 13:03:17

Ubuntu安裝

2010-01-05 17:32:40

安裝Ubuntu

2010-02-05 09:43:20

Ubuntu系統(tǒng)
點贊
收藏

51CTO技術(shù)棧公眾號