hixyz111 發表於 23-7-2011 19:37:55

[Ubuntu亂咁玩系列]自建Router

本帖最後由 hixyz111 於 23-7-2011 21:40 編輯

自從甩左硬件版版主之後,好耐未出過Post.請再多多指教

曾幾何時想自建Router.呢幾日終於搞好大半.

Spec:
PD 805
P5N32E SLI
512*2MB DDR2

先搞好IPv6.唔想搞NAT & IPv4 住

Terminal:
1. sudo pppoeconf >搞好ADSL 連線.Username & Password etc.

2. sudo nano /etc/ppp/options 後尾加 "ipv6 ,"

3. sudo apt-get install wide-dhcpv6-client > Install DHCPv6 to get your prefix from your ISP

4. nano /etc/wide-dhcpv6/dhcp6c.conf>check the screenshot below

5. apt-get install radvd
6. nano /etc/radvd.conf>check the screenshot below

http://i235.photobucket.com/albums/ee220/Lt_Conti/Screenshot-2.png

7. /etc/init.d/wide-dhcpv6-client start
8. /etc/init.d/radvd start

9. sudo ip -6 route add default dev ppp0

10.搞掂
http://i235.photobucket.com/albums/ee220/Lt_Conti/Screenshot-1.png

而家手頭一大堆IPv6 address (/60 = 2^68)

下次再講IPv4 & NAT

閃乂星 發表於 15-8-2011 07:50:19

香頭 多謝先
頁: [1]
查看完整版本: [Ubuntu亂咁玩系列]自建Router