MAGAZÍN D'INVESTIGACIÓ PERIODÍSTICA (iniciat el 1960 com AUCA satírica.. per M.Capdevila a classe de F.E.N.)
-VINCIT OMNIA VERITAS -
VOLTAIRE: "El temps fa justícia i posa a cadascú al seu lloc.."- "No aniràs mai a dormir..sense ampliar el teu magí"
"La història l'escriu qui guanya".. així.. "El poble que no coneix la seva història... es veurà obligat a repetir-la.."
R1(config)# ip nat inside source list 1 interface serial 0/1/0 overload This means: Take any packet from ACL 1, translate its source IP to the S0/1/0 interface IP (209.165.200.226), and keep track by port number. From PC1, PC2, and Laptop, ping 209.165.200.225 .
R1# show ip nat translations You should see something like: 6.6.7 packet tracer - configure pat.pka
R1(config)# interface g0/0 R1(config-if)# ip nat inside R1(config)# interface s0/1/0 R1(config-if)# ip nat outside Which traffic should be translated? All traffic from the LAN. R1(config)# ip nat inside source list 1 interface
Then check translations:
R1(config)# interface g0/0 R1(config-if)# ip address 192.168.1.1 255.255.255.0 R1(config-if)# no shutdown R1(config)# interface s0/1/0 R1(config-if)# ip address 209.165.200.226 255.255.255.252 R1(config-if)# no shutdown This is critical — PAT won’t work if you don’t tell the router which side is “inside” and which is “outside.” All traffic from the LAN