sending raw packet from specified interface in solaris

  • Follow


Hi All,

I have to network interfaces configured on same subnet. but I want to
send particular packet from specified interface. can you please tell me
any available mechanism..?

I tried with normal socket programming , SOCK_RAW but it is not working
.....

any help is welcome..

Thanks...

0
Reply rahul.ruikar (25) 6/8/2006 8:26:52 AM

LinuxGuy schrieb:
> Hi All,
> 
> I have to network interfaces configured on same subnet. but I want to
> send particular packet from specified interface. can you please tell me
> any available mechanism..?
> 
> I tried with normal socket programming , SOCK_RAW but it is not working
> ....
> 
> any help is welcome..
> 
> Thanks...
> 
man bind

If you can not change the software, you can set the IF to deprecated on 
Solaris (ifconfig eth0 +deprecated), but this is global to all apps.
0
Reply Wolfgang 6/10/2006 9:01:58 PM


1 Replies
155 Views

(page loaded in 0.034 seconds)

Similiar Articles:













7/15/2012 2:06:14 PM


Reply: