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
> pointers.
> 
> -- Roop
> 
> 
> 
> 
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-net" in the body of the
message


__
Do You Yahoo!?
Try FREE Yahoo! Mail - the world's greatest free email!
http://mail.yahoo.com/

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-net" in the body of the message



FreeBSD Vs. Linux Stack

2002-03-13 Thread Vinod

Hi there.I am a relative newbie to FreeBSD and UNIX in
general.I am a Computer Science major and have some
research work to be done at the ip kernel level of
FreeBSD.I found this link "Linux IP Networking
A Guide to the Implementation and Modification of the
Linux Protocol Stack " at
http://kernelnewbies.org/documents/ipnetworking/linuxipnetworking.html
.
An overview tells me this is exactly what i would have
needed to start with if i were doing my work in
Linux.Can anyone who has a good idea of both linux and
FreeBSd tell me if this will pretty much suffice for
FreeBSD too? 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://mail.yahoo.com/

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-net" in the body of the message



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! Movies - coverage of the 74th Academy Awards®
http://movies.yahoo.com/

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-net" in the body of the message



help needed with configuring a gateway

2002-03-31 Thread Vinod

Hi there. i was trying to create a gateway having one
ethernet card(10.0.0.2) and a wireless nic(10.0.1.1).
I wanted this gateway to act between a
laptop(10.0.1.5) and another pc acting as a
firewall/gateway(10.0.0.1).

 10.0.0.1-wired10.0.0.2
   gateway
   10.0.1.1---wireless---10.0.1.5


Somehow i cant ping from the laptop to the 10.0.0.1
host.i can ping from laptop to the gateway and from
gateway to 10.0.0.1.i have done gateway_enable="YES"
in /etc/rc.conf.
Here's how my routing table looks at the gateway.
--
Routing tables

Internet:
Destination Gateway Flags Refs Use  Netif  Expire
default10.0.0.1 UGSc   1   422   fxp0
10/24  link#1UC20fxp0
10.0.0.1 0:e0:29:24:4d:d4   UHLW 4 7 fxp0 1047
10.0.0.255 ff:ff:ff:ff:ff:ff UHLWb 1 264 fxp0
10.0.1/24  link#7UC00wi0
localhost localhost  UH12lo0
--

i tried to observe if my ping from the laptop is
reaching the 10.0.0.1 machine at all by running tcp
dump there.
i got:
testbed1-pc.1028>10.0.0.255.3661 : udp 80
testbed1-pc.1028>10.0.0.255.3661 : udp 80
.
[Here testbed1-pc is the name of the gateway]
Does this tell anything?i am new to all this so have
no clue.
when i run tcpdump at 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



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 mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-net" in the body of the message



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 having
> one
> > ethernet card(10.0.0.2) and a wireless
> nic(10.0.1.1).
> > I wanted this gateway to act between a
> > laptop(10.0.1.5) and another pc acting as a
> > firewall/gateway(10.0.0.1).
> > 
> >  10.0.0.1-wired10.0.0.2
> >gateway
> >10.0.1.1---wireless---10.0.1.5 
>   
> > 
> > 
> > Somehow i cant ping from the laptop to the
> 10.0.0.1
> > host.i can ping from laptop to the gateway and
> from
> > gateway to 10.0.0.1.i have done
> gateway_enable="YES"
> > in /etc/rc.conf.
> > Here's how my routing table looks at the gateway.
> >
>
--
> > Routing tables
> > 
> > Internet:
> > Destination Gateway Flags Refs Use  Netif  Expire
> > default10.0.0.1 UGSc   1   422   fxp0
> > 10/24  link#1UC20fxp0
> > 10.0.0.1 0:e0:29:24:4d:d4   UHLW 4 7 fxp0 1047
> > 10.0.0.255 ff:ff:ff:ff:ff:ff UHLWb 1 264 fxp0
> > 10.0.1/24  link#7UC00wi0
> > localhost localhost  UH12lo0
> >
>
--
> > 
> > i tried to observe if my ping from the laptop is
> > reaching the 10.0.0.1 machine at all by running
> tcp
> > dump there.
> > i got:
> > testbed1-pc.1028>10.0.0.255.3661 : udp 80
> > testbed1-pc.1028>10.0.0.255.3661 : udp 80
> > .
> > [Here testbed1-pc is the name of the gateway]
> > Does this tell anything?i am new to all this so
> have
> > no clue.
> > when i run tcpdump at 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
> > 
> > 
> > 
> > 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 mail to [EMAIL PROTECTED]
> > with "unsubscribe freebsd-net" in the body of the
message


__
Do You Yahoo!?
Yahoo! Greetings - send holiday greetings for Easter, Passover
http://greetings.yahoo.com/

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-net" in the body of the message



help needed with configuring a gateway

2002-04-01 Thread Vinod

Hi there.this is a repost of an earlier message.didnt
get replies to that one.maybe probably i posted on a
sunday:-).trying my luck again.

 i was trying to create a gateway having one
ethernet card(10.0.0.2) and a wireless nic(10.0.1.1).
I wanted this gateway to act between a
laptop(10.0.1.5) and another pc acting as a
firewall/gateway(10.0.0.1).

 10.0.0.1-wired10.0.0.2
   gateway
   10.0.1.1---wireless---10.0.1.5


Somehow i cant ping from the laptop to the 10.0.0.1
host.i can ping from laptop to the gateway and from
gateway to 10.0.0.1.i have done gateway_enable="YES"
in /etc/rc.conf.
Here's how my routing table looks at the gateway.
--
Routing tables

Internet:
Destination Gateway Flags Refs Use  Netif  Expire
default10.0.0.1 UGSc   1   422   fxp0
10/24  link#1UC20fxp0
10.0.0.1 0:e0:29:24:4d:d4   UHLW 4 7 fxp0 1047
10.0.0.255 ff:ff:ff:ff:ff:ff UHLWb 1 264 fxp0
10.0.1/24  link#7UC00wi0
localhost localhost  UH12lo0
--

i tried to observe if my ping from the laptop is
reaching the 10.0.0.1 machine at all by running tcp
dump there.
i got:
testbed1-pc.1028>10.0.0.255.3661 : udp 80
testbed1-pc.1028>10.0.0.255.3661 : udp 80
.
[Here testbed1-pc is the name of the gateway]
Does this tell anything?i am new to all this so have
no clue.
when i run tcpdump at 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 lot.
Thanks in advance,
Vinod





__
Do You Yahoo!?
Yahoo! Greetings - send holiday greetings for Easter, Passover
http://greetings.yahoo.com/

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-net" in the body of the message



ethernet card not recognized

2002-04-19 Thread Vinod

I had a windows machine with an SMC1211TX ethernet
card.i just installed freebsd 4.5 release on
it,removing windows.but it doesnt seem to recognize
the card at all and there isnt a eth0 or fxp0
interface recognized.What needs to be done?isnt this
card supported.its a pretty common one,lil old 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

i had an earlier post about my smc 1211tx ethernet
card not being configured.
This is what i get in my dmesg

rl0:  irq11 at
device 13.0 on pci0
rl0:couldn't map ports/memory
device_probe_and_attach: rl0 returned 6
pci0: (vendor=0x1274,dev=0x1371) at 16.0
irq 9
..

will appreciate 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 "unsubscribe freebsd-net" in the body of the message



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 Regents of the University of California. All
rights reserved.
FreeBSD 4.5-RELEASE #0: Mon Jan 28 14:31:56 GMT 2002
   
[EMAIL PROTECTED]:/usr/src/sys/compile/GENERIC
Timecounter "i8254"  frequency 1193182 Hz
CPU: Pentium II/Pentium II Xeon/Celeron (333.27-MHz
686-class CPU)
  Origin = "GenuineIntel"  Id = 0x651  Stepping = 1
  
Features=0x183f9ff
real memory  = 67108864 (65536K bytes)
avail memory = 60649472 (59228K bytes)
Preloaded elf kernel "kernel" at 0xc0496000.
Pentium Pro MTRR support enabled
md0: Malloc disk
Using $PIR table, 7 entries at 0xc00fdf50
npx0:  on motherboard
npx0: INT 16 interface
pcib0:  on
motherboard
pci0:  on pcib0
pcib1: 
at device 1.0 on 
pci0
pci1:  on pcib1
pci1:  at 0.0
isab0:  at device 7.0
on pci0
isa0:  on isab0
atapci0:  port
0xfc90-0xfc9f at device 
7.1 on pci0
ata0: at 0x1f0 irq 14 on atapci0
ata1: at 0x170 irq 15 on atapci0
uhci0:  port
0xfca0-0xfcbf irq 
9 at device 7.2 on pci0
usb0:  on
uhci0
usb0: USB revision 1.0
uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00,
addr 1
uhub0: 2 ports with 2 removable, self powered
chip1: 
port 0x7000-0x700f 
at device 7.3 on pci0
rl0:  port
0xf800-0xf8ff mem 
0xfedffc00-0xfedffcff irq 11 at device 13.0 on pci0
rl0: Ethernet address: 00:e0:29:32:36:7a
miibus0:  on rl0
rlphy0:  on miibus0
rlphy0:  10baseT, 10baseT-FDX, 100baseTX,
100baseTX-FDX, auto
pci0:  (vendor=0x1274, dev=0x1371) at
16.0 irq 9
orm0:  at iomem
0xc-0xc7fff,0xe4000-0xe on isa0
fdc0:  at port 0x3f0-0x3f5,0x3f7
irq 6 drq 2 on 
isa0
fdc0: FIFO enabled, 8 bytes threshold
fd0: <1440-KB 3.5" drive> on fdc0 drive 0
atkbdc0:  at port
0x60,0x64 on isa0
atkbd0:  flags 0x1 irq 1 on atkbdc0
kbd0 at atkbd0
psm0:  irq 12 on atkbdc0
psm0: model IntelliMouse, device ID 3
vga0:  at port 0x3c0-0x3df iomem
0xa-0xb on 
isa0
sc0:  at flags 0x100 on isa0
sc0: VGA <16 virtual consoles, flags=0x300>
sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0
sio0: type 16550A
sio1: configured irq 3 not in bitmap of probed irqs 0
ppc0:  at port 0x378-0x37f irq 7 on
isa0
ppc0: Generic chipset (NIBBLE-only) in COMPATIBLE mode
plip0:  on ppbus0
lpt0:  on ppbus0
lpt0: Interrupt-driven port
ppi0:  on ppbus0
ad0: 4110MB  [14848/9/63] at
ata0-master 
UDMA33
acd0: CDROM  at ata1-master
using PIO4
Mounting root from ufs:/dev/ad0s1a


__
Do You Yahoo!?
Yahoo! Games - play chess, backgammon, pool and more
http://games.yahoo.com/

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-net" in the body of the message



gateway of 0.0.0.0 ?

2002-05-20 Thread Vinod

i had a simple networking question.

This is the setup i have.

   10.0.0.2   10.0.1.1   10.0.1.5
_ _ b- - - - - - - - -e
 10.0.0.1  |  
 a-Switch-- 
  ||_ _ c
  |   10.0.0.3
  |
  d  
 10.0.0.5


and following is an entry in d:
destination  Gatewayinterface
 10.0.1/24   0.0.0.0  rl0


but when i ping 10.0.1.2 or 10.0.1.5 , i cant reach.
what exactly does the gateway of 0.0.0.0 mean?this
gateway of 0.0.0.0 for 10.0.1/24 is automatically
generated by a script which i run as part of 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!?
LAUNCH - Your Yahoo! Music Experience
http://launch.yahoo.com

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-net" in the body of the message



mobile routing problem

2002-05-22 Thread Vinod

 i need some help with a routing problem i face.
below is my setup. 

|
|
10.0.0.1  firewall/router
|
_ _ _ _ |_ _ _ _ _
| |
|10.0.0.2 |10.0.0.3
   Desktop1  Desktop2
10.0.1.110.0.1.2

Mobile
10.0.1.5



 Desktop1 and Desktop 2 are multihomed pc's with an
ethernet and wireless nic.i want to access the
internet from my mobile through either desktop1 or
desktop2 with just a change of ibss channel,like a
handoff(Desktop1 and Desktop2 wireless cards are
assigned different channels).How can this be best
implemented  ?

1) for such a scenario what should be the default
router of the mobile?
2) how can i tell the firewall through which desktop i
can access the mobile?
3)my desktops are configured as routers right now.is
there 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 freebsd-net" in the body of the message



setting up batch files

2002-05-24 Thread Vinod

whats the best way to execute a series of commands in
freebsd?something like a batch file in MS-DOS.

suppose i want to execute the two commands,
defaultrouter="a.b.c.d"
ifconfig_eth0="inet e.f.g.h netmask e.f.g.h"
by typing something like 'change' on the terminal
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 Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-net" in the body of the message



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 commands in
a seperate script.this works.so my guess is there is
some timing issue between these two commands.i tried
putting an echo between the ifconfig and route
commands(to make a slight delay) but that didnt
work.any other suggestions?
will putting a delay work?if yes,can anyone tell me
how i can do that on a script.i am new to writing
shell scripts.i am using csh. 

__
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



sensing network bandwidth

2002-06-18 Thread Vinod

whats the best way to sense the network bandwidth
available to your network at a certain moment?
i am trying to implement a variable rate control on my
video server and i want to base the rate on the
current bandwidth available to my clients.Any
suggestions would be greatly appreciated.
Thanks,
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

i am sorry to ask such a simple question but
however hard i have tried i am not getting 'dummynet'
to
work.

i have proxy from which i would like to throttle the
bandwidth of clients.the proxy acts as a router here.

i use the commands
ipfw add pipe 1 ip from any to 10.0.1.0/24
ipfw pipe 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!?
New DSL Internet Access from SBC & Yahoo!
http://sbc.yahoo.com

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-net" in the body of the message



Re: Dummynet Usage Problems

2002-10-01 Thread Vinod

my topology loks like this:

 10.0.0.8 
  _ _ _ Video Server 
 |  
outsideswitch-proxy---clients
   10.0.0.2   10.0.1.1 10.0.1.0/24

i dont have any other firewall rules.I am using
Dummynet just as a 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:
> Vinod wrote:
> > i have proxy from which i would like to throttle
> the
> > bandwidth of clients.the proxy acts as a router
> here.
> > 
> > i use the commands
> > ipfw add pipe 1 ip from any to 10.0.1.0/24
> > ipfw pipe 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.
> 
> What does your topology look like?
> What are your other firewall rules?
> How do you measure bandwidth?
> 
> Lars
> -- 
> Lars Eggert <[EMAIL PROTECTED]>   USC
> Information Sciences Institute
> 

> ATTACHMENT part 2 application/x-pkcs7-signature
name=smime.p7s



__
Do you Yahoo!?
New DSL Internet Access from SBC & Yahoo!
http://sbc.yahoo.com

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-net" in the body of the message



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:
> > 
> >  10.0.0.8 
> >   _ _ _ Video Server 
> >  |  
> >
>
outsideswitch-proxy---clients
> >10.0.0.2   10.0.1.1
> 10.0.1.0/24
> > 
> > i dont have any other firewall rules.I am using
> > Dummynet just as a 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.
> ...
> >>
> >>>i use the commands
> >>>ipfw add pipe 1 ip from any to 10.0.1.0/24
> >>>ipfw pipe 1 config bw 100Kbit/s
> 
> That looks OK. What does "ipfw show" print?
> 
> Lars
> -- 
> Lars Eggert <[EMAIL PROTECTED]>   USC
> Information Sciences Institute
> 

> ATTACHMENT part 2 application/x-pkcs7-signature
name=smime.p7s



__
Do you Yahoo!?
New DSL Internet Access from SBC & Yahoo!
http://sbc.yahoo.com

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-net" in the body of the message



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 function `main':
: undefined reference to `bpfattach'

What am I doing wrong?

Sorry for asking such a newbie question!
___
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


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, bpfattach is the kernel-level function.  And you're
> trying to write some user-space utility, aren't you?

Yes. I am trying to write a program to capture from an interface and
inject them to another, kind of like bcrelay functionality in poptop
[http://www.poptop.org/]

> If you're trying to capture packets, you'll probably want to
> consult the pcap(3) manual page.

Thanks! Does it support injecting packets into an interface?

vinod
___
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


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 Yahoo!?
Send FREE Valentine eCards with Yahoo! Greetings!
http://greetings.yahoo.com

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-net" in the body of the message



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! Greetings!
http://greetings.yahoo.com

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-net" in the body of the message



MAC Layer of TCP/IP stack

2002-02-14 Thread Vinod Namboodiri

Hi there.I am about to embark on a research project
wherein some changes need to be made in the MAC layer
of the TCP/IP stack.We have a wireless testbed running
on FreeBSD.I had a few doubts.can i make the changes
from the TCP/IP stack source code of FreeBSD?I dont
know much about the source code 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

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-net" in the body of the message



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 change the MAC
> address that the card
> has programmed into it, then yes you can change it,
> but not perminatly.
> The MAC address is hard-coded into the card, and is
> restored on a reboot
> if you change it.  You can configure the machine to
> use a MAC address that
> you specify by using the option I've pasted below.
> 
> This is from the ifconfig(8) man page:
> 
> lladdr addr
> Set the link-level address on an interface.
> This can be used to
> e.g. set a new MAC address on an ethernet
> interface, though the
> mechanism used is not ethernet-specific. The
> address addr is
> specified as a series of colon-separated hex
> digits.  If the
> interface is already up when this option is
> used, it will be
> briefly brought down and then brought back
> up again in order to
> insure that the receive filter in the
> underlying ethernet hard-
> ware is properly reprogrammed.
> 
> 
> Hope this helps.
> 
> 
> On Thu, 14 Feb 2002, Vinod Namboodiri wrote:
> 
> > Hi there.I am about to embark on a research
> project
> > wherein some changes need to be made in the MAC
> layer
> > of the TCP/IP stack.We have a wireless testbed
> running
> > on FreeBSD.I had a few doubts.can i make the
> changes
> > from the TCP/IP stack source code of FreeBSD?I
> dont
> > know much about the source code 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
> >
> > To Unsubscribe: send mail to [EMAIL PROTECTED]
> > with "unsubscribe freebsd-mobile" in the body of
> the message
> >
> >
> 
> 


__
Do You Yahoo!?
Got something to say? Say it better with Yahoo! Video Mail 
http://mail.yahoo.com

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-net" in the body of the message