Troubles browsing the net, speedtouch modem using MikroTikOS

Hay there,

I have installed the OS on a PC, using two LAN cards one connected to the Speedtouch 510 adsl modem which is configured as bridge mode only (its default IP 10.0.0.138). The other LAN is connected to buffalo router with dhcp disabled (IP 192.168.1.100).
I made the configuration the PCs on my network easily gets an IP address from the MikroTik OS. I have made the router connecting to the internet by setting up a PPPoE connection, it connects to my ISP and gets IP, but can’t brows the web at all from any PC on the network. I think I had a problem setting the IPs or Routing.
Please can you suggest me an IPs to use for my stuff? I will reset my router setting and do a new one. I would love it in codes if possible from freshly installed OS to an internet browsing stage.

I can wait for some time to figure out the other feature of the MikroTik OS but my network users can’t wait browsing.

I did search the net for a solution but couldn’t find one. If you paste an answer for me I think it would be very helpful to many other MikroTik OS users.

My final “big picture” is to let the MikroTik connects to the internet using the speedtouch modem and through the buffalo share the internet for all network users openly no hot spot or any is required. Later stages I will start benefiting other features.

Cheers


Thank you,

Unless your buffalo router is wireless, you really don’t need it.
MT box should be much more capable than it.

  1. enable your mt to dial pppoe, and get an ip, on your public interface.
  2. add an address on your local interface
  3. enable NAT if you must ( probably yes)
  4. setup dhcp to forward correct dns to the clients, or it’s own ip.
  5. set up dns to allow remote requests. - optional - depends on what you choose in step 4.

You’re done.

Thanks. I’m done - almost.

used your inst. + this url http://wiki.mikrotik.com/wiki/How_to_Connect_your_Home_Network_to_xDSL_Line

The bad thing is that I have a DreamBox satilliate with internet sharing. Does not work any more with MT also torrent azureus. I think it is related to the ports.
The firewall setting I have is attached as pictuer 2. The connection which shows how my dreambox connects to a dns 5.4.4.4 I made during installation but cannt remove I can not see it under ip \ dns setting I can see my ISP dns.
2.JPG
1.JPG

You might get past some limitations of nat-ing by enabling upnp in mt box. Without allowing to disable external interface. :slight_smile:

I will try that thank you.