Age | Commit message (Collapse) | Author |
|
Suggested (many times) by: Theo
|
|
This adds a number of features including:
o Multilink
o Callback (including CBCP)
o DNS negotiation (client & server)
o Easy to configure masquerading/packet aliasing
o Any number of diagnostic socket connections (limits DOS attacks)
o Sticky routes (ppp updates the routing table when the IP number is changed)
See the file README.changes for things that effect current
configurations.
|
|
ie, BINMODE=4551 -> BINMODE=4554
Pointed out by: Bruce Evans <bde@zeta.org.au>
|
|
NFS when nobody isn't in group network :-)
Pointed out by: Bruce Evans <bde@zeta.org.au>
|
|
|
|
way of determining if dlopen() and dlsym() exist.
|
|
libalias does not build by default, you must build and
install it manually (cd ppp/libalias && make && make install).
|
|
IP support).
|
|
|
|
expect ``make -DHAVE_LIBALIAS'' instead.
alias.h poo poo'd by: Theo
|
|
<sales>
This is a user-level ppp implementation that uses the
tun driver. It was originally created by a Japanese
ISP. It's now piled with features. Check the man pages
for details.
</sales>
The sources are identical to the ones in FreeBSD, except
for the Makefile.
IP aliasing (NAT) is disabled, and can be enabled by simply
doing a ``make install'' of libalias, then rebuilding
ppp. I'll create libalias as a port soon.
|