click bailing out

powell molleti powellm79 at yahoo.com
Wed Aug 22 02:01:16 EDT 2001


hi,
 
--- Eddie Kohler <kohler at aciri.org> wrote:
> >  i thought i was already running click module 
> >  compiled from anonymous CVS....
> >  
> >  anyway i just compiled the CVS source once again
> >  and tested it.
> 
> I meant that we fixed some bugs, so you should do a
> 'cvs update' and
> recompile, THEN check it.
> 
> Does your ChangeLog contain an entry dated
> '2001-08-20 Monday 22:05' ? If
> not, then do a cvs update and recompile. Let us
> know.

yup will do it soon.

> 
> >  Access control for the third IP is not working.
> >  i.e i m able to allow ssh for only the first two
> IPs
> >  the third IP is not allowed.
> 
> That's a syntax issue. :Just like in C, the ||
> operator has lower
> precedence than &&. You probably want to use
> parentheses, like this:
> 
>  my_ssh_filter :: IPFilter(// ssh stuff to server
> 	      allow (src 192.168.0.66 || 192.168.0.85)  /*
> note parens! */
>               && dst internal
>               && tcp && src port > 1023 && dst port
> ssh
>               && ack,
>               deny all
> 	           );
> 
> Try that. || || || || should work.

anyway i was trying "or" instead "||" and its working
perfect :).
thanks once again.

> 
> >  ed what about polling device extensions to
> >  (third world) cards like realtek , ne2k-pci etc.
> >  are they one your development list.
> 
> Not really. We have implemented Tulip and the most
> popular, eepro100. But
> you can always send mail to the Click list
> suggesting this -- or work on it
> yourself!

yup i want to do it myself, just need lots of time 
to learn more about click and the kernel.

thanks
cya
powell

> 
> love,e
> d


__________________________________________________
Do You Yahoo!?
Make international calls for as low as $.04/minute with Yahoo! Messenger
http://phonecard.yahoo.com/


More information about the click mailing list