dear all…
i just create pppoe server in mikrotik based tutorial in http://wiki.mikrotik.com/wiki/Pppoe_server_with_profiles..
step by step has been i try. but my pppoe server is not working…what shoul i check??
the client pc isn’t get the ip from ip pool..
what’s wrong guy’s… ![]()
nb:sorry my grammar is bad, because i can’t speek english very well..
First thing would be to activate pppoe debug logging in your pppoe server and look what’s happening there.
If you don’t see any client connection attemps (PADI packets) there’s a problem with the layer 2 network connection between the client and the server. If you see some pppoe debug information, this should help you to identify the problem - if not, post the log and pppoe server config (including ppp profiles etc.) here…
[admin@IM2-RB600] > interface pppoe-server server print
Flags: X - disabled
0 service-name=“mt” interface=ether1 max-mtu=1480 max-mru=1480 mrru=disabled
authentication=pap,chap,mschap1,mschap2 keepalive-timeout=10
one-session-per-host=yes max-sessions=0 default-profile=default
[admin@IM2-RB600] > ppp profile print
Flags: * - default
0 * name=“default” local-address=IP_LAN remote-address=pppoe_pool
use-compression=no use-vj-compression=no use-encryption=default
only-one=no change-tcp-mss=yes
1 * name=“default-encryption” use-compression=default
use-vj-compression=default use-encryption=default only-one=default
change-tcp-mss=default
[admin@IM2-RB600] > ppp secret print
Flags: X - disabled
NAME SERVICE CALLER-ID PASSWORD PROFILE REMOTE-ADDRESS
0 w pppoe wkst default
1 l pppoe ltp default
mybe that is you need??? i use ether1 to lan interface..
any that is wrong Chris??
thanx for your help..
nb:i use mikrotik v3.3, that is affected??
This makes me wonder in your ppp profile “default”:
local-address=IP_LAN
So you have a ip pool for the local address?
And did you activate the pppoe debug log? That would be most interesting…
local-address=10.10.0.1
that is e ip of ether1 that is right??
im confuse about “pppoe debug log”. where is i can find it??
yes, i have i pool. name=pppoe-pool and range=10.10.0.2-10.10.7.254
and the subnet mask is 255.255.248.0
any that wrongs??
tnax for your help.. ![]()
at least…
my PPPoE Server naw is running…
i think, the trouble is in “how to running PPPoE service in client pc”…
my client use win xp OS…
before i don’t know that to running that service, we must create new internet connection…
that is right crish,isnt it??
now if i want, the client isn’t must create new internet conection.. How that??
so client just get ip from my ip pool,if they will connect to internet, appear a pop up ask a username and password…
please..help me… ![]()
Right, your client has to create a new internet connection when using a PC directly with your service (i.e. not a hardware DSL router like Netgear or the like).
If you want to avoid this, you could use the hotspot feature of RouterOS, which is doing just what you ask for now - web-based login with no software installation or configuration on the clients’ PC.