Community discussions

MikroTik App
 
elidoni
newbie
Topic Author
Posts: 25
Joined: Thu May 05, 2011 11:29 pm

Routerboard RB750

Thu May 05, 2011 11:36 pm

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
 
User avatar
enk
Member Candidate
Member Candidate
Posts: 165
Joined: Fri Aug 17, 2007 8:59 am
Location: Russia
Contact:

Re: Routerboard RB750

Fri May 06, 2011 9:35 pm

/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 =)