Question

2001-02-20 Thread Andy [TECC NOPS]
Hello All, I'm currently working on adding functionality to FreeBSD that is provided by Cisc0's product range called "Local Director" to allow FreeBSD to act as a high availability router. Now, I have in place the VRRP code/protocol to enable redundent router boxes and was moving onto the backen

RE: - RISCom card: lcp illegal conf-req in state initial -

2001-02-20 Thread Andy [TECC NOPS]
Hi Think I know more about Cisco than RISCom cards but here's my 2p worth:- 1. I take it the connecting cable is an X21 null modem cable? If so, you have got it the right way round cos the connectors are the same and one end is dce the other dte. 2. The cisco will be expecting the serial clock

RE: - RISCom card: lcp illegal conf-req in state initial -

2001-02-20 Thread Andy [TECC NOPS]
quot; and a full ifconfig -a please. Regards Andy > -Original Message- > From: Jean-Christophe Varaillon [mailto:[EMAIL PROTECTED]] > Sent: 20 February 2001 15:04 > To: Andy [TECC NOPS] > Cc: [EMAIL PROTECTED] > Subject: RE: - RISCom card: lcp illegal conf-req in state initial - >

RE: - RISCom card: lcp illegal conf-req in state initial -

2001-02-20 Thread Andy [TECC NOPS]
ine). Soz, can't really help much more, hope the next person along is more use. Regards Andy > -Original Message- > From: Jean-Christophe Varaillon [mailto:[EMAIL PROTECTED]] > Sent: 20 February 2001 15:48 > To: Andy [TECC NOPS] > Cc: [EMAIL PROTECTED] > Subject: RE

RE: - N2d PCI & Driver option _

2001-02-22 Thread Andy [TECC NOPS]
Guy's, don't forget that the Cisco needs a special cable also and infact as far as know don't make them as standard! I had to get mine specially made up for me. If the pinning is not correct at the cisco end it will not produce a clock even if the config says to do so. Cisco's rely on certain pin

RE: - TFTP: Time out -

2001-03-06 Thread Andy [TECC NOPS]
I always had these kinda problems both with FreeBSD, Linux, etc etc. Found various ways around them in the end but the best way is if you are running a version of IOS 12.0 or later on the Cisco then use the newer copy commands in IOS that allow ftp eg:- router> copy ftp://user:[EMAIL PROTECTED]/c

RE: - TFTP: Time out -

2001-03-06 Thread Andy [TECC NOPS]
0 you have) but the results will be pretty much the same. Regards Andy > > Regards, > Jean-Christophe. > > On Tue, 6 Mar 2001, Andy [TECC NOPS] wrote: > > > I always had these kinda problems both with > > FreeBSD, Linux, etc etc. Found various ways > > aro

RE: - TFTP: Time out -

2001-03-06 Thread Andy [TECC NOPS]
%cd / > %ls -l > ... > drwxr-xr-x 2 nobody nobody 512 Mar 5 18:37 tftpboot > ... > --- > > > Regards, > Jean-Christophe. > > On Tue, 6 Mar 2001, Andy [TECC NOPS] wrote: > > > I always had these kinda problems both with > > FreeBSD, Linux, etc

RE: - TFTP: Time out -

2001-03-06 Thread Andy [TECC NOPS]
doh! > Try looking in /var/log/messages for ftpd[xx] error messages. should be tftpd[xx] error messages. Should look before I type! Ak To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-net" in the body of the message

RE: - TFTP: Time out -

2001-03-06 Thread Andy [TECC NOPS]
> In in /var/log/messages I have: > > Concerning the FTP Methode: > --- > Mar 6 11:22:35 homer ftpd[20832]: ANONYMOUS FTP LOGIN REFUSED FROM > > Mar 6 11:51:47 homer ftpd[21090]: FTP LOGIN FAILED FROM > , Jean > --- you are missing the portion ftp://user:passwd@host.. and putting in ftp://

RE: - TFTP: Time out -

2001-03-06 Thread Andy [TECC NOPS]
> you are missing the portion ftp://user:passwd@host.. and > > putting in ftp://host so the cisco is trying to use anon > > ftp. You should use a real account as per my last email! > > I followed your e-mail: > --- > Router#conf t > Router(config)#ip ftp username Jean > Router(config)#

RE: - TFTP: Time out -

2001-03-06 Thread Andy [TECC NOPS]
ok, show me the results of this:- %ls -l /tftpboot/c3640-i-mz.120-7.XK1.bin Andy > -Original Message- > From: Jean-Christophe Varaillon [mailto:[EMAIL PROTECTED]] > Sent: 06 March 2001 13:09 > To: Andy [TECC NOPS] > Cc: [EMAIL PROTECTED] > Subject: RE: - TFTP: Time o

RE: - TFTP: Time out -

2001-03-06 Thread Andy [TECC NOPS]
Bill, just spent some time on this with him. The directory listing was a typo. I just asked him for the directory and file perms. I have his inetd.conf and it looks fine. Cheers Andy > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Bill Vermillion >

RE: - TFTP: Time out -

2001-03-06 Thread Andy [TECC NOPS]
ll even allow a connection. If none of these we'll try again Regards Andy > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Jean-Christophe > Varaillon > Sent: 06 March 2001 16:37 > To: Andy [TECC NOPS] > Cc: [EMAIL P

ipfw

2001-03-07 Thread Andy [TECC NOPS]
Hi All Just built a new kernel with options IPFIREWALL options IPDIVERT and all went in ok. However, when I user the ipfw command to add a rule (or when rc.firewall does) I get the following error message:- ipfw: getsocketopt(IP_FW_ADD): Invalid argument Can anyone point out the obvious mist

RE: ipfw

2001-03-07 Thread Andy [TECC NOPS]
rs Ak > -Original Message- > From: Alex Rousskov [mailto:[EMAIL PROTECTED]] > Sent: 07 March 2001 16:39 > To: Andy [TECC NOPS] > Cc: [EMAIL PROTECTED] > Subject: Re: ipfw > > > On Wed, 7 Mar 2001, Andy [TECC NOPS] wrote: > > > Just built a new kernel with > &g

RE: - Tip -

2001-03-27 Thread Andy [Tecc Nops]
I use "minicom" to do this Hope that helps, Ak -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Jean-Christophe Varaillon Sent: 27 March 2001 14:16 To: [EMAIL PROTECTED] Subject: - Tip - Hi everybody, I have a router connected to a freeBSD machine (3.2

RE: Interesting news article about microsoft using Freebsd.

2001-06-18 Thread Andy [Tecc Nops]
Title: Interesting news article about microsoft using Freebsd. also, http://public.wsj.com/news/hmc/sb992819157437237260.htm I guess your not subscribed to -hackers then, big thread on it going right now (last few days actually) (yuk, who sent the html email in the first place?) Regards Ak