In the world,Home connect PPPoe!(Free!!!!!!!!More!!!!!!!!Simple!!!!!!!!Common!!!!!!!)

1.make netinfo.txt  to note
   dynamips-wxp.exe C3660-IK.BIN -e >> netinfo.txt
2.open netinfo.txt
   copy rpcap://\Device\NPF_{73A933A2-1B03-4087-B1F0-A444EEBD316A} : Network adapter 'Realtek RTL8139 Family Fast Ethernet Adapter (Microsoft's Packet Scheduler) ' on local host
   in this,copy \Device\NPF_{73A933A2-1B03-4087-B1F0-A444EEBD316A} to start.cmd
   dynamips-wxp.exe -L NUL -P 3600 -t 3660 --idle-pc 0x605115f4 -s 0:0:gen_eth:"\Device\NPF_{73A933A2-1B03-4087-B1F0-A444EEBD316A}" C3660-IK.BIN
  I test Cisco 3660 IOS is very good.
3.open your home modem power to connect.(PPPoe Net Config),Connect Local network.
    <In the Cisco 3660 the Default have two fast,but only use one,In my idea,f0/0.1 to pppoe en,that's ok!>
   Define one modem,one line,one local con,more Cisco to Connect WAN,Very Seu...
   But In home,define different network,example modem is 192.168.1.1,
   you can define local 193.113.23.100/24 to Cisco,193.113.23.111/24 to Home PC AS ISP work.Very Private.

  Now,Start Now.The firest erase now.(1)en(2)config t(3)erase startup-config=>Enter(Confirm)(4)close Dos window
                The Second buildnow.(1)run BES to control CPU.OK!!!!(2)run D...,If display Would you like to enter the initial configuration dialog? [yes/no]:
                               You must input no to continue.
                                (3)en(4)config t
(5)update ********* text and copy this to Cisco Platorm
hostname Cisco3660
!
boot-start-marker
boot-end-marker
!
enable password cisco
!
no aaa new-model
memory-size iomem 5
!
ip cef
!
ip name-server 202.96.104.15
ip name-server 202.96.104.17
ip name-server 61.153.81.75
ip name-server 61.153.81.74
!
vpdn enable
no vpdn logging
vpdn-group pppoe
request-dialin
protocol pppoe
!

username ********** password  *********
!         
interface FastEthernet0/0
ip address 192.168.1.60 255.255.255.0
no shutdown
ip nat inside
duplex auto
speed auto
pppoe-client dial-pool-number 1
!         
interface FastEthernet0/0.1
pppoe enable
ip virtual-reassembly
!         
interface FastEthernet0/1
no ip address
shutdown
duplex auto
speed auto
!         
interface Dialer1
ip address negotiated
ip nat outside
encapsulation ppp
no ip mroute-cache
dialer pool 1
dialer-group 1
no cdp enable
ppp authentication pap callin
ppp pap sent-username ********* password  *********
!         
no ip http server
no ip http secure-server
!
ip dns server
ip domain-lookup
!         
ip route 0.0.0.0 0.0.0.0 Dialer1
!         
ip nat inside source list 1 interface Dialer1 overload
!         
access-list 1 permit any
dialer-list 1 protocol ip permit   
!         
control-plane
!            
line con 0
password fromchina
login   
line aux 0
password fromchina
login   
line vty 0 4
password fromchina
login local
!              
end      
write