I have a CISCO 1720 with one interface card (Fastethernet0).
My configuration is:
interface FastEthernet0
ip address 192.168.0.254 255.255.255.0 secondary
ip address 62.56.162.28 255.255.255.240
ip nat inside
!
ip route 0.0.0.0 0.0.0.0 62.56.162.30
I want to do NAT with this one interface(Fastethernet0) with network address 62.56.162.28.
My network lan is: 192.168.0.0/24
My network wan is: 62.56.162.16/28
It's not working.
What do I do please?
Claude
My configuration is:
interface FastEthernet0
ip address 192.168.0.254 255.255.255.0 secondary
ip address 62.56.162.28 255.255.255.240
ip nat inside
!
ip route 0.0.0.0 0.0.0.0 62.56.162.30
I want to do NAT with this one interface(Fastethernet0) with network address 62.56.162.28.
My network lan is: 192.168.0.0/24
My network wan is: 62.56.162.16/28
It's not working.
What do I do please?
Claude