Very strange problem

Dear all

It’s my topic since i’m feeling bad not be able to fix this

I have a network [ wired + wireless ] all in one

My LAN IPs are 10.0.0.XXX with Gateway 10.0.0.1

Using PCC for 5 WAN connections

I’m running mikrotik hotspot

I have a local server (10.0.0.2) running win server 2003 for file sharing and local sites

Every thing is running fine with the router

the real strange problem is
When mikrotik is on

conncetions to server (10.0.0.2) are very unstable (sometimes work) and (sometimes not)

I’ve tried changing the private ip scopes and subnets

nothing is fixed

Anyone with a help ?

Regards
Amro Unis

Normally, the hotspot does a 1:1 NAT. Along with that does some ARP poisoning. That disrupts localnet traffic a bit.

The best way to check is to disable the 1:1 NAT. It is not required to make the hotspot function. This will disable the NAT.

/ip hotspot
print
set 0 address-pool=none

If 0 is not the number of the hotspot, change that.

Thanks .. worked :slight_smile: