<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:times new roman,new york,times,serif;font-size:12pt"><div>Hi Redback-NSP,<br><br>I'm having trouble making the NAT configuration on redback work. Here is my config.<br><br><br>context VPN-TEST <br>!<br> !<br> ip nat pool NAT-POOL napt<br> address 192.168.20.1 to 192.168.20.254<br>!<br> nat policy pol1<br>! Default class<br> ignore<br>! Named classes<br> access-group NAT-ACL<br> class CLASS3<br> pool NAT-POOL VPN-TEST<br>!<br> interface PRIVATE-LINK<br> description private interface<br> ip address 172.16.20.1/24<br> ip nat pol1<br>!<br> interface PUBLIC-LINK<br> description link to public<br> ip address 192.168.30.1/30<br> no logging console<br>!<br> policy access-list NAT-ACL<br> seq 10 permit ip 172.16.20.0 0.0.0.255 class
CLASS3<br>!<br> !<br> ip route 0.0.0.0/0 192.168.30.2<br><br><br>Can someone please help me out.<br><br>Thanks,<br>Marvin<br></div></div><br>
</body></html>