All Mikrotik Routers are RB532A models running OS 3.24 with ospf routing enabled between remote subnets.
2 Mikrotiks are connected to public ip addresses on ether1 port and each has a nat rule to allow users behind them to access the internet
Code: Select all
/ip firewall nat
chain=srcnat action=masquerade src-address=10.10.0.0/24 out-interface=ether1
Problem is, we have auditors that come in every summer and they bring their laptops in with them. THese windows xp laptops all have a vpn connection that connects back to their home office. Not sure what the vpn client running is (not my laptops to look at) but it seems to be that some run PPTP while other are running something ipsec based. I see outgoing traffic to their home office ip address on port 1723 and protocol GRE for one laptop, then others have outgoing UDP connections on port 500 and 4500 (src and dst ports).
My issue is that their connections keep dropping after a random amount of time. Some connections drop after a few minutes, sometimes 30 minutes or more. But it keeps happening. I have seen other posts describing this but no real concrete answers. I have tested this behind a cheap linksys router we had and they had no problems. Obviosuly I cannot throw chepa linksys in to replace my main MT router, so does nyone have any ideas as to what I can do to fix this?
THanks,