Page 1 of 1

Routerboard RB750

Posted: Thu May 05, 2011 11:36 pm
by elidoni
Hello everybody ! I need help ! Sorry for my engish.I will try to explane my problem
I have a mikrotik routerboard RB750. I need to configure this mikrotik pppoe client ...It is connected with
Ubiquiti antenna to ether5 and lan ether2.(antenna connected to ether5 cause ether1 don't work any more) I putted routerboard to default ...Can anybody help? thanks

Re: Routerboard RB750

Posted: Fri May 06, 2011 9:35 pm
by enk
/interface pppoe-client
add ac-name="" add-default-route=yes allow=pap,chap,mschap1,mschap2 dial-on-demand=no disabled=no interface=\
    ether5 max-mru=1480 max-mtu=1480 mrru=disabled name=pppoe-out1 password=test profile=default \
    service-name="" use-peer-dns=no user=test

/ip address add address=192.168.1.1/24 interface=ether2 

/ip pool add ranges=192.168.1.2-192.168.1.254 name=lan_pool

/ip firewall nat add src-address=192.168.1.0/24 action=masquerade chain=srcnat 

Replace "test" with your pppoe ISP's username and password. That's all. Give me carma now =)