Networking Forums

Networking Forums > Computer Networking > Linux Networking > ifconfig equivalent for Windows?

Reply
Thread Tools Display Modes

ifconfig equivalent for Windows?

 
 
buck
Guest
Posts: n/a

 
      03-12-2008, 05:54 PM
I have been searching for hours trying to find a utility for Windows
that will return the same information as ifconfig regarding overruns,
frame, carrier, Etc. and I find nothing at all.

The problem is that we have a mixed network of Linux and Windows boxes
and my main Linux machine's internal facing NIC is showing
RX packets:86272246 errors:3084 dropped:821 overruns:3084 frame:0
TX packets:80610778 errors:0 dropped:0 overruns:4 carrier:0
collisions:0 txqueuelen:1000
RX bytes:4145544363 (3953.4 Mb) TX bytes:3168716203 (3021.9 Mb)

and I need to find the Bad Boy that is causing all those overruns.
Short of booting a live Linux distro on each Windows box, is there
some tool available for detecting the source of the RX overruns?
--
buck

 
Reply With Quote
 
 
 
 
Geoff Lane
Guest
Posts: n/a

 
      03-12-2008, 06:13 PM
buck wrote:
> I have been searching for hours trying to find a utility for Windows
> that will return the same information as ifconfig regarding overruns,
> frame, carrier, Etc. and I find nothing at all.


I think ipconfig is the closest windows command line utility.

Geoff Lane
 
Reply With Quote
 
Shadow_7
Guest
Posts: n/a

 
      03-12-2008, 06:58 PM
> I think ipconfig is the closest windows command line utility.

ditto.

winipcfg on older windows.

ipconfig /ALL

in combination with

route PRINT

Most of the stuff is gui based. Not that they all of them are accessible
from the menu by default. Control Panel -> System -> Device Manager ->
Network Interface -> Properties -> TCP/IP -> and friends. I'm kind of
surprised that I remember that. I haven't run windows or worked in windows
for several years. Half a decade even. The real trick is regedit.exe
tricks to change your MTU size and stuff. Which varies between versions.

Why do they keep calling it java when it's really C#+-XYZ? As I look at my
java game book, and see that almost every I/O call on it has been
deprecated.
 
Reply With Quote
 
Rikishi 42
Guest
Posts: n/a

 
      03-12-2008, 11:23 PM
On 2008-03-12, buck <(E-Mail Removed)> wrote:
>
>
> I have been searching for hours trying to find a utility for Windows
> that will return the same information as ifconfig regarding overruns,
> frame, carrier, Etc. and I find nothing at all.
>
> The problem is that we have a mixed network of Linux and Windows boxes
> and my main Linux machine's internal facing NIC is showing
> RX packets:86272246 errors:3084 dropped:821 overruns:3084 frame:0
> TX packets:80610778 errors:0 dropped:0 overruns:4 carrier:0
> collisions:0 txqueuelen:1000
> RX bytes:4145544363 (3953.4 Mb) TX bytes:3168716203 (3021.9 Mb)
>
> and I need to find the Bad Boy that is causing all those overruns.
> Short of booting a live Linux distro on each Windows box, is there
> some tool available for detecting the source of the RX overruns?


Under the Win9x/ME familly: Start/run/winipcfg

Under NT4, W2K, XP and probably Vista:

'ipconfig' will get you ip address, subnet mask and default gateway.
'ipconfig /all' will get you more details (DNS, DHCP, etc...)

Also, if the machine is configured to use DHCP:
'ipconfig /release' will release the IP to DHCP
'ipconfig /renew' will request an address from the DHCP


--
There is an art, it says, or rather, a knack to flying.
The knack lies in learning how to throw yourself at the ground and miss.
Douglas Adams
 
Reply With Quote
 
jlfarrar@hotmail.com
Guest
Posts: n/a

 
      03-23-2008, 06:53 PM
On Mar 12, 6:23*pm, Rikishi 42 <skunkwo...@rikishi42.net> wrote:
> On 2008-03-12, buck <b...@private.mil> wrote:
>
>
>
>
>
> > I have been searching for hours trying to find a utility for Windows
> > that will return the same information as ifconfig regarding overruns,
> > frame, carrier, Etc. and I find nothing at all.

>
> > The problem is that we have a mixed network of Linux and Windows boxes
> > and my main Linux machine's internal facing NIC is showing
> > RX packets:86272246 errors:3084 dropped:821 overruns:3084 frame:0
> > TX packets:80610778 errors:0 dropped:0 overruns:4 carrier:0
> > collisions:0 txqueuelen:1000
> > RX bytes:4145544363 (3953.4 Mb) *TX bytes:3168716203 (3021.9 Mb)

>
> > and I need to find the Bad Boy that is causing all those overruns.
> > Short of booting a live Linux distro on each Windows box, is there
> > some tool available for detecting the source of the RX overruns?

>
> Under the Win9x/ME familly: Start/run/winipcfg
>
> Under NT4, W2K, XP and probably Vista:
>
> 'ipconfig' will get you ip address, subnet mask and default gateway.
> 'ipconfig /all' will get you more details (DNS, DHCP, etc...)
>
> Also, if the machine is configured to use DHCP:
> 'ipconfig /release' will release the IP to DHCP
> 'ipconfig /renew' will request an address from the DHCP
>
> --
> There is an art, it says, or rather, a knack to flying.
> The knack lies in learning how to throw yourself at the ground and miss.
> Douglas Adams


Hey you may want to try the "netsh" commands in windows, this is a
powerful command line.
Try "netsh diag adapter 1".........hope this helps
 
Reply With Quote
 
buck
Guest
Posts: n/a

 
      03-24-2008, 05:23 AM
On Sun, 23 Mar 2008 12:53:31 -0700 (PDT), (E-Mail Removed) wrote:

>On Mar 12, 6:23*pm, Rikishi 42 <skunkwo...@rikishi42.net> wrote:
>> On 2008-03-12, buck <b...@private.mil> wrote:
>>
>> > I have been searching for hours trying to find a utility for Windows
>> > that will return the same information as ifconfig regarding overruns,
>> > frame, carrier, Etc. and I find nothing at all.

>>
>> > The problem is that we have a mixed network of Linux and Windows boxes
>> > and my main Linux machine's internal facing NIC is showing
>> > RX packets:86272246 errors:3084 dropped:821 overruns:3084 frame:0
>> > TX packets:80610778 errors:0 dropped:0 overruns:4 carrier:0
>> > collisions:0 txqueuelen:1000
>> > RX bytes:4145544363 (3953.4 Mb) *TX bytes:3168716203 (3021.9 Mb)

>>
>> > and I need to find the Bad Boy that is causing all those overruns.
>> > Short of booting a live Linux distro on each Windows box, is there
>> > some tool available for detecting the source of the RX overruns?


>Hey you may want to try the "netsh" commands in windows, this is a
>powerful command line.
>Try "netsh diag adapter 1".........hope this helps


netsh opens a shell. There is no "diag" and none of the available
commands looks promising. What version of Windows does this work for?
--
buck

 
Reply With Quote
 
Shadow_7
Guest
Posts: n/a

 
      04-01-2008, 03:23 AM
> netsh opens a shell. There is no "diag" and none of the available
> commands looks promising. What version of Windows does this work for?


Apparently Vista. I just used netsh for the first time today.

netsh interface ipv4 show subinterfaces
netsh interface ipv4 set subinterface "1" MTU=576 stored=persistent

(or something like that)
I guess that's better than hacking the windows registry to change MTU
size. But still a bit cryptic and relatively undocumented. I had to
google from linux to get that gem. Because I couldn't get anything across
the internet aside from a ping until I made the change. Which is odd
because it worked fine six months ago when I last booted windows.
 
Reply With Quote
 
lawnman@gmail.com
Guest
Posts: n/a

 
      04-09-2008, 12:11 AM
On Mar 12, 2:54 pm, buck <b...@private.mil> wrote:
> I have been searching for hours trying to find a utility for Windows
> that will return the same information as ifconfig regarding overruns,
> frame, carrier, Etc. and I find nothing at all.

[...]
> and I need to find the Bad Boy that is causing all those overruns.
> Short of booting a live Linux distro on each Windows box, is there
> some tool available for detecting the source of the RX overruns?
> --
> buck


netstat -es
 
Reply With Quote
 
buck
Guest
Posts: n/a

 
      04-09-2008, 04:16 AM
On Tue, 8 Apr 2008 17:11:08 -0700 (PDT), (E-Mail Removed) wrote:

>On Mar 12, 2:54 pm, buck <b...@private.mil> wrote:
>> I have been searching for hours trying to find a utility for Windows
>> that will return the same information as ifconfig regarding overruns,
>> frame, carrier, Etc. and I find nothing at all.

>[...]
>> and I need to find the Bad Boy that is causing all those overruns.
>> Short of booting a live Linux distro on each Windows box, is there
>> some tool available for detecting the source of the RX overruns?
>> --
>> buck

>
>netstat -es



YES! That works well enough. Thank you so much.
--
buck

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
What is the equivalent of a broadcast ping in ip6? boltar2003@yahoo.co.uk Network Routers 0 06-10-2009 01:17 PM
Linux equivalent of packeteer? Daz Linux Networking 0 05-10-2008 11:41 AM
Windows equivalent of Linux's 'iwlist scan' command Larry Finger Wireless Internet 5 01-27-2007 08:08 PM
Linux / Unix equivalent to Windows Domain =?ISO-8859-1?Q?Johann_H=F6chtl?= Linux Networking 13 06-16-2006 07:00 AM
What is the linux equivalent of windows 'ipconfig' ? llothar Linux Networking 15 06-04-2006 03:14 AM



1 2 3 4 5 6 7 8 9 10 11