linux 網絡設備,網卡配置 ,相關
阿新 • • 發佈:2018-02-15
ifconfig value 地址 nat ace spa 排查 glibc 計算機名稱
網絡設備,網卡配置: Eth0是物理網卡:唯一mac地址,Bcast:廣播地址,MAsk:子網掩碼, Lo:系統自帶的回環的ip地址,可以做一些基本的測試應用,比如沒有網卡就用127.0.0.1, root@ubuntu:/# ifconfig ens33 down (停掉某個網卡,重啟操作系統可以起起來) root@ubuntu:/# ifconfig ens33 up (啟動某個網卡) root@ubuntu:/# ifconfig ens33 192.168.115.129 (修改ip地址,臨時生效,配置文件才能永久生效) root@ubuntu:/# ifconfig ens33 192.168.115.129 netmask 255.255.255.0 (修改子網掩碼,臨時生效,配置文件才能永久生效) root@ubuntu:~# hostname (root是賬號,ubuntu是計算機名稱) ubuntu root@ubuntu:~# hostname yaowenpc (修改主機名稱,這只是臨時修改,重啟後就還原,永久修改要修改配置文件) root@yaowenpc:/#
DNS:解析域名,計算機沒配置dns地址是沒法上網的,DNS地址都是由供應商提供的,要手動指定,中國電信中國聯通都會提供自己的dns地址,無論怎麽上網走的網絡都是電信或者聯通的,(流浪www.baidu.com需要dns才能到百度服務器) root@yaowenpc:/etc# vim resolv.conf (查看dns配置文件) # 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 127.0.1.1 nameserver 219.141.136.10 :電信的dns nameserver 202.106.0.20 :聯通的dns ~ root@yaowenpc:/etc# ping www.baidu.com PING www.a.shifen.com (163.177.151.110) 56(84) bytes of data.64 bytes from 163.177.151.110: icmp_seq=1 ttl=128 time=13.9 ms Curl工具(http工具): root@yaowenpc:/etc# curl -v -L www.baidu.com * Rebuilt URL to: www.baidu.com/ * Trying 163.177.151.109... * Connected to www.baidu.com (163.177.151.109) port 80 (#0) > GET / HTTP/1.1 > Host: www.baidu.com > User-Agent: curl/7.47.0 > Accept: */* > < HTTP/1.1 200 OK < Server: bfe/1.0.8.18 < Date: Thu, 15 Feb 2018 07:08:53 GMT < Content-Type: text/html < Content-Length: 2381 < Last-Modified: Mon, 23 Jan 2017 13:27:57 GMT < Connection: Keep-Alive < ETag: "588604dd-94d" < Cache-Control: private, no-cache, no-store, proxy-revalidate, no-transform < Pragma: no-cache < Set-Cookie: BDORZ=27315; max-age=86400; domain=.baidu.com; path=/ < Accept-Ranges: bytes < <!DOCTYPE html> <!--STATUS OK--><html> <head><meta http-equiv=content-type content=text/html;charset=utf-8><meta http-equiv=X-UA-Compatible content=IE=Edge><meta content=always name=referrer><link rel=stylesheet type=text/css href=http://s1.bdstatic.com/r/www/cache/bdorz/baidu.min.css><title>百度一下,你就知道</title></head> <body link=#0000cc> <div id=wrapper> <div id=head> <div class=head_wrapper> <div class=s_form> <div class=s_form_wrapper> <div id=lg> <img hidefocus=true src=//www.baidu.com/img/bd_logo1.png width=270 height=129> </div> <form id=form name=f action=//www.baidu.com/s class=fm> <input type=hidden name=bdorz_come value=1> <input type=hidden name=ie value=utf-8> <input type=hidden name=f value=8> <input type=hi
# curl http://www.baidu.com >> /yw/baidu.html
網絡測試和測試工具: 排查網絡信息:QQ無法登陸了,郵箱不能使用了,網頁打不開了。 如果自己電腦打不開一個網站,比如:被強了,南北互聯(南方使用的是聯通,北方使用的電信,導致間斷性不能訪問)。 Ping是發送數據包到對方主機, Ping 網關 (網關是一臺能夠上網的服務器,通過網關才能夠上網),如果有數據包返回,表示電腦和網關是互通的,說明局域網是互通的。 有沒有配置dns地址,計算機要上網,需要域名解析,cat /etc/resolv.conf root@yaowenpc:/# nslookup (nslookup驗證有沒有配置dns地址,dns配置的對不對) > www.baidu.com (nslookup是一個工具用來解析域名,輸入www.baidu.com域名) Server: 127.0.1.1 (server 127.0.1.1是主dns服務器去解析,有沒有www.baidu.com這個域名,有的話就解析出來,沒有就去別的dns服務器上查找) Address: 127.0.1.1#53 (Address: 127.0.1.1#53,其他dns服務器從1到53上面去查找) Non-authoritative answer: www.baidu.com canonical name = www.a.shifen.com. (百度的服務器的另2個名字和ip地址) Name: www.a.shifen.com Address: 163.177.151.109 Name: www.a.shifen.com Address: 163.177.151.110 root@yaowenpc:/# nslookup www.baidu.com Server: 127.0.1.1 Address: 127.0.1.1#53 Non-authoritative answer: www.baidu.com canonical name = www.a.shifen.com. Name: www.a.shifen.com Address: 163.177.151.110 Name: www.a.shifen.com Address: 163.177.151.109 要能夠上網:必須有一個ip地址可以跟網關通信,要有域名解析功能dns, cat /etc/resolv.conf。 Traceroute是跟蹤路由,訪問百度需要經過多少個設備。 root@yaowenpc:/# traceroute www.baidu.com traceroute to www.baidu.com (163.177.151.110), 30 hops max, 60 byte packets 1 192.168.115.2 (192.168.115.2) 0.140 ms 0.056 ms 0.090 ms 2 * * * 3 * * * 4 * * * 5 * * * 6 * * * root@yaowenpc:/# netstat -r Kernel IP routing table Destination Gateway Genmask Flags MSS Window irtt Iface default 192.168.115.2 0.0.0.0 UG 0 0 0 ens33 link-local * 255.255.0.0 U 0 0 0 ens33 172.17.0.0 * 255.255.0.0 U 0 0 0 docker0 192.168.115.0 * 255.255.255.0 U 0 0 0 ens33
linux 網絡設備,網卡配置 ,相關