由於更換新的固定ip, 這邊紀錄在 ubuntu12.04 使用 pppoe 設定 hinet 固定ip
過程相當簡單並沒有什麼太大的問題。
1.安裝 pppoeconfig
sudo apt-get install pppoeconf
2.照著畫面操作(基本上都是選Yes)
Note: 注意在 “輸入使用者名稱” 畫面
固定ip為 xxxxxxxx@ip.hinet.net
非固定ip為 xxxxxxxx@hinet.net
3.完成之後重新啟動電腦,/etc/network/interfaces 的內容應該會類似 e.g.
auto lo iface lo inet loopback auto dsl-provider iface dsl-provider inet ppp pre-up /sbin/ifconfig eth1 up # line maintained by pppoeconf provider dsl-provider auto eth1 iface eth1 inet manual
4.使用 ifconfig 應該可以看到多出 ppp0 裝置 e.g.
ppp0 Link encap:Point-to-Point Protocol inet addr:xxx.xxx.xxx.xxx P-t-P:168.95.98.254 Mask:255.255.255.255 UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1492 Metric:1 RX packets:27060 errors:0 dropped:0 overruns:0 frame:0 TX packets:21000 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:3 RX bytes:24596503 (24.5 MB) TX bytes:3591481 (3.5 MB)