網路的基本知識一定要有,才能快速的學到想學的東西
例如:ip,gateway,dns等等
在ubuntu9.04下,雖然可以用圖形介面設定有線網路和無線網路,但Linux的精隨是指令啊!
(打指令才能耍帥)
視窗介面是啥?滾到一邊去吧哼哼~~~
/etc/network/interfaces的內容如下
auto lo #自動啟動lo虛擬網卡 (linux內鍵loopback設定,還不知道是啥目的)
iface lo inet loopback #lo網卡的設定
auto eth0 #自動啟動eth0虛擬網卡
iface eth0 inet static #設定eth0為固定ip(router底下的固定)
address 192.168.0.5 #設定ip
netmask 255.255.255.0 #子遮罩,很簡單
gateway 192.168.0.1 #這裡的gateway是我新買的無線AP的ip(有router功能),前面還有一台hinet的小烏龜
sudo ifdown eth0 # 關閉 eth0 這個裝置
sudo ifup eth0 # 啟用 eth0 並從 interfaces 讀取設定檔!!!!!!
sudo ifup eth0 # 啟用 eth0 並從 interfaces 讀取設定檔!!!!!!
-----------------------------------------------------------
解決ping不到www.google.com.tw的方法(DNS失效)
/etc/resolv.conf
加入以下內容
nameserver 168.95.1.1 #hinet的主機名稱
沒有留言:
張貼留言