i am trying to impliment nat i have 30 public IPs and i cant get to config nat on one interface or one ip this are the commands am using
int fa 0/0
ip add 10.10.10.10 255.255.255.252 for my WAN int
no shut
int fa0/1
ip add 11.11.11.1 255.255.255.0 for my LAN int
no shut
access-list 1 permit 11.11.11.0 255.255.255.0 for my lan add
ip nat inside source list 1 int fa 0/1
pls give the right config
int fa 0/0
ip add 10.10.10.10 255.255.255.252 for my WAN int
no shut
int fa0/1
ip add 11.11.11.1 255.255.255.0 for my LAN int
no shut
access-list 1 permit 11.11.11.0 255.255.255.0 for my lan add
ip nat inside source list 1 int fa 0/1
pls give the right config