|
|
sending raw packet from specified interface in solaris
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: packet loss on loopback interface!? - comp.unix.solarisThat might solve the sleep problem, but my traffic would be very bursty. ... packet loss on loopback interface!? - comp.unix.solaris Sending UDP packets at a specified ... Sending UDP packets at a specified rate - comp.unix.programmer ...packet loss on loopback interface!? - comp.unix.solaris Sending UDP packets at a specified rate ... at a specified rate - comp.unix.programmer ... How to send an IP packet ... How to send an IP packet in Python? - comp.lang.python... RAW,2 ... on interfaces - comp.unix.solaris How to send an IP packet ... specified rate - comp.unix ... return char array with null chars - comp.lang.python ... How to send ... ping using multiple interfaces - comp.unix.solaris... hacked) both send from .9.1 regardless of what IP is specified ... ping -i <source interface name> <destination address> Packet ... unix.solaris solaris 10 vlan interfaces ... TCP/IP seq number gone, socket raw, C - comp.unix.programmer ...... ethereal i sniff the traffic on lo interface ... Incorrect IP header data in RAW Sockets - comp.unix.solaris ... ... How to send an IP packet in Python? - comp.lang.python TCP ... determine the size of the unix socket packet. - comp.unix ...... packet loss on loopback interface!? - comp.unix.solaris... packet ... IP header data in RAW Sockets - comp.unix.solaris ... ... How to send an IP packet in Python? - comp.lang ... SOCKS in Solaris - comp.unix.solarispacket loss on loopback interface!? - comp.unix.solaris For loopback, you can use AF ... Hi, I am using RAW sockets (Solaris 8) to send out a VRRP protocol packet out to a ... How to send binary or hex data in Socket using C ? - comp.unix ...In Network protocols, it's specified > that the most ... Hi, I am using RAW sockets (Solaris 8) to send out a VRRP protocol packet out to a ... separated into ... TCP MSS issue - comp.unix.programmer... there is no >>reason for a TCP stack to send a packet ... SOCK_DGRAM SOCK_RAW A SOCK ... had that VPN ... packet loss on loopback interface!? - comp.unix.solaris ... Translate from TCP to X.25 - comp.dcom.sys.cisco... them to arrive in a specified form (for example, all data portions of an X.25 packet are ... at both end of the raw ... times ... over the same interface - comp.unix.solaris ... Sending raw Ethernet packets from a specific interface in C on ...Of course it is possible to send a raw Ethernet packet in C! Just ignore the ... app as root you can view the packets going out on the specified interface ... IP SPOOFING with BSD RAW SOCKETS INTERFACEAnd this mechanism is called "the Raw Sockets Interface". ... for Linux, NIT for Sun, DLPI for Solaris ®, ... setsockopt"); exit(1); } send_syn(sd); } raw_packet ... 7/15/2012 2:06:14 PM
|
|
|
|
|
|
|
|
|