Hello to everyone!
I am a little bit new in mikrotik systems and if anyone can help me it would be great.
My problem is:
I have dsl modem (SE 515, dsl-router modem) which is connected to mikrotik system. I have two interfaces, one is for local area network (192.168.0.1) and other that is for internet (10.0.0.1). Now, to test functionality of mikrotik as system that is connecting LAN and Internet i connected my computer to LAN interface, and DSL-modem to Internet interface. Through winbox i have configured the pppoe client and mikrotik got an ip from ISP. Ok, now i now that mikrotik is on the internet. Next, i would like to have access to internet from my computer from LAN (and any other computer that is on that LAN range).
I don’t know how to configure NAT rules so my computer can be on internet. I tried in firewall with masquerade but it didn’t work.
Please can someone tell me how to do this? What will the rules in NAT look like? Is it important to configure DNS also or is it enough to configure firewall and NAT?
But setting the name servers’ ip addresses should rather not be done manually in this case, but you should rather set your pppoe-client interface to accept the name server addresses it got from your ISP.
But it’s important to set the “allow-remote-requests” parameter in the DNS settings to “yes” (as cibernet showed in his first line of code) - otherwise the MikroTik won’t accept DNS request from your clients.
Depending on how you configure your LAN clients (DHCP from MikroTik or statically configured) you will have to set the default gw to the MikroTiks’ LAN interface address and use this as name server in your clients, too.
I did all that what you sead, but still not working. I can ping dsl router from my computer that is on LAN but still can’t access the internet. Primary DNS server in client side is set to 10.0.0.1, that is ip of dsl-router. Default gateway is set to 10.0.0.2 which is ip of interface in Mikrotik for Internet.
I can’t figure why is ping working and access to internet not?
Why is this happening? Can someone pliz explane it to me.
I tried this but it’s not working. I really don’t get it. Ping is working fine, and i can access my dsl router through mikrotik but internet is still not working.Do i have to configure dsl router as well?? Please this is very imporant to me.
As this isn’t working i changed a whole idea to left the ppoe and use ALWAYS ON option in dsl-router. Can it be done like this? Does whole conecpt changes in that case? I mean i have access to dsl-router but not to internet. IN dsl-router says that i am connected and everything works fine. What is gateway to what? It’s a little bit confusing…
What you’re writing gives me the impression that this “SE 515” thing you keep mentioning actually
is by itself a DSL router not not just a modem? If this is true than it won’t make any sense to
configure the public interface of your MikroTik to be a pppoe-client. You would have to set it up
just like a normal LAN client as far as that “SE 515” thingy is concerned. Better yet, get a plain
DSL modem that does not do any routing. That would make your testing of the MikroTik much
more transparent, IMHO.
Yes, that’s what i am trying to tell. I am using se515 and it is dsl-router, not just modem. This is the real problem because i don’t know how to configure it. My situation is:
IP adress of dsl-ruter: 10.0.0.1
Ip public interface(mikrotik): 10.0.0.2
IP Local interface(mikrotik): 192.168.0.1
IP Local computer (the one i would like on internet): 192.168.0.2
TCP/IP settings on that computer:
default gateway: 192.168.0.1
Primary DNS: 10.0.0.1
This configuration results with functionable ping in every direction, but not working internet.
So, i should try with ordinary dsl modem and then use pppoe-client??