Linux: August 2003 Archives

Linux Socket Programming

| | Comments (1)

Linux PPTP

| | Comments (0)

http://www.microsoft.com/ntserver/ProductInfo/faqs/PPTPfaq.asp

http://pptpclient.sourceforge.net/

[root@linux peers]# cat test
# tunnel test, written by pptp-php-gtk $Revision: 1.16 $

# name of tunnel, used to select lines in secrets files
remotename test

# name of tunnel, used to name /var/run pid file
linkname test

# name of tunnel, passed to ip-up scripts
ipparam test

# data stream for pppd to use
pty "pptp 192.168.1.231 --nolaunchpppd"

# domain and username, used to select lines in secrets files
name administrator

# do not require the server to authenticate to our client
noauth

# adopt defaults from the pptp-linux package
file /etc/ppp/options.pptp

# end of tunnel file

[root@linux peers]# /usr/sbin/pppd call test logfd 1 updetach
Using interface ppp0
Connect: ppp0 <--> /dev/pts/1
Looking for secret in /etc/ppp/pap-secrets for client administrator server test
Got client administrator
Got server linux.i
Got client administrator
Got server test
Got secret test
Got auth_addr *
Got client *
Looking for secret in /etc/ppp/chap-secrets for client administrator server test
Got client administrator
Got server *
Got secret *
Got client administrator
Got server linux.i
Got client administrator
Got server test
Got secret test
Got auth_addr *
Got client *
Looking for secret in /etc/ppp/chap-secrets for client administrator server test
Got client administrator
Got server *
Got secret *
Got client administrator
Got server linux.i
Got client administrator
Got server test
Got secret test
Got auth_addr *
Got client *
Remote message: S=0253CC197C534CD8EBB1EFB3F66824AEEA977EAA
local IP address 10.103.19.203
remote IP address 10.103.19.201
primary DNS address 168.95.1.1
secondary DNS address 168.95.192.1

Pages

March 2008

Sun Mon Tue Wed Thu Fri Sat
            1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31          

About this Archive

This page is a archive of entries in the Linux category from August 2003.

Linux: July 2003 is the previous archive.

Linux: October 2003 is the next archive.

Find recent content on the main index or look in the archives to find all content.