You are on page 1of 1

ena

conf t
hostname ISP
int s0/0
no shut
ip add 199.99.9.34 255.255.255.224
clock rate 64000
exit
int loopback 1
ip add 1.1.1.1 255.255.255.255
exit
int loopback 113
ip add 113.113.113.113 255.255.255.255
end

ena
conf t
hostname VCH
int f 0/0
ip add 10.10.10.1 255.255.255.0
no shut
exit

int s 0/0
no shut
ip add 199.99.9.33 255.255.255.224
exit
ip route 0.0.0.0 0.0.0.0 serial 0/0
end

ip nat inside source static 10.10.10.11 199.99.9.33


int fa 0/0
ip nat inside
exit
int s0/0
ip nat outside
end
show ip nat translations

---------------------------
dinamico
ena
conf t
hostname VCH
ip nat pool PICHON 199.99.9.42 199.99.9.46 netmask 255.255.255.224
access-list 10 permit 10.10.10.0 0.0.0.255
ip nat inside source list 10 pool PICHON
int f0/0
ip nat inside
exit
int s0/0
ip nat outside
exit

You might also like