Hi i have the following problem.
I have one main FreeBSD server/router (192.168.31.31) that serves 10 diferent subnets, every subnet is administrateed by another FreeBSD router.
I have the routes in the mail server as follows.
Everything is working very well inside that subnets, the problem is for example
If I am in subnet "d" and I try to connect to a VPN using cisco software (vpn ip 201.111.111.111), I connect and I can surf the web with NO problem, BUT when I try to access outlook to send and receive mail when conected to VPN, I can NOT do, it does not work.
I think that I should add some route that allow the packet to go and come back. If I try to do access outlook from my MAIN net (192.168.31.X) there is NO problem.
Please help will be apreciated
Thanks in advance
I have one main FreeBSD server/router (192.168.31.31) that serves 10 diferent subnets, every subnet is administrateed by another FreeBSD router.
I have the routes in the mail server as follows.
Code:
route add -net 192.168.1.0/24 192.168.1.1 #a
route add -net 192.168.2.0/24 192.168.2.1 #b
route add -net 192.168.3.0/24 192.168.3.1 #c
route add -net 192.168.4.0/24 192.168.4.1 #d
Everything is working very well inside that subnets, the problem is for example
If I am in subnet "d" and I try to connect to a VPN using cisco software (vpn ip 201.111.111.111), I connect and I can surf the web with NO problem, BUT when I try to access outlook to send and receive mail when conected to VPN, I can NOT do, it does not work.
I think that I should add some route that allow the packet to go and come back. If I try to do access outlook from my MAIN net (192.168.31.X) there is NO problem.
Please help will be apreciated
Thanks in advance