How to configure Mikrotik with ADSL on Intel-PC !

Hi all,

I have Pc-Based Router, and i have installed Mikrotik on it,
but I don’t know how to configure ADSL connection with Mikrotik,

I want to make in this form:

from internet to mikrotik,
from mikrotik to switch.
from switch to clients

Internet – Mikrotik – Switch – Clients

i found an lin to wiki.mikotik.com for xDSL lines,
but i want to link directly from ISP to Mikrotik ,
not to the xDSL modem than to Mikrotik !

ThankS !

You have to use ADSL Modem between Internet and Mikrotik…

Hi,

Mr. Ashish is right, first use ADSL MODEM between INTERNET AND MIKROTIK, then you can follow following example to setup simple internet sharing

http://wiki.mikrotik.com/wiki/Internet_Sharing

Dear all,

I have Pc-Based Router, and i have installed Mikrotik on it,
but I don’t know how to configure ADSL connection with Mikrotik,

I want to make in this form:

Internet --ADSL-- Mikrotik – Switch – Clients
we configure ADSL in position bridge ?

ThankS !

Dear friend,

You can follow the link in my previous post to share internet with the help of mikrotik.

If you dont know how to configure your ADSL modem them you should contact you ISP from which you got the DSL Service. They are always there to help you out, better then us.

Dear all,

Thanks for your good idea,
I world like to tell you about what i configure in my ADSL.

Internet -----ADSL-----Mikrotik ---- Switch ----Clients

ISP provide username(ppixxxxx) and password (xxxxx) to me.
On interfaces WAN

And used PPPOE option to put this usermane and password.
and then this username and password make authentication requires IP address from ISP.
On interfaces LAN

I configure disable DHCP.
example:192.168.10.1/30
this ADSL will provide two IP.
one 192.168.10.1 it for ADSL
and 192.168.10.2 it for client(mikrotik)

So on what i configured my ADSL is position router.
but i need my ADSL in postion bridge.
when i configured my ADSL in postion bridge.
the username and password that ISP provided to me we need configure it on mikrotik for make authentication requires IP address from ISP.

can you guy me some about how to configure this,

thanks

You’re on the right track! First you need to disable DHCP and set the DSL modem to bridge mode, this will allow the Mikrotik to handle the PPPoE connection and routing on the LAN side(firewall, DHCP, DNS, etc.). You should be able to search the Internet on exact steps to take to get your specific DSL modem to brige mode.

The steps to configure the Mikrotik are outlined here:
http://wiki.mikrotik.com/wiki/How_to_Connect_your_Home_Network_to_xDSL_Line

Dear all,

Thanks for your good advice.

I will try on this.