hi, im newbie, i need help setting up PPPoe server...
i want my client Pc's to connectvia PPPoE,Queue,Bandwith limit, & setup Local & internation dsl
im running a 433uah routerboard
.................................................................................................................................
ialready solved my dsl by bridge'ng it & setting up pppoe dial-in to my Mikrotik router :
pppoe-local = username & password (internernt adsl)
pppoe-international = username & password (internernt adsl)
and masquerade both local & international PPPoe
i already created a ip-pool for pppoe server = 172.16.1.1 - 192.16.1.200
ive got my Local ip table already setup also
below is my details whats done alreay
Masquerade Router
chain=srcnat action=masquerade
Adsl Local PPPoE
chain=srcnat action=masquerade out-interface=adslLOCAL
Adsl International PPPoE
chain=srcnat action=masquerade out-interface=adsl_International
PPPoE Profile
0 * name="default" local-address=172.16.1.254 remote-address=PPPoE Clients
use-ipv6=yes use-mpls=default use-compression=default
use-vj-compression=default use-encryption=default only-one=default
change-tcp-mss=yes rate-limit=128k/128k dns-server=172.16.1.254
IP Pool
0 PPPoE Clients 172.16.1.1-172.16.1.200
................................................................................................................................
i just need help getting my PPPoE server up running