You are on page 1of 1

no service timestamps log datetime msec

no service timestamps debug datetime msec


no service password-encryption
hostname FirewallCUI
ip dhcp excluded-address 192.168.32.1
ip dhcp pool Cuinetwork
network 192.168.30.0 255.255.255.0
default-router 192.168.32.1
interface FastEthernet0/0
ip address 200.10.10.2 255.255.255.252
ip nat outside
duplex auto
speed auto
interface FastEthernet1/0
ip address 192.168.32.1 255.255.255.0
ip access-group 100 out
ip nat inside
duplex auto
speed auto
ip
ip
ip
ip
ip

nat pool SalidaLan 200.10.10.2 200.10.10.1 netmask 255.255.255.252


nat inside source list 1 pool CUILan overload
nat inside source static 192.168.30.0 200.10.10.1
classless
route 0.0.0.0 0.0.0.0 192.168.32.0

access-list
access-list
access-list
access-list
access-list
access-list
access-list
line con 0
line vty 0 4
login

1 permit 192.168.32.0 0.0.0.255


100 permit icmp any any
100 permit tcp any any eq www
100 permit tcp any any eq telnet
100 permit udp any any eq tftp
100 deny tcp any any neq smtp
100 deny udp any any neq domain

end

You might also like