Re: netgraph for slip or 802.11

2002-03-06 Thread Vinod
am looking for the same info too. Vinod --- Roop Mukherjee <[EMAIL PROTECTED]> wrote: > I am wondering if there is any chance that someone > has implemented > netgraph nodes for slip or 802.11 interfaces? If so > I would appreciate any > p

FreeBSD Vs. Linux Stack

2002-03-13 Thread Vinod
I know the concepts are going to be similar like ip networking.But when it comes to system calls and stuff is it much different? Wouldappreciate the help very much. Vinod __ Do You Yahoo!? Try FREE Yahoo! Mail - the world's greatest free email! http:/

network monitoring tools for streaming video

2002-03-26 Thread Vinod
Can anyone tell me what network monitoring tools are available on freebsd suitable for monitoring things like frame size,frames per second,frame no. e.t.c when streaming videos are received though the network. Thanks, Vinod __ Do You Yahoo!? Yahoo

help needed with configuring a gateway

2002-03-31 Thread Vinod
;10.0.0.255.3661> udp 80 Would appreciate any help a lot. Thanks in advance, Vinod __ Do You Yahoo!? Yahoo! Greetings - send holiday greetings for Easter, Passover http://greetings.yahoo.com/ To Unsubscribe: send mai

Re: help needed with configuring a gateway

2002-04-01 Thread Vinod
no i don't. Vinod --- Vladimir Terziev <[EMAIL PROTECTED]> wrote: > Do you have active firewall on your gateway? > > > On Sun, 31 Mar 2002 16:28:39 -0800 (PST) > Vinod <[EMAIL PROTECTED]> wrote: > > > Hi there. i was trying to create a gateway havin

help needed with configuring a gateway

2002-04-01 Thread Vinod
t my gateway and ping the laptop from 10.0.0.1 i see on the screen: arp who-has 10.0.1.5 tell 10.0.0.1 .. 10.0.0.2.1028>10.0.0.255.3661> udp 80 Am i making a mistake somewhere? Would appreciate any help a lo

ethernet card not recognized

2002-04-19 Thread Vinod
though. Thanks in advance, Vinod __ Do You Yahoo!? Yahoo! Tax Center - online filing with TurboTax http://taxes.yahoo.com/ To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-net" in the body of the message

rl0 problems

2002-04-21 Thread Vinod
ciate if anybody can help me with whats happening and how i fix this. Thanks in advance, Vinod __ Do You Yahoo!? Yahoo! Games - play chess, backgammon, pool and more http://games.yahoo.com/ To Unsubscribe: send mail to [EMAIL PROTECTED] with "u

SMC9432 not being recognized

2002-04-22 Thread Vinod
i was having problems with a SMC9432TX ethernet card.i already have a Realtek 1211TX configured on this machine.its just not recognizing this card.i am not getting a tx0 assigned. here's the dmesg below.hope somebody can give me useful pointer's. Thanks in advance, Vinod The Rege

gateway of 0.0.0.0 ?

2002-05-20 Thread Vinod
an installation.so the entry of 0.0.0.0 is correct.i need to know why its not working as it should.so i think i need to know what exactly a gateway of 0.0.0.0 means to the packets to 10.0.1/24. any help will be appreciated. Vinod __ Do You Yahoo

mobile routing problem

2002-05-22 Thread Vinod
e any other way my mobile can access the internet? Thanks in advance, Vinod __ Do You Yahoo!? LAUNCH - Your Yahoo! Music Experience http://launch.yahoo.com To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe f

setting up batch files

2002-05-24 Thread Vinod
l window;howdo i go about this? note these two commands are set in /etc/rc.conf and i want to execute the changes through a batch sort of file. Thanks in advance, vinod __ Do You Yahoo!? LAUNCH - Your Yahoo! Music Experience http://launch.yahoo.com To Un

ifconfig and route in a shell script

2002-05-25 Thread Vinod
i had some problems with a script of mine. #!/bin/sh ifconfig wi0 10.0.1.5 netmask 255.255.255.0 route delete default route add default 10.0.2.1 i get a host 10.0.2.1 unreachable message when i run this script.then i put the ifconfig in a seperate script and ran it first and then the route co

sensing network bandwidth

2002-06-18 Thread Vinod
, Vinod __ Do You Yahoo!? Yahoo! - Official partner of 2002 FIFA World Cup http://fifaworldcup.yahoo.com To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-net" in the body of the message

Dummynet Usage Problems

2002-10-01 Thread Vinod
e 1 config bw 100Kbit/s but i still dont see any reduction in bw.its the same high bw it used to be.Am i doing anything wrong? I have read the docs well and i thought the above commands should work for me. Thanks in advance, Vinod __ Do you Yahoo

Re: Dummynet Usage Problems

2002-10-01 Thread Vinod
packet filtering mechanism to throttle the bandwidth to certain clients.Its part of a research project. I play streaming videos(from the video server) at the clients using realplayer and the realplayer shows what bandwidth i am getting. Thanks, Vinod --- Lars Eggert <[EMAIL PROTECTED]> wrote: &

Re: Dummynet Usage Problems

2002-10-01 Thread Vinod
ipfw pipe 1 show prints: 1: 100.000 Kbit/s 0 ms 50 sl. 0 queues (1 buckets) droptail mask: 0x00 0x/0x ->0x/0x Thanks, Vinod --- Lars Eggert <[EMAIL PROTECTED]> wrote: > Vinod wrote: > > my topology loks like this: > > > >

cant compile - undefined reference to `bpfattach'

2007-10-05 Thread Vinod VM
Hi, I'm having trouble in compiling my code with gcc on release 6.2 I've included the following headers, stdlib.h sys/types.h sys/socket.h net/if.h net/if_var.h net/if_types.h net/bpf.h When compiling the code, i'm getting the following error message /var/tmp//ccphxfRO.o(.text+0x3c): In functi

Re: cant compile - undefined reference to `bpfattach'

2007-10-05 Thread Vinod VM
Thanks for the reply! On 10/5/07, Eygene Ryabinkin <[EMAIL PROTECTED]> wrote: > Fri, Oct 05, 2007 at 04:54:27PM +0530, Vinod VM wrote: > > /var/tmp//ccphxfRO.o(.text+0x3c): In function `main': > > : undefined reference to `bpfattach' > > If I am correct, b

tcp/ip stack source code

2002-02-06 Thread Vinod Namboodiri
Can anyone tell me the URL to the source code for the tcp/ip stack? I found a link but am not sure its the right one. http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/netinet/ Can anyone confirm it for me please. Thanks in advance. Vinod __ Do You

tcp/ip stack code

2002-02-06 Thread Vinod Namboodiri
can anyone tell me the url where i can find the TCP/IP stack source code.is the following url the right one? http://www.FreeBSD.org/cgi/cvsweb.cgi/src/sys/netinet/ Thanks in advance. Vinod __ Do You Yahoo!? Send FREE Valentine eCards with Yahoo

MAC Layer of TCP/IP stack

2002-02-14 Thread Vinod Namboodiri
of the stack.or would i need to be modifying the firmware of the wireless network card which probably has the mac layer code? Could use some help. Vinod __ Do You Yahoo!? Send FREE Valentine eCards with Yahoo! Greetings! http://greetings.yahoo.com

Re: MAC Layer of TCP/IP stack

2002-02-15 Thread Vinod Namboodiri
Not actually.Its more to run QoS experiments and need to customize some medium access protocols like csma/ca e.t.c.Guess i cant get to the csma protocol from the freebsd tcp/ip stack source code. Vinod --- Jason Hunt <[EMAIL PROTECTED]> wrote: > If you mean that you would like to chang