Re: couldn't match host name or address

1997-12-30 Thread Hamish Moffatt
On Mon, Dec 29, 1997 at 06:53:10PM -0500, Aaron Walker wrote:
 Does it really matter? On my machine, the only person that can view the logs,
 is root.

I guess not then. Can't hurt though. I like to have syslog dump
everything to a virtual console (makes it easy to debug things)
and that means passwords would be visible if this was done in
a physically insecure environment.


Hamish
-- 
Hamish Moffatt, [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED]
Latest Debian packages at ftp://ftp.rising.com.au/pub/hamish. PGP#EFA6B9D5
CCs of replies from mailing lists are welcome.   http://hamish.home.ml.org


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: ppp log security (was: couldn't match host name or address)

1997-12-30 Thread Daniel Martin at cush
Well, the bo base install disks make /var/log/ppp.log world readable
(why?) so that anyone using the system can then see the password.

Aaron Walker [EMAIL PROTECTED] writes:

 Does it really matter? On my machine, the only person that can view the logs,
 is root.
 
 Hamish Moffatt wrote:
 
  On Mon, Dec 29, 1997 at 02:06:58PM -0500, Brandon Mitchell wrote:
   On Mon, 29 Dec 1997, Aaron Walker wrote:
password  \qpassword\q
  \qpassword\q
 
  Incidentally, you don't want the second \q; it will turn echo to the log
  back on, and the password WILL then go into the log.
 
  hamish
  --
  Hamish Moffatt, [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED]
  Latest Debian packages at ftp://ftp.rising.com.au/pub/hamish. PGP#EFA6B9D5
  CCs of replies from mailing lists are welcome.   http://hamish.home.ml.org
 
 
 
 --
 
 Aaron Walker
 [EMAIL PROTECTED]
 http://www.iconmedia.com
 (954)418-0817
 
 
 
 --
 TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
 [EMAIL PROTECTED] . 
 Trouble?  e-mail to [EMAIL PROTECTED] .


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: couldn't match host name or address

1997-12-29 Thread Martin Bialasinski
On Wed, 24 Dec 1997, Aaron Walker wrote:

 When I try to dial my ISP using /etc/ppp.chatscript in my ppp.log file I
 get this message:
 
 Dec 24 09:52:42 speedy chat[827]: ATDT7454342(a carrot goes here)M
 Dec 24 09:52:42 speedy chat[827]: Couldn't match host name or address -
 please try again(carrot goes here)M
 
Do you use pon to connect?

Check if you have debug in /etc/ppp.options_out (or was it in
/etc/ppp/options ? Better put it in both files, I don't recall if pon uses
them both). This will give more verbose messages.

BTW: What does (carrot goes here) mean?

You should also post your /etc/ppp.chatscript and your
/etc/ppp.options_out file. 

How do you log in? Terminal login, PAP, CHAP?

Ciao,
Martin


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: couldn't match host name or address

1997-12-29 Thread Tim Sailer
Martin Bialasinski wrote:
 
 On Wed, 24 Dec 1997, Aaron Walker wrote:
 
  When I try to dial my ISP using /etc/ppp.chatscript in my ppp.log file I
  get this message:
  
  Dec 24 09:52:42 speedy chat[827]: ATDT7454342(a carrot goes here)M
  Dec 24 09:52:42 speedy chat[827]: Couldn't match host name or address -
  please try again(carrot goes here)M
  
 Do you use pon to connect?
 
 Check if you have debug in /etc/ppp.options_out (or was it in
 /etc/ppp/options ? Better put it in both files, I don't recall if pon uses
 them both). This will give more verbose messages.

I think he is using pap, and pap-secrets doesn't match the hostname.

 BTW: What does (carrot goes here) mean?

He means ^M

Tim

-- 
 (work) [EMAIL PROTECTED] / (home) [EMAIL PROTECTED] - http://www.buoy.com/~tps
  Nihil illegitemi carborvndvm.
  --anon
** Disclaimer: My views/comments/beliefs, as strange as they are, are my own.**


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: couldn't match host name or address

1997-12-29 Thread Martin Bialasinski
On Mon, 29 Dec 1997, Tim Sailer wrote:

   Dec 24 09:52:42 speedy chat[827]: ATDT7454342(a carrot goes here)M
   Dec 24 09:52:42 speedy chat[827]: Couldn't match host name or address -
   please try again(carrot goes here)M
   
 I think he is using pap, and pap-secrets doesn't match the hostname.
 
I also though in that direction, but shouldn't pppd report this not chat?

Therefore my question about the authentication method.

Ciao,
Martin



--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: couldn't match host name or address

1997-12-29 Thread Aaron Walker
The problem was:  When I dial into my ISP, I get a prompt that says: host: here 
I
type ppp then my username and password.  How would I get it to type ppp? Would I
just change my ppp.chatscript to say?

ABORTNO DIALTONE
  ATDT7454342
ppp
login  amwalker
password  \qpassword\q

Tim Sailer wrote:

 Martin Bialasinski wrote:
 
  On Wed, 24 Dec 1997, Aaron Walker wrote:
 
   When I try to dial my ISP using /etc/ppp.chatscript in my ppp.log file I
   get this message:
  
   Dec 24 09:52:42 speedy chat[827]: ATDT7454342(a carrot goes here)M
   Dec 24 09:52:42 speedy chat[827]: Couldn't match host name or address -
   please try again(carrot goes here)M
  
  Do you use pon to connect?
 
  Check if you have debug in /etc/ppp.options_out (or was it in
  /etc/ppp/options ? Better put it in both files, I don't recall if pon uses
  them both). This will give more verbose messages.

 I think he is using pap, and pap-secrets doesn't match the hostname.

  BTW: What does (carrot goes here) mean?

 He means ^M

 Tim

 --
  (work) [EMAIL PROTECTED] / (home) [EMAIL PROTECTED] - 
 http://www.buoy.com/~tps
   Nihil illegitemi carborvndvm.
   --anon
 ** Disclaimer: My views/comments/beliefs, as strange as they are, are my 
 own.**



--

Aaron Walker
[EMAIL PROTECTED]
http://www.iconmedia.com
(954)418-0817



--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: couldn't match host name or address

1997-12-29 Thread Brandon Mitchell
On Mon, 29 Dec 1997, Aaron Walker wrote:

 The problem was:  When I dial into my ISP, I get a prompt that says: host: 
 here I
 type ppp then my username and password.  How would I get it to type ppp? 
 Would I
 just change my ppp.chatscript to say?
 
 ABORTNO DIALTONE
   ATDT7454342
 ppp
 login  amwalker
 password  \qpassword\q

To make this easy look at the left column as what the isp says, and the
right as how you would respond (a column is separated by spaces).  So,
from what you said above, it appears that the isp doesn't give you a login
or password prompt, so it would be:

ABORTNO DIALTONE
   ATDT7454342
host:ppp
   amwalker
   \qpassword\q

Make sense?
Brandon


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: couldn't match host name or address

1997-12-29 Thread Aaron Walker
I got it working. Thanks to all that helped. But now another, sorta related 
question...

Now that I can connect to my ISP under Linux, is it possible to connect under 
Linux
then get access from netscape under my Win95 box (their both connected via 
ethernet)?
How would I do this?

Brandon Mitchell wrote:

 On Mon, 29 Dec 1997, Aaron Walker wrote:

  The problem was:  When I dial into my ISP, I get a prompt that says: host: 
  here I
  type ppp then my username and password.  How would I get it to type ppp? 
  Would I
  just change my ppp.chatscript to say?
 
  ABORTNO DIALTONE
ATDT7454342
  ppp
  login  amwalker
  password  \qpassword\q

 To make this easy look at the left column as what the isp says, and the
 right as how you would respond (a column is separated by spaces).  So,
 from what you said above, it appears that the isp doesn't give you a login
 or password prompt, so it would be:

 ABORTNO DIALTONE
ATDT7454342
 host:ppp
amwalker
\qpassword\q

 Make sense?
 Brandon

 --
 TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
 [EMAIL PROTECTED] .
 Trouble?  e-mail to [EMAIL PROTECTED] .



--

Aaron Walker
[EMAIL PROTECTED]
http://www.iconmedia.com
(954)418-0817



--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: couldn't match host name or address

1997-12-29 Thread Brandon Mitchell
On Mon, 29 Dec 1997, Aaron Walker wrote:

 I got it working. Thanks to all that helped. But now another, sorta related 
 question...
 
 Now that I can connect to my ISP under Linux, is it possible to connect under 
 Linux
 then get access from netscape under my Win95 box (their both connected via 
 ethernet)?
 How would I do this?

I believe there is a kernel option called IP_MASQ that you would be
interested in.  However, I haven't done this yet (I plan on it when I
decide how I will connect my boxes together).

Good luck,
Brandon



--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: couldn't match host name or address

1997-12-29 Thread Tim Thomson
On Mon, 29 Dec 1997, Brandon Mitchell wrote:

 I believe there is a kernel option called IP_MASQ that you would be
 interested in.  However, I haven't done this yet (I plan on it when I
 decide how I will connect my boxes together).

Yes! I use it on my system here. My Win3.11 machine acts basically as it
did with the modem in it, but all my systems can access at the same time.
I have a feeling that the Win3.11 machine responds faster, as recieving
one fast packet over ethernet, rather than recieving lots of bytes over
modem and then having to put together a SLIP packet would be less
processor intensive???

Anyway, I recommend IP Masquerading, You need to recompile your kernel
though, and add IP_MASQ. After compilation, you type two lines, to set it
up and you're away!!! I was thinking it would be difficult, but just I
just followed the HOWTO, and it was very easy!!

Hope this helps,

Tim

Customer: I'm using Windows 95  Tech Support: Yes...
Customer: My computer isn't working now Tech Support: Yes, you said that


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: couldn't match host name or address

1997-12-29 Thread Hamish Moffatt
On Mon, Dec 29, 1997 at 02:06:58PM -0500, Brandon Mitchell wrote:
 On Mon, 29 Dec 1997, Aaron Walker wrote:
  password  \qpassword\q
\qpassword\q

Incidentally, you don't want the second \q; it will turn echo to the log
back on, and the password WILL then go into the log.


hamish
-- 
Hamish Moffatt, [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED]
Latest Debian packages at ftp://ftp.rising.com.au/pub/hamish. PGP#EFA6B9D5
CCs of replies from mailing lists are welcome.   http://hamish.home.ml.org


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: couldn't match host name or address

1997-12-29 Thread john
Brandon writes:
 ABORTNO DIALTONE
ATDT7454342
 host:ppp
amwalker
\qpassword\q


Better:

ABORT   NO DIALTONE
ABORT   NO CARRIER
ABORT   VOICE
ABORT   BUSY
  ATZ
OK  ATDT7454342
CONNECT 
host:   \dppp
login   \damwalker
password\d\qpassword

This tells chat to:

a) Abort on receipt of the report strings NO DIALTONE, NO CARRIER,
   VOICE, or BUSY.

b) Expect nothing and send ATZ, resetting the modem to its default state.
   This is usually factory programmed to the best configuration for ppp.  
   If yours is different, replace ATZ with an appropriate init string.

c) Expect OK, which is what a reset modem should say, and send the phone
   number.

d) Expect CONNECT, which is what the modem says when it gets carrier, and
   send nothing.

e) Expect the string host: and send ppp after a 1 second delay (the
   \d tells chat to delay 1 second).

f) Expect login and send amwalker after a 1 second delay.

g) Expect password and send the password after a 1 second delay, and
   don't write it to the log file (the \q suppresses writing to the log).

I put the one second delays in because I've found that some isp's can't
handle an immediate response.  I left out the \q after the password
because it doesn't belong there.  Its presence in the example file is an
error.

You should also test to see if your isp supports pap.  To do this just
delete everything on the chatscript after the word CONNECT, set up your
pap-secrets file, and try it.
-- 
John HaslerThis posting is in the public domain.
[EMAIL PROTECTED]  Do with it what you will.
Dancing Horse Hill Make money from it if you can; I don't mind.
Elmwood, Wisconsin Do not send email advertisements to this address.


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: couldn't match host name or address

1997-12-29 Thread Aaron Walker
Does it really matter? On my machine, the only person that can view the logs,
is root.

Hamish Moffatt wrote:

 On Mon, Dec 29, 1997 at 02:06:58PM -0500, Brandon Mitchell wrote:
  On Mon, 29 Dec 1997, Aaron Walker wrote:
   password  \qpassword\q
 \qpassword\q

 Incidentally, you don't want the second \q; it will turn echo to the log
 back on, and the password WILL then go into the log.

 hamish
 --
 Hamish Moffatt, [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED]
 Latest Debian packages at ftp://ftp.rising.com.au/pub/hamish. PGP#EFA6B9D5
 CCs of replies from mailing lists are welcome.   http://hamish.home.ml.org



--

Aaron Walker
[EMAIL PROTECTED]
http://www.iconmedia.com
(954)418-0817



--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


couldn't match host name or address

1997-12-24 Thread Aaron Walker
When I try to dial my ISP using /etc/ppp.chatscript in my ppp.log file I

get this message:

Dec 24 09:52:42 speedy chat[827]: ATDT7454342(a carrot goes here)M
Dec 24 09:52:42 speedy chat[827]: Couldn't match host name or address -
please try again(carrot goes here)M

There is nothing after this. It is the last entry in the log.  To see
the exact results, goto http://www.iconmedia.com/aaron/ppplog.gif
Does anyone have any suggestions? Thanks.

--
``
Aaron Walker

Work:
  Site: http://www.iconmedia.com
  Email: [EMAIL PROTECTED]

Personal:
  Site: http://www.iconmedia.com/aaron
  Email: [EMAIL PROTECTED]
``



--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


couldn't match host name or address

1997-12-24 Thread Aaron Walker
When I try to dial my ISP using /etc/ppp.chatscript in my ppp.log file I
get this message:

Dec 24 09:52:42 speedy chat[827]: ATDT7454342(a carrot goes here)M
Dec 24 09:52:42 speedy chat[827]: Couldn't match host name or address -
please try again(carrot goes here)M

There is nothing after this. It is the last entry in the log.  Does
anyone have any suggestions? Thanks.

--
``
Aaron Walker

Work:
  Site: http://www.iconmedia.com
  Email: [EMAIL PROTECTED]

Personal:
  Site: http://www.iconmedia.com/aaron
  Email: [EMAIL PROTECTED]
``



--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .