I have a problem with dlsw through pix firewall, I checked ip connectivity and it is ok, my local peer in one router is 10.90.231.1 and its nat is 168.165.5.1, the remote peer is 128.6.252.254 and its nat is 168.165.2.67, I mean nat is in both ways.
the first nat is in one router with ip nat translation,
wan_router#sh ip nat translations
Pro Inside global Inside local Outside local Outside global
--- 168.165.5.1 10.90.232.1 --- ---
other nat is in pix firewall
pix-firewall#
static (inside,outside) 168.165.2.67 128.6.252.254 netmask 255.255.255.255
Those are configurations in routers.
remote_router (outside network)
dlsw local-peer peer-id 10.90.232.1
dlsw remote-peer 0 tcp 168.165.2.67
peer_router (inside network)
dlsw local-peer peer-id 128.6.252.254
dlsw remote-peer 0 tcp 168.165.5.1
What issues should i have to check?