Hi all, I have setup a site to site IPSEC VPN between 2 Mikrotik 750’s and the VPN is coming up fine and I can ping the server at the opposite site ok.
Both ways ping works ok.
But if I try to browse to a computer on the other side I cannot, it appears that some traffic is not passing.
I am wondering if I need Netbios or something ?
Note: used to have 2 ciscos running the vpn and they worked ok so it is not a Windows DNS etc… sort of issue.
I have now done that on both sides but it has made no difference.
I can still ping the other side ok and do dns lookups etc but not browse.
I should also mention that I am using the ip address eg: \192.168.20.1 so it is not a dns type issue.
I will try and upload the two config files I got by doing an export.
I have changed the external addresses to 1.1.1.1 and 2.2.2.2
Basically it is just two networks, one with the external address of 1.1.1.1
The 2nd network has the external address of 2.2.2.2
The first network has the internal address range of 192.168.20.0/24
The 2nd network has the internal address range of 192.168.91.0/24
I am not sure I understand your question.
Both routers can access the internet ok.
They both use a pppoe connection to the isp
The addresses 1.1.1.1 and 2.2.2.2 are both just aliases so I don’t post the real addresses.
Does this help ?
Windows net bios protocol is supported only at ethernet level, so you have to create an EOIP link inside the IPSEC and bidge it with the ethernet ports in both the mikrotik routers.
According with your router configuration my be necessary to enable packet fragmentation (by firewall>mangle) on the ipsec tunnel
With this solution you’ll obtain a unique ethernet segment.
I just don’t agree with you, unless OP is using an ancient OS. Since Windows 2000 windows shares use SMB protocol over TCP and are completely IP routable. Older Windows used SMB over NetBIOS/NetBEUI, which is non-routable protocol.