电脑连接CISCO路由器,CISCO路由器连接家用路由器上网
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.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
ip name-server 家用路由器地址
!         
interface FastEthernet0/0
 ip address 192.168.1.91 255.255.255.0
 no shutdown
 ip nat inside   
!         
ip default-gateway 家用路由器地址
ip route 0.0.0.0 0.0.0.0 家用路由器地址
ip default-network 192.168.1.0
ip dns server
no ip http server
no ip http secure-server              
!                
end       
write
09-13 19:16