Page 1 of 1

Mikrotik basic setup

Posted: Fri Mar 26, 2010 8:04 am
by golhrp
I have ADSL connection my ISP is giving services through Brige mode and give static ip
now how i configure my mikrotik pc base router
i want to do bellow configration

ADSL > mikrottik > switch > clients

Re: Mikrotik basic setup

Posted: Fri Mar 26, 2010 3:51 pm
by arE
Eth1 - static IP from ISP.
Eth2 - dhcp server to LAN
Eth2 connected to switch.

Config:

/ip add add address=xxx.yyy.zzz.aaa/xx interface ether1
/ip add add address=192.168.1.1/24 int ether2
/ip pool add name=dhcp_pool1 ranges=192.168.1.2-192.168.1.254
/ip dhcp-server add add-arp=yes address-pool=dhcp_pool1 disabled=no interface=ether2
/ip dhcp-server network add address=192.168.1.0/24 comment="" gateway=192.168.1.1
/ip dns set primary-dns=DNS_IP_1 secondary-dns=DNS_IP_2
/ip firewall nat add action=masquerade chain=srcnat disabled=no out-interface=ether1

Basic configuration done ;)

Re: Mikrotik basic setup

Posted: Sat Mar 27, 2010 1:19 pm
by golhrp
Brother
how i add Gateway and DNS kindly explain it

Re: Mikrotik basic setup

Posted: Sat Mar 27, 2010 1:21 pm
by golhrp
done brother u already explain it thank you

Re: Mikrotik basic setup

Posted: Mon Mar 29, 2010 10:05 am
by golhrp
i have 1mb connecion how i distribute it 10 clients

Re: Mikrotik basic setup

Posted: Wed Mar 31, 2010 1:53 am
by derr12
The mikrotik wiki has complete articles for all the things you have been seeking so far.

Re: Mikrotik basic setup

Posted: Wed Mar 31, 2010 9:51 pm
by wirelesswaves
dude

you have a 1MB connection.... now read the small print and tell us what your contract says.

what is your CIR?

10% domestic use or 25% commercial. Is that download or is that upload. (I quote life in Spain) but many countries are the same.

If you want to share this "adsl" you need to set up queues to start with and apply QOS and most certainly apply limitations or prevent p2p.

But before you distribute, you need to have some knowledge on what it is that you are distributing.

Sorry to be blunt, give the members of the forum something to get their teeth into else you will be out on a limb!

regards

simon