Hi there, i just made an ipsec with cisco router but i have some problem with NAT.
my local address is 192.9.200.0/24 (this subnet is given from vendor and cant change it)
on ip sec IP policy src address is 10.0.248.0/24 and dst address is x.138.39.16/29
on firewalling is
add action=accept chain=srcnat comment=Siem disabled=no dst-address=
x.138.39.16/29 src-address=10.0.248.0/24
add action=accept chain=srcnat comment=“” disabled=no dst-address=
10.0.248.0/24 src-address=x.138.39.16/29
must be ok for the firewall to accept to and from traffic.
now what i need to do is to translate all cisco incoming traffic 10.0.248.110 to 192.9.200.110 and opposite (cisco needs to reach the 10.0.248.0/24 traffic and not the 192.9.200.0/24)
on cisco the syntax is:
ip nat inside source static 192.9.200.110 10.0.248.110
I have try some nat examples from the wiki but nothing happens. I am not sure if is nat problem or firewall problem.
P.S no one interface has the 10.0.248.0/24 ip
Any idea?