搜尋此網誌

2011年10月3日 星期一

Debian - 網路設定

設定檔:/etc/network/interfaces

loopback設定方式
auto lo
iface lo inet loopback


DHCP設定方式
auto eth0
iface eth0 inet dhcp



固定IP設定方式
auto eth0
iface eth0 inet static
address 192.168.122.254
netmask 255.255.255.0
gateway 192.168.122.1



DNS設定檔:/etc/resolv.conf
nameserver 168.95.1.1


重新啟動網路
/etc/init.d/networking restart


查看網路設定
ifconfig


查看主機名稱
hostname
hostname  -f  → FQDN




沒有留言:

張貼留言