Like I'm contineous writting, I'm implementing an PPPoE server with Public IP address, and now I have a little problem.
When a client try to connect the PPPoE Server accept the connection, and give an IP of the pool-address, that it's used, and then kill that client. Look I will paste the log:
And if I look in ppp active connection I see that its IP is used:21:16:28 pppoe,ppp,info <pppoe-1>: connected
21:16:28 pppoe,ppp,info,account juancito logged in, X.Y.Z.246
21:16:28 pppoe,ppp,error could not add address: already have such address (6)
21:16:28 pppoe,ppp,info,account juancito logged out, 0 72 101 6 7
That Client can connect, but like 30 minute, or a hour with a lot of attemptsppp active print
Flags: R - radius
# NAME SERVICE CALLER-ID ADDRESS UPTIME ENCODING
.....
112 R puca pppoe 00:02:6F:0A:43:A7 X.Y.Z.246 15m5s
.....
This happens when the server have like 120 clients connected, if only are a few its don't have problems. But I have like 150 simultaneous connections!!
Someone, know how can I resolve its
Thank
Rafael Lore