 RyanG1Premium join:2002-02-10 San Antonio, TX | reply to MathieuP
Re: [Config] [Cisco 1921] Outgoing NAT - Source NAT depending onive never tried this so it may not work that and im exhausted but maybe:
access-list 100 permit ip 192.168.0.0 0.0.0.255 host 9.9.9.9
access-list 101 deny ip 192.168.0.0 0.0.0.255 host 9.9.9.9
access-list 101 permit ip 192.168.0.0 0.0.0.255 any
ip nat pool pool1 1.0.0.2 1.0.0.2 netmask 255.255.255.255
ip nat inside source list 100 pool pool1
ip nat inside source list 101 interface GigabitEthernet0/1 overload
Ryan
-- Human beings, who are almost unique in having the ability to learn from the experience of others, are also remarkable for their apparent disinclination to do so. -Douglas Adams |