Community discussions

MikroTik App
 
dadach
newbie
Topic Author
Posts: 30
Joined: Wed Aug 22, 2012 4:38 pm

how to connect a pc behind a router to nas that is on main cable modem?

Tue Nov 08, 2016 11:49 am

So, my cable modem is giving out addresses 192.168.0...., it gave mikrotik router 192.168.0.11. mikrotik is using its own DHCP and giving addresses 192.168.88.1-.... I am trying to connect to NAS that is on 192.168.0.14. I can see it in the browser and ping it from my computer on 88. network, but I cannot map the drive or see it in the network. What would be the easiest way to configure this network so I can access the shares from my computer behind the network. thanks!
 
Rudios
Forum Veteran
Forum Veteran
Posts: 977
Joined: Mon Mar 11, 2013 12:58 pm
Location: The Netherlands

Re: how to connect a pc behind a router to nas that is on main cable modem?

Tue Nov 08, 2016 4:02 pm

Make only 1 network segment and connect directly to the NAS,
Why you put the MikroTik in between with routing (and probably also NAT)?
 
dadach
newbie
Topic Author
Posts: 30
Joined: Wed Aug 22, 2012 4:38 pm

Re: how to connect a pc behind a router to nas that is on main cable modem?

Tue Nov 08, 2016 4:39 pm

it was a leftover from my old network where mikrotik was dialing the pppoe connection to adsl modem. now i just switched it to dhcp and let the cable router give me ip, and the rest is unchanged. i wanna know what would be the best way to connect it so all are on the same dhcp. also cable router is 1gbit, and mikrotik 100mbit, but i need it for USA VPN IP access, so i keep some stuff behind it. i might just buy RB260GS and put everything behind it again...
 
Rudios
Forum Veteran
Forum Veteran
Posts: 977
Joined: Mon Mar 11, 2013 12:58 pm
Location: The Netherlands

Re: how to connect a pc behind a router to nas that is on main cable modem?

Tue Nov 08, 2016 4:43 pm

Just disable all DHCP stuff on the routerboard and add all ports to the same bridge.
If bridging all ports, it is just like a switch.
Give the MikroTik an IP address for management only (in the 192.168.0.x segment)
 
dadach
newbie
Topic Author
Posts: 30
Joined: Wed Aug 22, 2012 4:38 pm

Re: how to connect a pc behind a router to nas that is on main cable modem?

Sun Nov 13, 2016 7:46 pm

ok, i need a rule that will enable my pc on 0.12 to talk to nas on 88.27

Image

thanks!
 
Rudios
Forum Veteran
Forum Veteran
Posts: 977
Joined: Mon Mar 11, 2013 12:58 pm
Location: The Netherlands

Re: how to connect a pc behind a router to nas that is on main cable modem?

Mon Nov 14, 2016 8:01 am

I still would suggest my earlier solution.
Bridge all ports on the MikroTik and let the DCHP on your cable modem assign addresses to your NASs (or put static if needed)