Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - Tutek

#1
Security / Re: GRE over IPSEC and NAT
October 03, 2020, 12:45:45 PM
Quote from: Dieselboy on October 01, 2020, 01:49:44 AM
[remote office] -> VPN -> [main office] ->>> firewall -> [Internet access]

Regarding the branch office to main office connectivity, you may have a poor experience if you do this over VPN. If the remote site and main site are very far from each other then you may have high latency. You will have less than 1500-byte mtu because of overheads. Now if there is any packet loss then then this will reduce your throughput. I suggest a POC (proof of concept) to see how it goes for you. Leased lines / VPLS / MPLS may be better but could be costly.

Another option is SDWAN
My branches are no so far away from head office not more that 100 kilometres, current latency to routers at remote sites is 10-20 miliseconds. I'm afraid what will be when I will route back internet access through main UTM router (Fortigate), because now they have its own internet access. Do you think I need MPLS? My remote sites use only two database applications (MSSQL and 3RD party database). For logging I will use Fortianalyzer.

I would rather get advice from you, what VPN technology to use to view at my main router every source IP from remote networks - I think only option for me is standard IPSEC VPN because it will do not NAT, if I use something like openvpn or gre then remote subnet will be PAT using remote gateway inteface - am I right? Then at my main router as source from remote sites I will see only openvpn or gre interface IP.
#2
Security / GRE over IPSEC and NAT
September 30, 2020, 12:41:23 PM
Hi,
could you explain me, how should I connect remote office if I need to see on my head office router in connections every source IP of remote site subnet?
All traffic (even going to internet) will be route back to head office so I need to see what computer from remote site is trying to go out and where outside of my network.
So I need any VPN type connection that do not nat, right? Could I use for this GRE over IPSEC?