2010年11月3日 星期三

Ubuntu 設定固定 IP 和 Proxy

vi /etc/network/interfaces

一、單網卡單 IP
auto eth0 ## 重要,這一行一定要設定
iface eth0 inet static
address [IP] ## 請將 [IP] 換成你要的 IP
netmask 255.255.255.0
gateway 192.168.1.1

# sudo /etc/init.d/networking restart

# export http_proxy=http://帳號:密碼@代理伺服器:port

沒有留言:

張貼留言