[
Next Thread |
Previous Thread |
Next Message |
Previous Message
]
Date Posted:14:15:49 2008-04-01 Tue Author Host/IP: 217.17.16.155 In reply to:
Damjan
's message, "Single session per mac address" on 06:36:08 2008-03-21 Fri
create bridge interface and add ethernet interface to bridge.
use bridge interface for pppoe server
pppoe-server -I br0 ....
adding to file /etc/ppp/ip-up:
/sbin/ebatbles -A INPUT -s $MACREMOTE -p PPP_DISC -j DROP
# PPP_DISC -> /etc/ethertypes or use 0x8863
adding to file /etc/ppp/ip-down:
/sbin/ebtables -D INPUT -s $MACREMOTE -p PPP_DISC -j DROP
>Hi, I have a problem that some misbehaved clients try
>to start hundreds of sessions in very short inteval.
>So th rp-pppoe server exhausts it's sessions for a
>while, and other clients can't connect.
>
>Is it possible to limit the number of sessions per mac
>address to 1.
[
Next Thread |
Previous Thread |
Next Message |
Previous Message
]