Sponsored Content
Special Forums IP Networking network message explanation pls Post 302411705 by peac3 on Friday 9th of April 2010 08:31:14 AM
Old 04-09-2010
network message explanation pls

Hi guys,

I know some about networking but I know some message below but
Can anyone give me full explanation about these message below and how to generate these messages

Code:
1 14:52:49.463851 arp who-has 192.168.0.107 tell 192.168.0.108  
2 14:52:49.463851 arp reply 192.168.0.107 is-at 0:a0:c9:65:14:80  
3 14:52:49.463851 192.168.0.108.1045 > 192.168.0.107.53: 7+ A? uk.com.au. (32)  
4 14:52:49.463851 192.168.0.107.53 > 192.168.0.108.1045: 7* 1/1/1 A 192.168.0.107 (88)  
5 14:52:49.543851 192.168.0.108.1046 > 192.168.0.107.80: S 7861110:7861110(0) win 8192 <mss 1460> (DF)  
6 14:52:49.543851 192.168.0.107.80 > 192.168.0.108.1046: S 3595122238:3595122238(0) ack 7861111 win 32736 <mss 1460>  
7 14:52:49.543851 192.168.0.108.1046 > 192.168.0.107.80: . ack 3595122239 win 8760 (DF)  
8 14:52:49.653851 192.168.0.108.1046 > 192.168.0.107.80: P 7861111:7861361(250) ack 3595122239 win 8760 (DF)  
9 14:52:49.663851 192.168.0.107.80 > 192.168.0.108.1046: . 3595122239:3595123699(1460) ack 7861361 win 32736 (DF)

Thanks in advance guys
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Explanation of error message(s)

I am completely new to Unix, have ordered the books recommended in this forum, however where would I find an explanation of error messages, the one that I'm looking at states +kern.maxfiles limit exceeded by uid 1002, please see tuning(7). All I know is that we have the latest BSD version. (2 Replies)
Discussion started by: jkm
2 Replies

2. Programming

How to limit max no of message in a posix message queue

Hii can anyone pls tell how to limit the max no of message in a posix message queue. I have made changes in proc/sys/fs/mqueue/msg_max But still whenever i try to read the value of max. message in the queue using attr.mq_curmsgs (where struct mq_attr attr) its giving the default value as 10.... (0 Replies)
Discussion started by: mohit3884
0 Replies

3. UNIX for Advanced & Expert Users

Error Message while copying- Pls Help

Hi I have the following script for performing regression testing of two setups ... if ; then echo "Usage Check CfgFile" exit fi cfgfile=$1 cfgdir="/prod/quic/data/product/tools/cfg" testdir="/prod/quic/data/product/tools/test" scripts="/prod/quic/data/product/tools/scripts" cd $cfgdir... (1 Reply)
Discussion started by: geeyess123
1 Replies

4. IP Networking

ssh server is attachable from local network not from another network

hello i have a ubuntu ssh server that i can acess from any of my comnputers but only if they are on the same wireless network as the server. i tested trhis my tehtehring my samsung blackjack to my windows partition and installing openssh to windows it works when windows is on the wireless but no... (1 Reply)
Discussion started by: old noob
1 Replies

5. Programming

How to broadcast a message across the network using Socket programming in C??

My problem definition is ,I have to send a message from one node in a network and it has to be broadcasted to all other nodes in the network.The program what I have given below will be running in all the nodes in the network.The same program should be capable of sending(broadcasting) and receiving.... (1 Reply)
Discussion started by: vigneshinbox
1 Replies

6. OS X (Apple)

Write message to another user on same network

On our home network, with 2 Macbook pros running OS X 10.6.*, I would like be able to popup a message to the user of the other computer. Is there a way I can "call" from one computer to another not using skype, or ichat or any application that the user has to have running? I guess first I... (8 Replies)
Discussion started by: allelopath
8 Replies

7. UNIX and Linux Applications

Ssmtp -t < /path/to/the/message.txt (How to format message.txt for html email)

ssmtp has been running well under Kubuntu 12.04.1 for plain text messages. I would like to send html messages with ssmtp -t < /path/to/the/message.txt, but I cannot seem to get the message.txt file properly formatted. I have tried various charsets, Content-Transfer-Encoding, rearranging the... (0 Replies)
Discussion started by: Ronald B
0 Replies

8. UNIX for Dummies Questions & Answers

Pls. help with dmidecode message

Hi, On Linux Redhat 5.3, found one of the server has amber light. I then ran dmidecode, I found this on the result. System Boot Information Status: Firmware-detected hardware failure But it doesn't tell me which hardware failure? It's running on HP. Any idea? (4 Replies)
Discussion started by: samnyc
4 Replies

9. Red Hat

Network becomes slow and return fast only after restart network

Hi, I have 2 machines in production environment: 1. redhat machine for application 2. DB machine (oracle) The application doing a lot of small read&writes from and to the DB machine. The problem is that after some few hours the network from the application to the DB becomes very slow and... (4 Replies)
Discussion started by: moshesa
4 Replies
prtdscp(1M)						  System Administration Commands					       prtdscp(1M)

NAME
prtdscp - display DSCP IP addresses SYNOPSIS
prtdscp [-v ] prtdscp [-v ] -h prtdscp [-v ] -d prtdscp [-v ] -s DESCRIPTION
prtdscp displays the IP addresses associated with a Domain to Service Processor Communications Protocol (DSCP) link. If no arguments are specified, prtdscp displays the IP addresses on both ends of the DSCP link. The IP address of either the Service Processor or domain side can be displayed separately by the use of the -s or -d options, respectively. OPTIONS
The following options are supported: -v Verbose mode. Print additional details about the program's internal progress to stderr. -h Help. Print a brief synopsis of the program's usage and exit. All other command line arguments are ignored. -d Display only the local domain's IP address. -s Display only the remote Service Processor's IP address. EXAMPLES
Example 1 Displaying both addresses The following example displays both the local domain's IP address and the remote SP's IP address: # prtdscp Domain Address: 192.168.103.2 SP Address: 192.168.103.1 Example 2 Displaying the local IP address The following example displays the local domain's IP address: # prtdscp -d 192.168.103.2 Example 3 Displaying the remote IP address The following example display the remote SP's IP address: # prtdscp -s 192.168.103.1 ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWdscpr.u, SUNWdscpu.u | +-----------------------------+-----------------------------+ |Interface Stability |Evolving | +-----------------------------+-----------------------------+ SEE ALSO
attributes(5) SunOS 5.11 25 Apr 2006 prtdscp(1M)
All times are GMT -4. The time now is 04:23 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy