View Single Post
Old 30th June 2008
phoenix's Avatar
phoenix phoenix is offline
Risen from the ashes
 
Join Date: May 2008
Posts: 696
Default

Quote:
Originally Posted by Seb74 View Post
C:\Windows\system32>netsh interface ipv4 show subinterfaces

MTU Sense-data för media Byte in Byte ut Gränssnitt
------ --------------- --------- --------- -------------
4294967295 1 0 11507 Loopback Pseudo-Interface 1
1500 1 215881783 2336202 Anslutning till lokalt nätverk
The first interface is the loopback (lo0 in Unix). This can be ignored.

The second interface is your NIC.

Quote:
Ethernet-anslutning Anslutning till lokalt nätverk:
Anslutningsspecifika DNS-suffix . : local
Beskrivning . . . . . . . . . . . : Realtek RTL8168B/8111B Family PCI-E Gigab
it Ethernet NIC (NDIS 6.0)
Fysisk adress . . . . . . . . . . : 00-19-DB-C6-08-A2
DHCP aktiverat. . . . . . . . . . : Ja
Autokonfiguration aktiverat . . . : Ja
Länklokal IPv6-adress . . . . . . : fe80::51d7:1a57:4907:df7b%8(Standard)
IPv4-adress . . . . . . . . . . . : 192.168.0.5(Standard)
Nätmask . . . . . . . . . . . . . : 255.255.255.240
Lånet erhölls . . . . . . . . . . : den 30 juni 2008 07:53:35
Lånet upphör. . . . . . . . . . . : den 30 juni 2008 09:53:34
Standard-gateway. . . . . . . . . : 192.168.0.1
DHCP-server . . . . . . . . . . . : 192.168.0.1
DNS-servrar . . . . . . . . . . . : 192.168.0.1
NetBIOS över TCP/IP . . . . . . . : Aktiverat
This is your NIC. The rest can be ignored.

You only have 1 NIC, and only 1 interface. Don't worry about the "sub-interfaces" or the "pseudo-interfaces".
__________________
Freddie

Help for FreeBSD: Handbook, FAQ, man pages, mailing lists.
Reply With Quote