PLESE help me with my kppp connection PLEASE

2001-09-22 Thread todd mansill


My kppp connection fails giving the following message:

The remote server is required to authenticate itself but I couldn't find any 
suitanle secret(password) for it to use to do so.
(None of the available passwords would let it use an IP address.)

Have tried all the things I have found to fix this but no success - probably 
due to the fact I know very little about it all really and need so help 
PLEASE.

Thanks heaps
Todd

_
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




strange logs from kernel...

2001-09-22 Thread Sebastian Podjasek

maybe NTL, but anybody knows what's that

Sep 22 12:04:42 xxx kernel: neighbour table overflow 
Sep 22 12:04:46 xxx kernel: NET: 37 messages suppressed. 
Sep 22 12:04:46 xxx kernel: neighbour table overflow 
Sep 22 12:04:52 xxx kernel: NET: 49 messages suppressed. 

kernel is loging this from several hours!

-- 
`===-==- -


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: strange logs from kernel...

2001-09-22 Thread J.H.M. Dassen (Ray)

On Sat, Sep 22, 2001 at 12:30:52 +0200, Sebastian Podjasek wrote:
 Sep 22 12:04:42 xxx kernel: neighbour table overflow 

One cause of this is trying to do NFS/RPC on a system that doesn't have the
loopback network device configured.

HTH,
Ray
-- 
Tevens ben ik van mening dat Nederland overdekt dient te worden.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: PLESE help me with my kppp connection PLEASE

2001-09-22 Thread Martin Albert

On Saturday 22 September 2001 08:31, todd mansill wrote:
 My kppp connection fails giving the following message:

 The remote server is required to authenticate itself but I couldn't
--^^^--^
 find any suitanle secret(password) for it to use to do so.

You try to force your isp to authenticate against you. While this ... 
short, they're bigger, you loose.

The relevant config script (don't know what kppp produces, usually 
there are some of them hanging around) you have to define:

noauth

Please ask questions about using debian on the debian-user mailing list.

greetings, martin


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: Strange delays - new to this Please Help! Thanks

2001-09-22 Thread Martin Albert

Hi, Todd!

You should first mail to debian-user for questions like this. d-anounce 
is definitely the wrong place. I left the other list adresses in for 
this mail, so that people know that there was an answer to your 
request. When you reply, please consider to remove some more.

I can only guess that you hosed your network setup.
Although networking is well structured, it may well look confusing to a 
newbie at first.

The reason for most delays are network packets send to unknown or 
unreachable hosts. Timeouts then are the only indication for the local 
host that sth. is wrong and they may take a while (you wouldn't want to 
loose your packets to mars because of timeouts).

The most important network inside your linux box is the unix network.

Everything else is for most installations TCP/IP networking.

Some files in the /etc directory (where all the configuration for your 
machine is stored) store the basic networking configuration:
hosts   - your local 'DNS'. Hostnames to IP-Numbers table. Only used when
host.conf - contains 'order host,...', see? The file
resolv.conf - at last stores adresses of name servers.

If any of your programs calls for a host by its name, this has to be 
translated (looked up) into the corresponding IP number, as the network 
itself doesn't know anything about names. If this lookup process is 
misconfigured, the resulting timeouts make up already for quite a delay.

Now all your packets have to find their way through the network. This 
is known as 'routing'. See the 'route' and 'ping' commands.

Most networking commands have an option like '-n', that makes them 
output (N)umbers instead of names. Trying one and the same command that 
hangs without -n once again with -n and it works, shows you clearly 
that you have a problem looking up names.

KDE is communicating a lot, fix your network and retry.

You found out that networking is very important these days.
Try to read up on how this is handled with linux and the tools.
You won't have to install obscure tools then, to try to make it, hm, 
work, as it did under this other non-free os ...

There are a lot of good readings on the internet. For a fine catalog 
with well defined topics you might want to look at 'dmoz.org'.
This one is FREE!

Have fun! martin


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: Strange delays - new to this Please Help! Thanks

2001-09-22 Thread Timeboy


On Saturday Sep 22 14:12 todd mansill wrote:

 ** Sorry about the multiple To: but I'm new to this and I don't know what 
 ** category this falls into: My PC is running KDE2 and I put a program called 
 ** cnet (network layer simulator) which requires tcl/tk to run it's windows on 
 ** and for some reason the program takes 3 minutes before the windows are 
 ** displayed. When I run this at Uni it is instant.

What is cnet? I don't have this tool in my /var/lib/dpkg/available. I
have running Woody. This cnet is not a part of Woody. Is it a part of
Potato (Debian2.2) or Sid? 

However. It sounds like a missconfigured cnet. read man cnet to find
out how to configure.

 ** Also, I just tried to set up my 56K modem and I ran a program called ppp-up 
 ** and followed to instructions to the tee. For some reason once I ran this 
 ** program, my modem connected but Netscape didn't seem to think so.

After my first Debian installation, it was the Potato system, i had the
same trouble. Till i heared about the file /etc/resolv.conf. This file 
is needed to get access to your ISP. And i had to create this file,
cause it was there after installing Debian. For example take a look at 
my /etc/resolv.conf:

domain  http://www.msn.de
nameserver  193.101.111.20

 ** Starting system log daemon : syslogd
 ** 
 ** and then also for about another minute when loading the window manager. It 
 ** now takes aboout 5-7 minutes for KDE to load up. Please can someone help me 
 ** with these problems.

Don't know what happens. Also a problem, cause your cnet is busy with his
bad configuration? Or is your hard disk going to nirvana?

Timo

--
Nothing is impossible!

You only need to know the way.

 :-)

END


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: Strange delays - new to this Please Help! Thanks

2001-09-22 Thread Karsten M. Self

on Sat, Sep 22, 2001 at 12:12:48PM +, todd mansill ([EMAIL PROTECTED]) wrote:
 Hi All,
 
 Sorry about the multiple To: 

*DON'T* cross post.

Replies/followup redirected to /dev/null.

-- 
Karsten M. Self [EMAIL PROTECTED]http://kmself.home.netcom.com/
 What part of Gestalt don't you understand?  Home of the brave
  http://gestalt-system.sourceforge.net/Land of the free
   Free Dmitry! Boycott Adobe! Repeal the DMCA!  http://www.freesklyarov.org
Geek for Hire  http://kmself.home.netcom.com/resume.html



msg04416/pgp0.pgp
Description: PGP signature


Strange delays - new to this Please Help! Thanks

2001-09-22 Thread todd mansill

Hi All,

Sorry about the multiple To: but I'm new to this and I don't know what 
category this falls into: My PC is running KDE2 and I put a program called 
cnet (network layer simulator) which requires tcl/tk to run it's windows on 
and for some reason the program takes 3 minutes before the windows are 
displayed. When I run this at Uni it is instant.

Also, I just tried to set up my 56K modem and I ran a program called ppp-up 
and followed to instructions to the tee. For some reason once I ran this 
program, my modem connected but Netscape didn't seem to think so. Ever since 
this My KDE has thrown its toys. It now hangs on every window open (between 
30secs - 1min). When my PC boots up it hangs for about a minute on the line:

Starting system log daemon : syslogd

and then also for about another minute when loading the window manager. It 
now takes aboout 5-7 minutes for KDE to load up. Please can someone help me 
with these problems.

Thanks heaps
Todd

_
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]