rather OT question

2001-03-12 Thread Andrei D. Caraman
please forgive the off-topic-ness :)

can anyone recommend a (preferably linux friendly) isp in the
greater toronto area for a residential connection?



thanks a lot,
adc





rather OT question

2001-03-12 Thread Andrei D. Caraman

please forgive the off-topic-ness :)

can anyone recommend a (preferably linux friendly) isp in the
greater toronto area for a residential connection?



thanks a lot,
adc



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




Re: OT: pppd wanted between two compu's

2001-02-26 Thread Andrei D. Caraman

Sebastiaan,


you may find the following options of some use (unfortunately i
can't verify now, this is all from my poor memory).  here goes:

- local
- passive
- ipcp-accept*
- noipdefault

i seem to remember that when i configured leased lines, i used
to have the server assign ip addresses and have the clients
accept whatever the server sent them.  i would try removing the
ip addresses from the client's commandline and add noipdefault
and local there, and i would also add passive and local on the
server.  of course, you get to decide which computer is the
server and which is the client.

take all this with a grain of salt, since it's been a while
since i've last done anything like it.





happy ppp-ing,
adc



On Mon, Feb 26, 2001 at 10:17:58AM +0100, Sebastiaan wrote:
> Hi,
> 
> I know that this is not isp related, but on this list there are people who
> know a lot about pppd (I hope).
> 
> I am trying to set up a network connection between two computers which are
> connected with a serial cable (null modem).
> One computer is an i386 with 2.4.0, the other is an Macintosh Quadra 610
> with 2.2.10, both running stable.
> I found an old conversion cable so I can connect apples with rs232 ports.
> It works, I have a connection (I can cat a file at one machine, and it
> comes out unscrambled on the other).
> 
> I do:
> pppd -detach crtscts lock 192.168.2.254:192.168.2.1 /dev/ttyS1 19200 noauth
>  
> on both computers (and the ip's swapped), as described in the ppp howto.
> 
> 
> Both return:
> Using interface ppp0
> Connect: ppp0 <--> /dev/ttyS1
> 
> and wait, and after a while they get a LCP timeout sending
> Config-Requests.
> 
> In the manpage of pppd there is said that crtscts does not work correctly
> on macintoshes, but they do not say what will work. I tried other options
> like xon/xoff, cdtr/cts, modem, but without succes.
> 
> I also tried to set up the ppp0 interface with ifconfig while both
> computers are waiting for connection, but also without succes.
> 
> Am I forgetting something?
> 
> Thanks in advance,
> Sebastiaan
> 
> 
> 
> 
> --  
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: OT: pppd wanted between two compu's

2001-02-26 Thread Andrei D. Caraman


Sebastiaan,


you may find the following options of some use (unfortunately i
can't verify now, this is all from my poor memory).  here goes:

- local
- passive
- ipcp-accept*
- noipdefault

i seem to remember that when i configured leased lines, i used
to have the server assign ip addresses and have the clients
accept whatever the server sent them.  i would try removing the
ip addresses from the client's commandline and add noipdefault
and local there, and i would also add passive and local on the
server.  of course, you get to decide which computer is the
server and which is the client.

take all this with a grain of salt, since it's been a while
since i've last done anything like it.





happy ppp-ing,
adc



On Mon, Feb 26, 2001 at 10:17:58AM +0100, Sebastiaan wrote:
> Hi,
> 
> I know that this is not isp related, but on this list there are people who
> know a lot about pppd (I hope).
> 
> I am trying to set up a network connection between two computers which are
> connected with a serial cable (null modem).
> One computer is an i386 with 2.4.0, the other is an Macintosh Quadra 610
> with 2.2.10, both running stable.
> I found an old conversion cable so I can connect apples with rs232 ports.
> It works, I have a connection (I can cat a file at one machine, and it
> comes out unscrambled on the other).
> 
> I do:
> pppd -detach crtscts lock 192.168.2.254:192.168.2.1 /dev/ttyS1 19200 noauth
>  
> on both computers (and the ip's swapped), as described in the ppp howto.
> 
> 
> Both return:
> Using interface ppp0
> Connect: ppp0 <--> /dev/ttyS1
> 
> and wait, and after a while they get a LCP timeout sending
> Config-Requests.
> 
> In the manpage of pppd there is said that crtscts does not work correctly
> on macintoshes, but they do not say what will work. I tried other options
> like xon/xoff, cdtr/cts, modem, but without succes.
> 
> I also tried to set up the ppp0 interface with ifconfig while both
> computers are waiting for connection, but also without succes.
> 
> Am I forgetting something?
> 
> Thanks in advance,
> Sebastiaan
> 
> 
> 
> 
> --  
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


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




Re: Locked accounts

2000-12-13 Thread Andrei D. Caraman

On Wed, Dec 13, 2000 at 09:06:22AM -0500, Robert Brown wrote:
> I routinely use passwd -l username to lock customers with overdue balances.  Is
> there a way to list all accounts that are locked?

>From passwd(1):

> -l   This option is used to lock the specified account and  it  is  available  to
>  root only. The locking is performed by rendering the encrypted password into
>  an invalid string (by prefixing the encrypted string with an !).

so grep your /etc/shadow for passwords starting with `!'.


Hope this helps,
adc


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




Re: syslogd reference

2000-09-13 Thread Andrei D. Caraman
On Mon, Sep 11, 2000 at 11:40:00AM -0400, Allen Ahoffman wrote:
> Hi:
> I'm looking for a reference on setting up remote syslog operations.
> I wont to send syslog info from a Cisco 7206 to a linux logger.
> I sort of get ohw to use the -r and hosts list to make the daemon listen,
> but hwo to set up the other end is my problem any references for system to
> system or router to system would be appreciated.


on a cisco you would use (in config mode):

logging trap debugging
logging facility local3
logging source-interface 
logging 

on a linux, to log ppp activity you would use

local2.*@somehost


feel free to customize to your needs.



regards,
adc




Re: syslogd reference

2000-09-13 Thread Andrei D. Caraman

On Mon, Sep 11, 2000 at 11:40:00AM -0400, Allen Ahoffman wrote:
> Hi:
> I'm looking for a reference on setting up remote syslog operations.
> I wont to send syslog info from a Cisco 7206 to a linux logger.
> I sort of get ohw to use the -r and hosts list to make the daemon listen,
> but hwo to set up the other end is my problem any references for system to
> system or router to system would be appreciated.


on a cisco you would use (in config mode):

logging trap debugging
logging facility local3
logging source-interface 
logging 

on a linux, to log ppp activity you would use

local2.*@somehost


feel free to customize to your needs.



regards,
adc


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




Re: whois *server*?

2000-05-29 Thread Andrei D. Caraman
On Mon, May 29, 2000 at 09:18:01AM +1000, Neale Banks wrote:

> Greetings all,
> 
> A search around failed to turn up an obvious whois server, either as part
> of Debian or even just source code - did I miss something?
> 
> Anyone got a pointer to this?  Similarly, any pointers to relevant
> HOWTO/FAQ/etc docs?

check out the ripe database software from

 ftp://ftp.ripe.net/ripe/dbase/software/ 

it might do exactly what you want.



cheers,
---------------
Andrei D. Caraman   phone: +40 (1) 2050 637
Sr Network Engineer   fax: +40 (1) 2050 655
Mediasat SA




Re: login prompt problem for windows users.

2000-03-07 Thread Andrei D. Caraman
On Sun, Mar 05, 2000 at 11:13:43PM -0500, Chuck Peters wrote:
> 
> I sent the following to Equinox tech support, but I was hoping a kind
> Debian guru can tell me what the problem is.

Here's my attempt at being a Debian guru (actually, pppd guru,
Debian has nothing to do with the problem you're having):

> Part of /etc/mgetty/login.config 
> 
> # This is the "standard" behaviour - *dont* set a userid or utmp
> #  entry here, otherwise /bin/login will fail!
> #  This entry isn't really necessary: if it's missing, the built-in
> #  default will do exactly this.
> #
> *   -   -   /bin/login @

You probably have line staring with ``/AutoPPP/'', right? 
Please make sure it starts pppd with the options ``login'' and
``+pap''.  My line here is 

/AutoPPP/ - -   /usr/sbin/pppd auth -chap +pap  login

An alternative is to have each username/password in the
/etc/ppp/pap-secrets file (which I find rather annoying). 
pap-secrets has the following format:

useryour_server passwordip_address [...]


> The following are some mgetty enties of failed logins, and successful
> logins using the manual bring up the termal window.
>  
> ...
> 03/04 15:46:53 1a7  send: 
> 03/04 15:46:53 1a7  waiting for ``_'' ** found **
> 03/04 15:46:55 # data dev=ttyQ1a7, pid=12205, caller='none', 
> conn='115200', name='', cmd='/usr/sbin/pppd', user='/AutoPPP/'

The line above suggests you have the AutoPPP line in
login.config (maybe the default one?)

> Thanks,
> Chuck


Hope this helps,
---
Andrei D. Caraman   phone: +40 (1) 2050 637
Sr Network Engineer   fax: +40 (1) 2050 655
Mediasat SA