not sure this is possible with my current router.
f0/0 is connected to DSL modem ipsec vpn back to HQ
f0/1 is connected to store switch. Subnet 192.168.73.0 Subnet 192.168.31.0
what i need to do is nat 192.168.73.11 to 192.168.31.11 is this possible with the current config or do i need another interface?
Here is a bit of the config
interface FastEthernet0/1
ip address 192.168.31.1 255.255.255.0 secondary
ip address 192.168.73.1 255.255.255.0
ip nat inside
ip virtual-reassembly
duplex auto
speed auto
ip nat inside source static 192.168.73.11 192.168.31.11
f0/0 is connected to DSL modem ipsec vpn back to HQ
f0/1 is connected to store switch. Subnet 192.168.73.0 Subnet 192.168.31.0
what i need to do is nat 192.168.73.11 to 192.168.31.11 is this possible with the current config or do i need another interface?
Here is a bit of the config
interface FastEthernet0/1
ip address 192.168.31.1 255.255.255.0 secondary
ip address 192.168.73.1 255.255.255.0
ip nat inside
ip virtual-reassembly
duplex auto
speed auto
ip nat inside source static 192.168.73.11 192.168.31.11