similar to: RSVP/RSVP6 Enabling a linux box is not working: Why ?

Displaying 20 results from an estimated 400 matches similar to: "RSVP/RSVP6 Enabling a linux box is not working: Why ?"

2007 May 03
0
RSVP and TC
Hello mailing list, i´m writing a documentation about what the linux traffic control system can do, and I don’t know if TC provides a support of the RSVP protocol. I know, there is a filter with the same name, but is this the RSVP protocol, which defined in the RFC2205 and RFC2209?? Can you help me please Thanks Simo
2005 May 24
0
RSVP Filter
Greetings. I am trying to use ISI RSVP to make some layer3 reservations. My problem is that RSVP refuses to configure the queues with an "RNETLINK answers: invalid argument" error. Even if I try to setup the filter with tc command, I get the same error. I already tried to load all the modules necessary, rsvp and rsvp6 included, but I still got the same error. Can someone help me? Is the
2005 Jun 17
0
Help on deleting RSVP6 filter
Greetings. I''m having some trouble deleting an rsvp6 filter that I create using the following command: #tc filter add dev eth1 parent 1: protocol ip rsvp6 ipproto tcp session 2020::1/22 sender 2020::2/22 flowid 1:11 The filter is created sucessfully: # tc filter list dev eth1 filter parent 1: protocol ip pref 49152 rsvp6 filter parent 1: protocol ip pref 49152 rsvp6 fh 0x00010207 flowid
2007 Apr 17
0
RSVP questions?
Have a few generic questions about Kom-RSVP 1.) 11:00:05.175 WARNING: timer system overloaded, deviation is 30.080 sec - what timer is this referring to? System time? 2.) What is the relationship between the CBQ class created for RSVP traffic and the CBQ parameter that is in RSVP.conf? - ex. ### cbq qdisc ### tc qdisc add dev eth0 root handle 1: cbq bandwidth 10mbit avpkt 1000 mpu 64
2007 May 04
0
RSVP RESV not seen
all: I"m just trying to create a simple rsvp session to familiarize myself with the protocol. I don''t ever get a rsvp RESV message only PATH AND PATH TEAR messages. There is a timeout but i''m not sure whats causing it exactly. Can anyone shed some light on why? All the configs and output are below. Please let me know if you need more information. Thanks. Jon Test
2007 Jan 10
0
RSVP source code
All: I''m trying to get RSVP running on a Linux machine. The machine is currently Fedora. I have read rfc 2205. Does anyone know where I can get the RSVP source code to install on the machine. Or does anyone know of some documentation that might help in doing this? Thanks, Jon Flechsenhaar Boeing WNW Team Network Services (714)-762-1231 202-E7
2005 May 03
0
which RSVP implementation do you guys use?
Hi guys, I was looking on the net for a version of RSVP to play with, and I seem to have come across 2 dominant ones: 1. ISI one, last release year 1999? 2. KOM one, last relase year 2004 So, what''s your favourite RSVP implementation? What do people on the list usually use? Thanks, Kelv
2007 Jun 07
0
KOM RSVP
Does anyone on hear have any thoughts on the changes that would be nessary for KOM RSVP to use HTB rather than just CBQ and HFSC? Jon Flechsenhaar Boeing WNW Team Network Services (714)-762-1231 202-E7
2005 Jul 20
0
RSVP: Informatica Webinar Featuring Pieter Mimno
Save Money While Successfully Achieving Data Integration Web Seminar featuring Pieter Mimno and Informatica Date: Tuesday, August 16, 2005 Time: 11am PDT (2pm EDT) Register Now at: http://www.rubinreports.com/click.php?ref=2020 Integration is now the most critical ?high-ticket? item in enterprise IT budgets. The compelling business case for a single, global view of customers, products, and
2005 Dec 25
4
SF Bay Area Beer and Pizza SIG (RSVP request)
Although I don''t _need_ RSVPs for this event 12/28 8:00 pm The Beer & Pizza SIG will meet at Wild Pepper (3601 26th. St.; SF, CA). For details, see http://cfcl/rdm/beer_and_pizza. I''d like to be able to give the restaurant some idea of the size of table we''ll be needing. So, if you are planning to attend, please drop
2006 Nov 24
0
Using Ajax.Updater with Form
Hi, I''m trying to post to a PHP insert script and return the confirmation text in a div with Ajax.Updater, but I''m having little luck. Does anyone have any thoughts on my implementation? The page currently refreshes completely. Thanks. < rsvp.php > <html> <head> <script src="prototype.js" type="text/javascript"></script>
2006 Feb 02
0
A question in tcng
this my tcng code. when converting tcng to tc code, i get in the tc code for the (ipproto "skip") =>(ipproto 57). sure, it''s taken from the mapping /etc/protocols . ipproto is the protocol value. what kind of "ipproto" integer value should it be to mean (ipproto "any" ) or (ipproto "whatever" ) or (ipproto "don''t_care" )?
2010 Jul 03
0
Join July Global via VOIP Free SW HW Culture Mtgs - BerkeleyTIP
Watch some videos. Mark your calendar. Invite your friends. Join in on IRC or Voice. Join the mailing list, say "Hi. :)" ===== 1) 2010.7 Videos: How to write VOIP client in less then 2 minutes, rpdammu Schizophrenic Firewalls - virtualized net stack OpenBSD, Claudio Jeker Motorola Droid Metro PCS Apps, makeitcricket.com Open Wonderland virtual worlds platform, Nicole Yankelovich,
2010 Jun 04
0
BerkeleyTIP Join June Global Free SW HW Culture Mtgs via VOIP or in Berkeley
You're invited to join in with the friendly people at the BerkeleyTIP global meeting - newbie to Ph.D. - everyone is invited. Get a headset & join using VOIP online, or come to Berkeley. 1st step: Join the mailing list: http://groups.google.com/group/BerkTIPGlobal Watch the videos. Discuss them on VOIP. 8 great videos/talks this month - see below. Starting off year 3 of BerkeleyTIP
2008 Aug 20
7
:include confused by true?
I have two models: guest rsvp guest belongs_to rsvp and rsvp has_one guest When I try the following I get an error: @coming = Guest.find(:all, :conditions => ["coming = ?", true], :include => :rsvp) It complains of an unknown column ''coming'' I''m sure I''m doing something stupid but I can''t see it. Any help would be appreciated.
1998 May 26
0
Re: Beware of dangerous enviroment (Re: Overflows in minicom)
On Sat, 23 May 1998, Torkil Zachariassen wrote: > >I have browsed various versions of libc and found a handful of weak points > >where the value of an enviroment variable is trusted more than necessary. > [1] > Could you explain to programming novices on linux-security - people like > myself 8) - hwo this could affect security on a firewall (proxy and/or > IP-router,
2005 Jun 09
0
FreeBSD Security Advisory FreeBSD-SA-05:10.tcpdump
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 ============================================================================= FreeBSD-SA-05:10.tcpdump Security Advisory The FreeBSD Project Topic: Infinite loops in tcpdump protocol decoding Category: contrib Module: tcpdump
2005 Jun 09
0
FreeBSD Security Advisory FreeBSD-SA-05:10.tcpdump
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 ============================================================================= FreeBSD-SA-05:10.tcpdump Security Advisory The FreeBSD Project Topic: Infinite loops in tcpdump protocol decoding Category: contrib Module: tcpdump
2000 Sep 27
0
FreeBSD Security Advisory: FreeBSD-SA-00:53.catopen
-----BEGIN PGP SIGNED MESSAGE----- ============================================================================= FreeBSD-SA-00:53 Security Advisory FreeBSD, Inc. Topic: catopen() may pose security risk for third party code Category: core Module: libc Announced:
2006 Apr 20
0
NYC Ruby Job Fair ‹ April 25th
=== NYC Ruby Job Fair -- April 25th The NYC Ruby meetings lately have looked a lot like middle school dances. On one side of the room is people saying, "Gee, I wish I could work full-time doing Ruby or Ruby on Rails." On the other side of the room are companies saying, "Wow, those Ruby people sure look cute, I wish they would all come work for me." The music is playing, the