Community discussions

MikroTik App
 
holla29
just joined
Topic Author
Posts: 8
Joined: Thu Feb 13, 2020 9:45 pm

mikrotik after isp router

Thu Oct 22, 2020 5:57 pm

Hello .I have isp router with pppoe and subnet 192.168.1.0/24 gw 192.168.1.1 .on this isp router i have 1 pc with ip 192.168.1.110 .on ether 3 of isp router i have a mikrotik with dhcp client and with subnet 172.168.1.0/24 gw 172.168.1.1 and on ether 2 of mikrotik i have a dvr with ip 172.168.1.200.i cant see this ip from my computer because of subnet . how can i donthat please?
 
tippenring
Member
Member
Posts: 304
Joined: Thu Oct 02, 2014 8:54 pm
Location: St Louis MO
Contact:

Re: mikrotik after isp router

Thu Oct 22, 2020 6:01 pm

Add a route on the ISP router that sends traffic destined for 172.168.1.0/24 to ether3. You may need to enable proxy-arp on the Mikrotik interface connected to ISP router port 3.

You could potentially also add a static route on your PC for 172.168.1.0/24 pointing at the public interface of the Mikrotik router. It doesn't scale well, but it can work.

It would be better for your Mikrotik to have a static IP or DHCP reserved IP from the DHCP server, but you may or may not be able to easily do that.
 
User avatar
ingdaka
Trainer
Trainer
Posts: 457
Joined: Thu Aug 30, 2012 3:06 pm
Location: Albania
Contact:

Re: mikrotik after isp router

Thu Oct 22, 2020 9:43 pm

First of all don't use 172.168.1.0/24 because is an Public Subnet not a private one, use 172.16.1.0/24