! version 11.3 service timestamps debug uptime service timestamps log uptime service password-encryption service udp-small-servers service tcp-small-servers ! hostname Cisco ! enable secret 5 $1$3l2W$51I2f21b/KHcOcdBuxvKh/ enable password 7 051F031D2C45400815 ! ip subnet-zero ip nat pool SIT 1.2.3.4 1.2.3.4 netmask 255.255.255.255 ip nat inside source list 1 pool SIT overload ip nat inside source static 192.168.1.100 1.2.3.5 ip nat inside source static 192.168.100.2 1.2.3.6 ip nat inside source static 192.168.1.10 1.2.3.7 ip nat inside source static 192.168.1.77 1.2.3.8 ip domain-name firma.cz ip name-server 192.168.1.100 ! ! ! interface Loopback0 no ip address ! interface Ethernet0 ip address 192.168.100.1 255.255.255.0 ip nat inside keepalive 30 ! interface Serial0 physical-layer async description Smer_provider ip address 1.0.0.1 255.255.255.252 ip nat outside ip tcp header-compression passive encapsulation ppp async default routing async mode dedicated peer default ip address 1.0.0.2 ! ip classless ip route 0.0.0.0 0.0.0.0 Serial0 ip route 192.168.0.0 255.255.255.0 192.168.100.2 permanent ip route 192.168.1.0 255.255.255.0 192.168.100.2 permanent ip route 192.168.100.0 255.255.255.0 Ethernet0 ! no logging console access-list 1 permit 192.168.0.0 0.0.0.255 access-list 1 permit 192.168.1.0 0.0.0.255 access-list 1 deny any ! line con 0 line 1 autoselect ppp modem InOut autocommand ppp transport input all stopbits 1 speed 38400 flowcontrol hardware line vty 0 4 password 7 0509091524424F login ! end