Re: Solved: Bridging and dummynet seems to destroy dmesg output

2001-02-20 Thread Yusuf Goolamabbas
Luigi, PHK In case you might not be on -stable Thomas Moestl <[EMAIL PROTECTED]> just wrote a mesg to -stable trying to explain "dmesg flakyness". cut/paste from his message Have you tried "dmesg -a"? It seems like the above message is from syslog (if something is printed on into /dev/console,

Help with IPSEC

2001-02-20 Thread Stephen Cimarelli
Hi All I'm starting to look into using IPSEC to setup VPN's I have the FreeBSD IPsec mini-HOWTO and Henk Wevers's VPN Tunnel howto Which have most of the info I need :) But I have some questions :) * Most users seem to use gif devices to setup the tunnels instead of IPsec tunnels, Why? Wha

maximum number of routes?

2001-02-20 Thread Ingo Flaschberger
Hi how could i modify the amount of the maximum routes that freebsd allow? i have seen, that with more memory i could use more routes. some results from me: ram routes 128mb 75k 196mb 110k 256mb 150k is it possible to modify the maximum ammount and does it make sense? i would need tha

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

2001-02-20 Thread John Hay
> > I am actualy trying to establish the communication between a cisco router > and my Free BSD machine. > > +---+ +---+ > | cisco |serial interface | FreeBSD 4.1 | > | 3600 +---+ | > | | RISCom |

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

2001-02-20 Thread Andy [TECC NOPS]
Hi Well, having look thro all of that it really does seem fine. The only give away is the cisco msg "line protocol down". Since the config at each end seems ok the last thing really must be those two cables you are joining. Either the cisco end is not really dce and thus preventing the clock or,

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

2001-02-20 Thread Jean-Christophe Varaillon
Andy, I think the cables are ok. > OK, reading the docs/man page I see the default protocol > for the sr driver is ppp whereas I know it's hdlc for > cisco. Have you set either end so they match? I specified "encapsulation ppp" on the cisco. > in the ifconfig command you'll need the "link2" o

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

2001-02-20 Thread Andy [TECC NOPS]
OK, getting somewhere. The Cisco "clockrate" command only works so long as the cable end connecting to it is DCE. Now, your reply says that it's DCE. You must make sure that it is as this is a non standard cable confiuration for a Cisco (in normal working practice with telcos anyway). I am puzzle

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

2001-02-20 Thread Jean-Christophe Varaillon
Thanks for your prompt repply. On Tue, 20 Feb 2001, Andy [TECC NOPS] wrote: > 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 a

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

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

2001-02-20 Thread Jean-Christophe Varaillon
Hi all, I am actualy trying to establish the communication between a cisco router and my Free BSD machine. +---+ +---+ | cisco |serial interface | FreeBSD 4.1 | | 3600 +---+ | | | RISCom |

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: Do I need to run RouteD/GateD?

2001-02-20 Thread Rogier R. Mulhuijzen
At 19:11 15-2-01 -0800, you wrote: >Hello there, > > I am trying to set up a simple net work at home. >Here is my exisiting setup: >1) I have a DSL router which does NAT which everyone >on the LAN connects to. The address for the DSL >router is 1.2.3.1 Bad idea. For internal networks you shoul

subscribe

2001-02-20 Thread Romualdo Arcoverde
 

Re: WAVELAN IBSS 2 Cards

2001-02-20 Thread Romualdo Arcoverde
I dont change any thing and its work the only problem i have to reset the box some times. I believe some thing its wrong at my pccard.conf Romualdo Arcoverde Unisys Network - Brasilia +55 (61) 4432768 - Original Message - From: "Randall R. Stewart" <[EMAIL PROTECTED]> To: "Romualdo Arcov

Re: Finding what rule match on IPFW.

2001-02-20 Thread Alfred Perlstein
* André Luiz dos Santos <[EMAIL PROTECTED]> [010220 04:11] wrote: > > Is there a program that does for ipfw what "route get" does for the route > table? I couldn't find anything like the get option for route on ipfw. > I've too many ipfw rules on one machine here and finding where a certain

Finding what rule match on IPFW.

2001-02-20 Thread André Luiz dos Santos
Is there a program that does for ipfw what "route get" does for the route table? I couldn't find anything like the get option for route on ipfw. I've too many ipfw rules on one machine here and finding where a certain packet match is not very easy when looking rule by rule. Thanks! To Uns

Re: WAVELAN IBSS 2 Cards

2001-02-20 Thread Randall R. Stewart
Romualdo: If I remember correctly one of my co-workers has had a similar problem. It is due to the fact that the pccard only allocates one and only one instance of a card (I am re-iterating things he told me mind you). I remember he said he was going to hack the pccard stuff to allow two cards bu

Re: Query: SIOCGIFAFLAGS_IN6

2001-02-20 Thread itojun
>Iam a newbie to FreeBSD and iam working on DHCPv6. i would like to know the >importance of SIOCGIFAFLAGS_IN6 defined in in6_var.h >The definition of structure in6_ifreq differs from the definition of >in6_ifreq defined in Linux 2.4.0, and creates woes to port it. >Do i have any alternatives for

Query: SIOCGIFAFLAGS_IN6

2001-02-20 Thread skodati
Hi Iam a newbie to FreeBSD and iam working on DHCPv6. i would like to know the importance of SIOCGIFAFLAGS_IN6 defined in in6_var.h The definition of structure in6_ifreq differs from the definition of in6_ifreq defined in Linux 2.4.0, and creates woes to port it. Do i have any alternatives for th