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]




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





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: 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: 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 interface
logging ip_address

on a linux, to log ppp activity you would use

local2.*@somehost


feel free to customize to your needs.



regards,
adc




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