>Only 192.168.30.150 can get on the the Internet through NAT and no other machines can and they all could before too.
Do you still have a nat (inside) statement?
nat (inside) 1 192.168.30.0 255.255.255.0
For the VPN, try:
clear cry isa
sho cry is sa
(looking for QM_IDLE with peer ip)
sho access-list
(looking for hit count increases on vpntohq line)
I like to use two different acls for two different processes. One for nat and one for the crypto map match:
access-list nat_zero permit ip 192.168.30.0 255.255.255.0 192.168.10.0 255.255.255.0
access-list vpntohq permit ip 192.168.30.0 255.255.255.0 192.168.10.0 255.255.255.0
nat (inside) 0 access-list nat_zero
crypto map map1 69 match address vpntohq
crypto map map1 interface outside
Now you can use sho access-list to see hitcounts on each process for easier troubleshooting.
Instead of use the same crypto map entries for both peers (even though it's really the same peer), I would do this:
crypto map map1 69 ipsec-isakmp
crypto map map1 69 match address vpntohq
crypto map map1 69 set peer 167.x.x.230
crypto map map1 69 set transform-set set1
crypto map map1 70 ipsec-isakmp
crypto map map1 70 match address vpntohq
crypto map map1 70 set peer 167.x.x.242
crypto map map1 70 set transform-set set1
Main Topics
Browse All Topics





by: nwruPosted on 2005-06-23 at 04:34:47ID: 14283009
Here's some logging on the pix. Hopefully it will help.
/0/0 (type=4), dest_proxy= 192.168.10.0/255.255.255.0 /0/0 (type=4), protocol= ESP, transform= esp-des esp-md5-hmac , lifedur= 28800s and 4608000kb, spi= 0x0(0), conn_id= 0, keysize= 0, flags= 0x4004 (192.168.20.150/135) to inside:192.168.30.150/1742 (68.x.x.217/1742) /0/0 (type=4), dest_proxy= 192.168.10.0/255.255.255.0 /0/0 (type=4), protocol= ESP, transform= esp-des esp-md5-hmac , lifedur= 28800s and 4608000kb, spi= 0x0(0), conn_id= 0, keysize= 0, flags= 0x4004 to inside:192.168.30.151/2149 duration 0:02:01 bytes 0 SYN Timeout /0/0 (type=4), dest_proxy= 192.168.10.0/255.255.255.0 /0/0 (type=4), protocol= ESP, transform= esp-des esp-md5-hmac , lifedur= 28800s and 4608000kb, spi= 0x0(0), conn_id= 0, keysize= 0, flags= 0x4004 to inside:192.168.30.150/1740 duration 0:02:01 bytes 0 SYN Timeout /0/0 (type=4), dest_proxy= 192.168.10.0/255.255.255.0 /0/0 (type=4), protocol= ESP, transform= esp-des esp-md5-hmac , lifedur= 28800s and 4608000kb, spi= 0x0(0), conn_id= 0, keysize= 0, flags= 0x4004 /0/0 (type=4), dest_proxy= 192.168.10.0/255.255.255.0 /0/0 (type=4), protocol= ESP, transform= esp-des esp-md5-hmac , lifedur= 28800s and 4608000kb, spi= 0x0(0), conn_id= 0, keysize= 0, flags= 0x4004 (192.168.10.155/135) to inside:192.168.30.150/1775 (192.168.30.150/1775) to inside:192.168.30.150/1742 duration 0:02:01 bytes 0 SYN Timeout /0/0 (type=4), dest_proxy= 192.168.10.0/255.255.255.0 /0/0 (type=4), protocol= ESP, transform= esp-des esp-md5-hmac , lifedur= 28800s and 4608000kb, spi= 0x0(0), conn_id= 0, keysize= 0, flags= 0x4004 (192.168.10.150/135) to inside:192.168.30.150/1778 (192.168.30.150/1778) (192.168.10.155/135) to inside:192.168.30.150/1779 (192.168.30.150/1779) /0/0 (type=4), dest_proxy= 192.168.10.0/255.255.255.0 /0/0 (type=4), protocol= ESP, transform= esp-des esp-md5-hmac , lifedur= 28800s and 4608000kb, spi= 0x0(0), conn_id= 0, keysize= 0, flags= 0x4004 (192.168.10.150/135) to inside:192.168.30.150/1790 (192.168.30.150/1790) /0/0 (type=4), dest_proxy= 192.168.10.0/255.255.255.0 /0/0 (type=4), protocol= ESP, transform= esp-des esp-md5-hmac , lifedur= 28800s and 4608000kb, spi= 0x0(0), conn_id= 0, keysize= 0, flags= 0x4004 (192.168.10.150/135) to inside:192.168.30.150/1792 (192.168.30.150/1792) (192.168.10.155/135) to inside:192.168.30.150/1793 (192.168.30.150/1793) /0/0 (type=4), dest_proxy= 192.168.10.0/255.255.255.0 /0/0 (type=4), protocol= ESP, transform= esp-des esp-md5-hmac , lifedur= 28800s and 4608000kb, spi= 0x0(0), conn_id= 0, keysize= 0, flags= 0x4004 to inside:192.168.30.150/1775 duration 0:02:01 bytes 0 SYN Timeout (192.168.10.155/135) to inside:192.168.30.150/1795 (192.168.30.150/1795) (192.168.40.150/135) to inside:192.168.30.150/1797 (68.x.x.217/1797) /0/0 (type=4), dest_proxy= 192.168.10.0/255.255.255.0 /0/0 (type=4), protocol= ESP, transform= esp-des esp-md5-hmac , lifedur= 28800s and 4608000kb, spi= 0x0(0), conn_id= 0, keysize= 0, flags= 0x4004
xxxxxxxxxx(config)# logging on
xxxxxxxxxx(config)# 111008: User 'enable_15' executed the 'logging on' command.
702303: sa_request, (key eng. msg.) src= 68.x.x.217, dest= 167.x.x.242, src_proxy= 192.168.30.0/255.255.255.0
302013: Built outbound TCP connection 1849 for outside:192.168.20.150/135
702303: sa_request, (key eng. msg.) src= 68.x.x.217, dest= 167.x.x.242, src_proxy= 192.168.30.0/255.255.255.0
302014: Teardown TCP connection 1847 for outside:192.168.10.54/7772
702303: sa_request, (key eng. msg.) src= 68.x.x.217, dest= 167.x.x.230, src_proxy= 192.168.30.0/255.255.255.0
302014: Teardown TCP connection 1848 for outside:192.168.40.150/135
702303: sa_request, (key eng. msg.) src= 68.x.x.217, dest= 167.x.x.230, src_proxy= 192.168.30.0/255.255.255.0
702303: sa_request, (key eng. msg.) src= 68.x.x.217, dest= 167.x.x.242, src_proxy= 192.168.30.0/255.255.255.0
302013: Built outbound TCP connection 1850 for outside:192.168.10.155/135
302014: Teardown TCP connection 1849 for outside:192.168.20.150/135
702303: sa_request, (key eng. msg.) src= 68.x.x.217, dest= 167.x.x.242, src_proxy= 192.168.30.0/255.255.255.0
302013: Built outbound TCP connection 1851 for outside:192.168.10.150/135
302013: Built outbound TCP connection 1852 for outside:192.168.10.155/135
702303: sa_request, (key eng. msg.) src= 68.x.x.217, dest= 167.x.x.230, src_proxy= 192.168.30.0/255.255.255.0
302013: Built outbound TCP connection 1853 for outside:192.168.10.150/135
702303: sa_request, (key eng. msg.) src= 68.x.x.217, dest= 167.x.x.230, src_proxy= 192.168.30.0/255.255.255.0
302013: Built outbound TCP connection 1854 for outside:192.168.10.150/135
302013: Built outbound TCP connection 1855 for outside:192.168.10.155/135
702303: sa_request, (key eng. msg.) src= 68.x.x.217, dest= 167.x.x.242, src_proxy= 192.168.30.0/255.255.255.0
302014: Teardown TCP connection 1850 for outside:192.168.10.155/135
302013: Built outbound TCP connection 1856 for outside:192.168.10.155/135
302013: Built outbound TCP connection 1857 for outside:192.168.40.150/135
702303: sa_request, (key eng. msg.) src= 68.x.x.217, dest= 167.x.x.242, src_proxy= 192.168.30.0/255.255.255.0