That looks like a tough scenario. What is the solution if you don't mind me asking?
I think if the VPN is done on the router, which is my understanding of the diagram and description, then I think there is a way to setup a NAT to translate the other networks address as a different address. It's been quite awhile since I've read on that though.
Of course I dont mind! You pretty much have it, you create 2 virtual subnets that have a 1 to 1 nat mapping for the hosts. @site1: 192.168.1.100 -> 192.168.101.100 @site2: 192.168.1.100 -> 192.168.102.100
Therefore users connect to the translated address.
The solution is here: http://roggyblog.blogspot.com/2009/10/pixasa-site-to-site-l2l-vpn-with_27.html
I have gotten the IAS setup and when I test the authentication it is successful but when I tried to actually use it to authenticate a VPN session it doesn't even send a request to the IAS. Any ideas?
Check your radius (AAA) config on the PIX/ASA box. This might help you a little: http://roggyblog.blogspot.com/2010/03/wired-8021x-port-authentication-with.html
5 comments:
That looks like a tough scenario. What is the solution if you don't mind me asking?
I think if the VPN is done on the router, which is my understanding of the diagram and description, then I think there is a way to setup a NAT to translate the other networks address as a different address. It's been quite awhile since I've read on that though.
Of course I dont mind!
You pretty much have it, you create 2 virtual subnets that have a 1 to 1 nat mapping for the hosts.
@site1:
192.168.1.100 -> 192.168.101.100
@site2:
192.168.1.100 -> 192.168.102.100
Therefore users connect to the translated address.
The solution is here:
http://roggyblog.blogspot.com/2009/10/pixasa-site-to-site-l2l-vpn-with_27.html
Hope that helps :)
I have gotten the IAS setup and when I test the authentication it is successful but when I tried to actually use it to authenticate a VPN session it doesn't even send a request to the IAS. Any ideas?
VPN
Hi Mary,
Check your radius (AAA) config on the PIX/ASA box.
This might help you a little:
http://roggyblog.blogspot.com/2010/03/wired-8021x-port-authentication-with.html
Post a Comment