Community discussions

MikroTik App
 
rpengineering
newbie
Topic Author
Posts: 38
Joined: Thu Mar 20, 2008 9:12 pm
Location: italy

PPPoE ip Pool problem

Tue Jun 14, 2011 12:28 pm

Dear,
i've a pppoe-server mtik based, in the configuration i use the default gw address for local address and for remote address i've an address pool,
in this configuration the peer remote address is always the same, not change , it work as static ip but i need that the ip of the peer change when there is a disconnection .

when i assign a local address pool and a remote address pool , the server works. but i've this situation
private address 10.0.0.x and public address 91.x.x.x
 
litu
Frequent Visitor
Frequent Visitor
Posts: 77
Joined: Thu Jul 08, 2004 7:49 am
Location: Sylhet, Bangladesh
Contact:

Re: PPPoE ip Pool problem

Sat Jun 18, 2011 11:08 am

please post your details settings of network & mikrotik config to help you better.

regards
 
rpengineering
newbie
Topic Author
Posts: 38
Joined: Thu Mar 20, 2008 9:12 pm
Location: italy

Re: PPPoE ip Pool problem

Mon Jun 20, 2011 4:05 pm

this is the ip pool
/ip pool
add name=Wisp-Internal3 ranges=100.55.2.0/24
add name=Wisp-External3 ranges=31.x.xxx.1-31.x.xxx.254
add name=Wisp-Internal2 next-pool=Wisp-External3 ranges=100.55.1.0/24
add name=Wisp-External2 next-pool=Wisp-External3 ranges=\
    91.2xx.x5.1-91.2xx.x5.254
add name=Wisp-External next-pool=Wisp-External2 ranges=\
    91.2xx.x6.1-91.xxx.x6.254
add name=Wisp-Internal next-pool=Wisp-Internal2 ranges=100.55.0.0/24
this is the pppoe profile
/ppp profile
set default change-tcp-mss=yes comment="" dns-server=91.xxx.x2.33,91.xxx.x2.34 \
    local-address=91.xxx.x2.1 name=default only-one=default remote-address=\
    Wisp-External use-compression=default use-encryption=default \
    use-vj-compression=default
the ip 91.xxx.x2.1 is on the ether1 of pppoe server

this is the pppoe-server
/interface pppoe-server server
add authentication=pap,chap default-profile=default disabled=no interface=\
ether2 keepalive-timeout=10 max-mru=1492 max-mtu=1492 max-sessions=0 mrru=\
disabled one-session-per-host=yes service-name=pppoe.bridged
i this config the remote address of the peer is assigned correctly but never change after peer disconnection like a static ip

if the profile configuration is this
/ppp profile
set default change-tcp-mss=yes comment="" dns-server=91.xxx.x2.33,91.xxx.x2.34 \
    local-address=Wisp-Internal name=default only-one=default remote-address=\
    Wisp-External use-compression=default use-encryption=default \
    use-vj-compression=default
the remote peer address change correctly after user disconnection
but i've this situation

internal ip 100.55.xx.1 external ip 91.xxx.x5.1

but i not like it for some problems with routers and voce appliance
 
rpengineering
newbie
Topic Author
Posts: 38
Joined: Thu Mar 20, 2008 9:12 pm
Location: italy

Re: PPPoE ip Pool problem

Mon Jul 18, 2011 5:35 pm

Dear,
SomeOne Can Help Me ??

Regards
 
mukeshchaubey
newbie
Posts: 31
Joined: Wed May 31, 2017 8:13 pm

Re: PPPoE ip Pool problem

Fri Feb 22, 2019 11:55 am

I have issue in PPPoE ppol .when in pool i have define the pool 192.168.1.10-192.168.2.250 .. but found issue that no one get ip from 192.168.2.x series .when the ip get full from 192.168.1.x . no next client get from next series i.e 192.168.2.x ..
 
User avatar
mkx
Forum Guru
Forum Guru
Posts: 12985
Joined: Thu Mar 03, 2016 10:23 pm

Re: PPPoE ip Pool problem

Fri Feb 22, 2019 12:03 pm

I have issue in PPPoE ppol .when in pool i have define the pool 192.168.1.10-192.168.2.250 .. but found issue that no one get ip from 192.168.2.x series .when the ip get full from 192.168.1.x . no next client get from next series i.e 192.168.2.x ..
Post output of the following commands:

/ip pool export
/ip dhcp-server export
 
mukeshchaubey
newbie
Posts: 31
Joined: Wed May 31, 2017 8:13 pm

Re: PPPoE ip Pool problem

Thu Feb 28, 2019 7:06 pm

/ip pool

add name=POOL-192-series ranges=192.168.1.192.168.2.253



/ip dhcp-server

add address-pool=POOL-192 interface=ENT-VLAN-901 lease-time=23h59m name=Vlan-901

/ip dhcp-server option

/ip dhcp-server network
add address=192.168.0.0/23 dns-server=8.8.8.8,4.2.2.2,8.8.4.4 gateway=192.168.1.1 netmask=23
 
nicolasemmanuelc
just joined
Posts: 8
Joined: Fri Dec 01, 2017 1:25 am
Location: Argentina

Re: PPPoE ip Pool problem

Tue Mar 15, 2022 4:58 am

I have issue in PPPoE ppol .when in pool i have define the pool 192.168.1.10-192.168.2.250 .. but found issue that no one get ip from 192.168.2.x series .when the ip get full from 192.168.1.x . no next client get from next series i.e 192.168.2.x ..
this is because you defined the pool with addresses on both networks, the first network is 192.168.0.0/23 and the second is 192.168.2.0/23
and you pool have a part on one network and a part on the other
try changeing the pool to the same network of the ip on the interface

Who is online

Users browsing this forum: mbrad and 16 guests