Sponsored Content
Special Forums IP Networking netstat -i always shows Idrop 48665 Post 302978910 by drhowarddrfine on Friday 5th of August 2016 11:41:21 AM
Old 08-05-2016
netstat -i always shows Idrop 48665

I made some minor changes to my nginx server using a Linux VPS running FreeBSD 10.3 with TLS, ciphers and then file caches. Except for the file caching, I had done these changes before without issue. I went away for the weekend and, when I came back, netstat -i showed Idrop as being 48665. The web sites on this server don't exhibit any problems that I can see.

I reverted all my changes back to their original but I still see the same value for Idrop and it never changes from day to day or throughout the day. All the other values change accordingly.

Code:
Name    Mtu Network       Address              Ipkts Ierrs Idrop    Opkts Oerrs  Coll
em0    1500 <Link#1>      xx:xx:3c:cd:7e:c7 725249751     0 48665  2735394     0     0
em0       - xxxx::xxx:3cf xxxx::xxx:3cff:fe        0     -     -        3     -     -
em0       - xxx.xxx.21.23 website2.co      268     -     -        0     -     -
em0       - xxx.xxx.21.0  website3.or     1128     -     -     1221     -     -
lo0   16384 <Link#2>                            2227     0     0     2227     0     0
lo0       - ::1           ::1                      0     -     -        0     -     -
lo0       - xxxx::1%lo0   xxxx::1%lo0              0     -     -        0     -     -
lo0       - your-net      localhost                0     -     -        0     -     -

Notice that there are two web sites shown, both on different IPs. However, there are two other web sites on this same server with the same IP as website2 but they aren't listed. What's with that?

I have to say that, while I love networking, I never get to deal with it and this server has been around for several years, running without issues, so I'm at a loss as to how to troubleshoot this.


Moderator's Comments:
Mod Comment Please use CODE tags as required by forum rules!

Last edited by RudiC; 08-05-2016 at 01:35 PM.. Reason: Changed ICODE to CODE tags.
 

10 More Discussions You Might Find Interesting

1. IP Networking

Netstat

Giving netstat command on the prompt gives commands such as localhost.43592 localhost.35237 32768 0 32768 0 TIME_WAIT localhost.43594 localhost.43595 32768 0 32768 0 TIME_WAIT localhost.43598 localhost.35237 32768 0 32768 0 TIME_WAIT... (6 Replies)
Discussion started by: DPAI
6 Replies

2. IP Networking

netstat

Hi what is the command to see the process name/application name along with the port number, connection status ... netstat is not giving process/application name Is there any way to know which application is holding which port? Thanks in advance (3 Replies)
Discussion started by: axes
3 Replies

3. UNIX for Dummies Questions & Answers

netstat not working

Hello, One of the solaris machine in our network is giving an error when the netstat command is executed. soloman:/home/db2admin->netstat ip open: Permission denied can't open mib stream: Bad file number But it works with root. I couldnt' get any useful info during my search in google. ... (2 Replies)
Discussion started by: k_pranava
2 Replies

4. UNIX for Advanced & Expert Users

Netstat command

Hi.., Now, I am reading about the netstat command and its implementation. I have doubts in some options and its functionalities, natstat - M (Which is described as display masqueraded connections), what it means? What is Forwarding Information Base.?(--fib) Thanks in advance,... (3 Replies)
Discussion started by: nagalenoj
3 Replies

5. Solaris

netstat -- what am i looking at?

Greetings to all, Here is a line of output from my netstat command cbp031.904 wdcprodhome.nfsd 98304 0 49640 0 ESTABLISHED The only thing i recognize is the unix machine "cbp031" but what is .904 and all the other data telling me? Thanks in advance. (3 Replies)
Discussion started by: Harleyrci
3 Replies

6. Shell Programming and Scripting

netstat command

Hi, In my project we use sftp with batch mode (password less) script in parallel for 14 sessions which connects to 2 different servers alternatively i.e. 7 connects to one server say server1 and the other 7 connects to say server 2. Now the problem is that these 14 sessions are run in... (5 Replies)
Discussion started by: dips_ag
5 Replies

7. UNIX for Advanced & Expert Users

Help with netstat

Hi, I want to list the time for how long a secure connections last to my server/blade. i am using netstat command to get the same, but not sure how to get the time for how long connections is being ESTABLISHED. netstat -na | grep 'ESTABLISHED' | grep :443 |awk '{print $4}' | cut -d: -f1 |... (1 Reply)
Discussion started by: Siddheshk
1 Replies

8. Red Hat

netstat

Hi Can any body tell me about TIME_WAIT status meaning in the following command output. # netstat -anp|grep 5000 tcp 0 0 127.0.0.1:50006 0.0.0.0:* LISTEN 5058/ccsd tcp 0 0 0.0.0.0:50008 0.0.0.0:* ... (3 Replies)
Discussion started by: mastansaheb
3 Replies

9. OS X (Apple)

netstat

When running netstat -i from the Command Terminal, It returns with 21 different connections.. The addresses all look like this: ::1 fe80:1::1 10:dd:b1:a5:c4:ba with Network names like Linke#2 fe80::8e2d How can I delve deeper into this to clarify what is going on with my network?... (0 Replies)
Discussion started by: dwfiedler
0 Replies

10. Shell Programming and Scripting

netstat output

Hi Team, Below is the output of netstat -an | grep 1533 tcp 0 0 17.18.18.12:583 10.3.2.0:1533 ESTABLISHED tcp 0 0 17.18.18.12:370 10.3.2.0:1533 ESTABLISHED Below is the o/p of netstat -a | grep server_name tcp 0 ... (4 Replies)
Discussion started by: Girish19
4 Replies
ipnet(7D)							      Devices								 ipnet(7D)

NAME
ipnet, lo0 - ipnet device driver SYNOPSIS
/dev/ipnet/*, /dev/lo0 DESCRIPTION
The ipnet device driver creates, removes and manages nodes in the /dev/ipnet/ namespace. A node is created in /dev/ipnet for every IP interface on the system, including interfaces that exist only in software and for which there is no hardware device. The ipnet device also provides access to all IP traffic to and from the system. To provide access to packets that are internally looped-back in IP, the ipnet driver creates a /dev/lo0 DLPI device. APPLICATION PROGRAMMING INTERFACE
ipnet and DLPI Device nodes created in /dev/ipnet are DLPI style-1 devices. All M_PROTO and M_PCPROTO-type messages are interpreted as DLPI primitives. Because the device is read-only and packets can only be observed by opening them, the following subset of DLPI primitives is supported: DL_INFO_REQ DL_BIND_REQ DL_UNBIND_REQ DL_PROMISCON_REQ DL_PROMISCOFF_REQ DLIOCRAW The values returned by the driver in the DL_INFO_ACK primitive in response to the DL_INFO_REQ are: o Maximum SDU is INT_MAX o Minimum SDU is 0. o DLSAP address length is 0. o MAC type is DL_IPNET. o SAP length value is -2. o Service mode is DL_CLDLS. o No optional quality of service (QOS) support is provided. Accordingly, the QOS fields are 0. o Provider style is DL_STYLE1. o Version is DL_VERSION_2. The devices in /dev/ipnet/ and /dev/lo0 can only be bound to IP_DL_SAP, IP6_DL_SAP or 0. Binding to anything other than these returns DL_ERROR_ACK and DL_BAD_SAP. If sap 0 binds to DL_BIND_REQ, IPv6 and IPv4 traffic are returned. ipnet primitives For /dev/ipnet/* devices, the DL_PROMISCON_REQ and DL_PROMISCOFF_REQ primitives with the DL_PROMISC_PHYS flag set in the dl_level field enables/disables the reception of all packets. When disabled, only packets with addresses matching any of the configured addresses on the IP interface are received. When used with the DL_PROMISC_MULTI flag set, reception of all multicast group addresses can be enabled/disabled. DL_PROMISC_PHYS and DL_PROMISC_MULTI have no effect for /dev/lo0. When the DL_PROMISC_SAP flag is set, reception of all IPv4/IPv6 can be enabled/disabled. The DLIOCRAW ioctl is supported but has no effect on the data returned from the device. The DL_IOC_IPNET_INFO ioctl enables/disables the inclusion of an ipnet header that is prepended to the IP header when receiving packet data. When enabled, a non-zero integer is returned reflecting the current DL_IOC_IPNET_INFO version. The ipnet header returned is of fixed length and has the following format: uint8_t dli_version; /* Current version */ uint8_t dli_ipver; /* IP version */ uint16_t dli_len; /* sizeof dl_ipnetinfo_t */ uint64_t dli_srczone; /* Source of zoneid where known. */ uint64_t dli_dstzone; /* Destination zoneid where known. */ If you program to this interface, you may need to access the dl_ipnetinfo_t data-structure that's defined in <sys/dlpi.h>: typedef struct dl_ipnetinfo { uint8_t dli_version; /* DL_IPNETINFO_* version */ uint8_t dli_ipver; /* packet IP header version */ uint16_t dli_len; /* length of dl_ipnetinfo_t */ uint32_t dli_pad; /* alignment pad */ uint64_t dli_srczone; /* packet source zone ID (if any) */ uint64_t dli_dstzone; /* packet dest zone ID (if any) */ } dl_ipnetinfo_t; FILES
/dev/ipnet/*, /dev/lo0 Special character devices. /kernel/drv/ipnet.conf Configuration file. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------------------------------------+ |ATTRIBUTE TYPE ATTRIBUTE VALUE | |Availability SUNWckr | |Architecture SPARC, x86 | |Interface Stability Committed | +-----------------------------------------------------------+ SEE ALSO
attributes(5), dlpi(7P) SunOS 5.11 28 Oct 2008 ipnet(7D)
All times are GMT -4. The time now is 07:42 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy