dialer pool 1該接口使用1號撥號池進(jìn)行撥號
dialer-group 1該命令對于pppoe是意義不大的
ppp authentication pap callin啟用ppp pap驗證
ppp pap sent-username xxxxxxx password 0 yyyyyyy使用已經(jīng)申請的用戶名和口令
第四步:配置內(nèi)部網(wǎng)絡(luò)接口
interface Ethernet0(內(nèi)部網(wǎng)絡(luò)接口)
ip address 10.1.1.1 255.255.255.0
ip nat inside為該接口啟用NAT
第五步:配置路由器為內(nèi)部網(wǎng)絡(luò)主機(jī)提供dhcp服務(wù)
ip dhcp excluded-address 10.1.1.1
ip dhcp pool ABC
import all(導(dǎo)入dns和wins server)
network 10.1.1.0 255.255.255.0
default-router 10.1.1.1
第六步:配置NAT:
access-list 1 permit 10.1.1.0 0.0.0.255
ip nat inside source list 1 interface Dialer1 overload
第七步:配置缺省路由
ip route 0.0.0.0 0.0.0.0 Dialer1
相關(guān)推薦:
VoIP技術(shù)應(yīng)用和六個疑難問題分析