Change IP Adress and Route

# Xem thông tin cài đặt hiện tại trên card mạng thứ nhất
ifconfig eth0
# Xem gateway gate giếc thế nào
route -n

# Disable card mạng
ifconfig eth0 down

# Enable card mạng với tham số cấu hình IP mới
ifconfig eth0 192.168.1.113 netmask 255.255.255.0 up

# Thay đổi default gateway
route add default gw 192.168.1.1

# Adding a static route with route
route add -net 192.168.1.0 netmask 255.255.255.0 gw 192.168.1.1

# Some Files Effect Network Connection
/etc/hosts ~ %SYSTEMROOT%\system32\drivers\etc\hosts
/etc/resolv.conf: thiết lập DNS Server?
cái khỉ gì mà network inteface ý :-s

Cấu hình IP static?
Lấy IP tự động cấp phát theo DHCP?