misc/97339: ppp is giving same ip-addresses for 2 or more
ppp-clients
Gleb Smirnoff
glebius at FreeBSD.org
Wed May 24 12:17:38 UTC 2006
Synopsis: ppp is giving same ip-addresses for 2 or more ppp-clients
State-Changed-From-To: open->closed
State-Changed-By: glebius
State-Changed-When: Wed May 24 12:17:27 UTC 2006
State-Changed-Why:
Actually the PPP software or RADIUS should take care about colliding
client IP addresses. Historically PPP software didn't do this relying
on the fact that kernel will refuse such configuration. Meanwhile
this configuration is valid and in some cases it is useful, and thus
since FreeBSD 5.4-RELEASE kernel doesn't refuse same IP addresses
on different interfaces.
To assist software that relies on the old behavior a helper sysctl
is available - net.inet.ip.same_prefix_carp_only. To get the old
behavior you need to add the following line to your /etc/sysctl.conf:
net.inet.ip.same_prefix_carp_only=1
http://www.freebsd.org/cgi/query-pr.cgi?pr=97339
More information about the freebsd-bugs
mailing list