虚拟cisco2600+笔记本单网卡上网

 
用虚拟 2600+ 笔记本单网卡上网
最近,用 Virtual2007 Dynamips 和笔记本拨号上网。
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

你可能感兴趣的:(休闲,拨号,dynamips,Virtual2007)