From mboxrd@z Thu Jan 1 00:00:00 1970 To: 9fans@cse.psu.edu Subject: Re: [9fans] adsl via pptpd From: "Russ Cox" MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Message-Id: <20011027052636.0730319A47@mail.cse.psu.edu> Date: Sat, 27 Oct 2001 01:26:32 -0400 Topicbox-Message-UUID: 0f2c1ce4-eaca-11e9-9e20-41e7f4b1d025 On Plan 9, you should be able to do cd /sys/src/cmd/ip hget http://plan9.bell-labs.com/plan9/pptp.c >pptp.c mk pptp.install mk clean ip/ipconfig ether /net/ether0 10.0.0.150 255.255.255.0 ip/pptp -P -s me@xs4all-basic-adsl:mypassword 10.0.0.138 ip/ping 204.178.31.2 You probably need to do echo ' dns=1.2.3.4' >>/net/ndb echo -n refresh >/net/cs if(! test -f /srv/dns) ndb/dns -r (Look in /etc/resolv.conf on Linux after doing pptp to see what your dns server should be.) The pptp client is almost entirely untested. Let me know of any problems. Russ