Hmmm... I've never used ad-hoc mode before, but principle should be the same.

What does your routing table look like? ( route -n ).

cheers,
 Jamie

2008/6/12 Tassadaque Zia <[EMAIL PROTECTED]>:
> HI
> Thanks for your help but sorry, i forgot to tell you that my wireless cards
> are in ad hoc mode when i create bridge the nodes in ad hoc networks stops
> pinging each other.
> Any suggession
>
> Muhammad Tassadaque Zia
>
> --- On Thu, 6/12/08, Jamie Riden <[EMAIL PROTECTED]> wrote:
>
> From: Jamie Riden <[EMAIL PROTECTED]>
> Subject: Re: [Capture-HPC] HELP Regrading UserBridge.c
> To: [EMAIL PROTECTED]
> Date: Thursday, June 12, 2008, 3:03 PM
>
> 2008/6/12 Tassadaque Zia <[EMAIL PROTECTED]>:
>> HI
>> Actually i want to take packets from lan card and then send it to wireless
>> card. I dont know brctl utility will support such type of packet transfer.
>> If you can provide me help in this regard i shall be very thankful to you.
>> In userbridge.c it picks up both the adapters in the list
>
> It should do: try
>
> brctl addbr br0
> brctl addif br0 eth0
> brctl addif br0 wlan0
>
> or whatever your adapters are called. ( send us the results of
> 'ifconfig' and 'iwconfig' if you're not sure )
>
> You can monitor the bridge with " tcpdump -i br0 " to see what data
> is
> flowing...
>
> cheers,
>  Jamie



-- 
Jamie Riden / [EMAIL PROTECTED] / [EMAIL PROTECTED]
UK Honeynet Project: http://www.ukhoneynet.org/
_______________________________________________
Capture-HPC mailing list
Capture-HPC@public.honeynet.org
https://public.honeynet.org/mailman/listinfo/capture-hpc

Reply via email to