From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <2df5271b84fb981078f21ae2f68225e8@plan9.bell-labs.com> To: 9fans@cse.psu.edu Subject: Re: [9fans] Problem with Authentication in pppoe From: "Russ Cox" MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Date: Tue, 8 Oct 2002 11:33:26 -0400 Topicbox-Message-UUID: 003de64e-eacb-11e9-9e20-41e7f4b1d025 you do need to quote the # character, but backslashes aren't necessary. ip/pppoe -s 'you#num@there:password' should work fine. if there are single quotes already in your user name or password, you need to double them. if your password is "don'ttell" then you'd use ip/pppoe -s 'you#num@there:don''ttell'