2008年6月24日 星期二

PPTP server client LAB

Unlike L2TP, PPTP server , client packages are different.
and they usually, have a particular packages by pptpd, and pptp-client.
(L2tp have l2tpd, rp-l2tpd and xl2tpd solutions)

PPTP server named: pptpd
PPTP client named: pptp

In my environments, server run on mandrake 10.0, with pptp

the basic command of client on need to involve.
pptp 10.0.0.1 user peter password 4321 noauth
the pptpserver run

[root@localhost etc]# cat pptpd.conf
debug
option /etc/ppp/options.pptp
localip 192.168.123.1
remoteip 192.168.123.2-100

and involved pptd daemon.

==========STOP PPTP client====
to stop established PPTP client, just by kill pppd.

yeah, just do that, I tested!



沒有留言: