閘道器查詢
1)netstat -nr
2)route 這個在ubuntu server上實驗貌似有問題。。。
ip固定:
為了永久的儲存固定ip,需要通過命令設定,基本需要操作的有2個檔案,總共4個步驟
3、重啟網絡卡
4、重啟計算機
具體內容:
步驟一中需要新增的**(ip內容):
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 192.168.1.98
netmask 255.255.255.0
gateway 192.168.1.1
[color=cyan]
步驟二中需要新增的**(dns伺服器):
# generated by networkmanager
nameserver 202.100.199.8
nameserver 202.100.192.68[/color] 這一步貌似可以不需要啊!
步驟三中重啟網絡卡:
sudo /etc/init.d/networking restart
步驟四中重啟計算機:
sudo shutdown -r 0
Linux網路相關查詢指令碼
1.檢視tcp連線狀態 netstat nat awk sort uniq c sort rn netstat n awk tcp end 或netstat n awk tcp end netstat n awk tcp end netstat n awk tcp sort uniq c sort ...
Linux基本網路配置 閘道器查詢
linux基本網路配置 1.檢視網路介面資訊 ifconfig 檢視網路介面資訊 sbin ifconfig ifconfig 網路介面 檢視指定網路介面資訊 ifconfig a 檢視系統中所有網路介面的資訊 2.檢視閘道器位址和路由資訊 route 檢視主機路由資訊 sbin route rou...
linux下查詢網口 Linux檢視網路埠
簡單的總結一下前段時間學習linux的成果 檢視 tcp 22 埠是否開啟1 列出所有埠 root demon proc netstat ntlpactive internet connections only servers proto 一 檢視 tcp 22 埠是否開啟 1 列出所有埠 root...