! version 12.2 service timestamps debug uptime service timestamps log uptime no service password-encryption ! hostname Router ! ! ip subnet-zero ! ! ip host Router 192.168.1.1 ! ! interface FastEthernet0 no ip address speed auto full-duplex shutdown ! interface Serial0 no ip address shutdown ! interface Serial1 no ip address shutdown ! router rip 1 redistribute connected network 192.168.1.0 network 192.168.2.0 ! ip classless no ip http server ! dialer-list 1 protocol ip permit dialer-list 1 protocol ipx permit ! line con 0 transport input none line aux 0 line vty 0 4 ! end