虛擬cisco2600+筆記本單網卡上網

 

用虛擬2600+筆記本單網卡上網
最近,用Virtual2007Dynamips和筆記本撥號上網。
Dynamips Virtual2007橋接就不說了。
下面是拓撲和配置:

 

Router#sh run
Building configuration...

 

Current configuration : 1116 bytes
!
version 12.2
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Router
!
!
memory-size iomem 15
ip subnet-zero
!
!
!
ip dhcp pool test
   network 10.82.0.0 255.255.255.0
   default-router 10.82.0.1
   dns-server 202.96.209.133
!
ip audit notify log
ip audit po max-events 100
vpdn enable
!
vpdn-group office
 request-dialin
  protocol pppoe
!
!
!
!
voice call carrier capacity active
!
!
!
!
!
!
!
!
!
mta receive maximum-recipients 0
!
!
!
!        
interface FastEthernet0/0
 ip address 10.82.0.1 255.255.255.0
 ip nat inside
 duplex auto
 speed auto
!
interface FastEthernet0/1
 no ip address
 duplex auto
 speed auto
 pppoe enable
 pppoe-client dial-pool-number 1
!
interface Dialer1
 ip address negotiated
 ip nat outside
 encapsulation ppp
 dialer pool 1
 ppp authentication pap callin
 ppp pap sent-username xxxxxxx password 0 yyyyyyy
!
ip classless
ip route 0.0.0.0 0.0.0.0 Dialer1
ip http server
!
!
access-list 1 permit any
!
call rsvp-sync
!
!
mgcp profile default
!
dial-peer cor custom
!
!
!
!
!
line con 0
line aux 0
line vty 0 4
!
!
end
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章