Re: fw1 site to site vpn subnet conflict
2006-09-04 15:02:26 GMT
I can't change the subnets at either end and I can't change the IP's on any
of the servers. When I access hosts on their subnet I can use the real
addresses of their hosts because I'm not using the subnet that these hosts
are on in my network.
Example scenario
- My network = 192.168.100.0. I apply a rule that NAT's this behind
192.168.98.0 for connections to client
- Hosts on client network that I need to access are in the 192.168.99.0 I'm
not using this range at all so hosts on my network can use the real
addresses to get to servers on client network
- Client needs to get to some of my servers. His clients can't use the real
addresses of my servers because they will be routed off to the 192.168.100
subnet on their network.
- To overcome this I tried setting up a static nat rule like the one below
for one of the hosts that they are trying to access.
E.g original packet = src=client_encryption_domain dest=192.168.98.10
translated packet = destination=192.168.100.10
original packet = src=192.168.100.10 dest=client_encryption_domain
translated packet = source=192.168.100.10
I initially got errors (dropped packet forwarded between two interfaces)
until I set up a static route on the firewall (e.g 192.168.98.10
255.255.255.255 gw 192.168.100.10)
After this I did see the encypted traffic coming through when they tried to
access the host using the nat address (192.168.98.10) but they didn't get
any response from the machine and I couldn't see any return traffic.
Cheers
(Continue reading)
RSS Feed