重啟網絡卡:
eth0
指代你的網絡卡名字
修改dns:
參考:通過修改:
apt install openresolv
apt install resolvconf
sudo vi /etc/resolvconf/resolv.conf.d/base(這個檔案預設是空的)
在裡面插入:
nameserver 8.8.8.8
nameserver 8.8.4.4
如果有多個dns就一行乙個
修改好儲存,然後執行
sudo resolvconf -u
再看/etc/resolv.conf,最下面就多了2行:
cat /etc/resolv.conf
# dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8)
# do not edit this file by hand -- your changes will be overwritten
nameserver 8.8.8.8
nameserver 8.8.4.4
可以看到我們的設定已經加上了,然後再ping乙個網域名稱,當時就可以解析了,無需重啟。
網路位址劃分
網路位址可以分為網路號和主機號,主機號又可以分為子網號和子網主機號。ip位址分為五類,a類保留給 機構,b類分配給中等規模的公司,c類分配給任何需要的人,d類用於組播,e類用於實驗,各類可容納的位址數目不同。1 特徵 a 0 b 10xx c 110x d 1110 e 11110 2 各類位址的劃...
網路位址劃分
目前的網路ip是32位的。屬於ipv4 ipv6是128位。目前的網路是32位,分為4段。每段8位。a類位址是網路位有8位,主機位有24位,可以容納很多的主機,一般是屬於大型的網路。子網掩碼是 255.0.0.0 0 x.00000000.00000000.00000000 但是實際可以用時1 12...
linux 網路位址
linux下ip轉換工具 include include include strcut sockaddr in src src.sin addr.s addr inet addr 構建網路位址。printf s n inet ntoa src.sin addr 將網路位址轉換成字串。注意 inet ...