- Windows系統 ARP(Address Resolution Protocol)
- ipconfig
- ping
- arp
- arp -a or arp -g
- arp -s
- arp -s
192.168.10.99
00-80-c8-12-34-56
- arp -d IP_Address
- route
- route -print (or netstat -r)
- tracert
- Linux
- ifconfig eth0
- route -n
- reboot
- shutdown
- 查詢網路監聽服務=>netstat -t -a
- 系統更新=>yum -y update
- 網路芳鄰=>Samba
-
Linux: 鳥哥的Linux私房菜--伺服器架設篇(第三版)
- Chapter 3
- Chapter 4 連上網路
-
IP,DHCP,Gateway=>/etc/sysconfig/network-script/ifconfig-eth0
- vim /etc/sysconfig/network-script/ifconfig-eth0
- /etc/init.d/network restart
- DNS
IP=>/etc/resolv.conf
- Hinet=>168.95.1.1
- vim /etc/resolv.conf
- dig www.google.com
- HostName=>/etc/sysconfig/network
- vim /etc/sysconfig/network
- IP<=>DomainName=>/etc/hosts
- 設定DNS
- Chaper 5
- ifconfig
- route
- ip route
show
- ping
- traceroute
IP
- netstat -rn
- netstat -tulnp
- netstat -atunp
- host
tw.yahoo.com
- nslookup
www.google.com
- telnet IP
- ftp IP
-
-