CentOS 6 | CentOS 7 | 用途 |
arp | ip neighbor | 查詢ip mac對應 |
ifconfig | ip addr, ip link | 查網卡IP |
netstat -tunlp | ss -tunlp | 查連線狀況 |
route | ip route | 查路由表 |
2015年7月21日 星期二
CentOS 7 與CentOS 6 常用指令差異
2015年7月2日 星期四
關閉Windows Server 2008 網卡設定中不必要的通道介面
網管人員常會透過ifconfig /all 查來看目前系統的IP設定狀況,
但每次只要在有啟用IPv6的電腦,指令輸入後,就會有一長串的
介面,不易觀看看,既然沒用到就關了它吧。
微軟有提供快速關閉的Fix執行檔,也有手動設定說明,
參考
How to disable IPv6 or its components in Windows
https://support.microsoft.com/en-us/kb/929852
關閉 6to4 & Teredo adapters
netsh int 6to4 set state state=disabled
netsh int teredo set state type=disabled
但每次只要在有啟用IPv6的電腦,指令輸入後,就會有一長串的
介面,不易觀看看,既然沒用到就關了它吧。
微軟有提供快速關閉的Fix執行檔,也有手動設定說明,
參考
How to disable IPv6 or its components in Windows
https://support.microsoft.com/en-us/kb/929852
關閉 6to4 & Teredo adapters
netsh int 6to4 set state state=disabled
netsh int teredo set state type=disabled
訂閱:
文章 (Atom)