Top "Network-interface" questions

Anything related to network interfaces, i.e. the hardware subsystems that allow systems to connect to a network.

What exactly means iOS networking interface name? what's pdp_ip ? what's ap?

I use following code to print all interface and it's mac address - ( void )interfaceInfo{ int mib[6]; size_t len; …

iphone ios objective-c mac-address network-interface
How to disable a VirtualBox network interface using a command-line?

When list virtual network interfaces, some of them are not anymore needed: vboxnet1: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST&…

networking virtualbox network-interface
Get current QNetworkInterface active and connected to the internet

I would like get the current network interface active and connected to the internet. Actually, I can check if a …

c++ qt network-interface
How to get notified about network interface changes with Netlist and RTMGRP_LINK signal?

I write a program which needs to get notified if the network interfaces have changed, in particular new one appeared …

c linux notifications netlink network-interface
Is it possible to configure a virtual network interface on Windows7?

On linux you can set up a virtual interface using ifconfig eth0:0 .... There's these questions: How do you create a …

windows windows-7 network-interface windows-7-embedded
How does the OS know which network interface to use for the internet?

I have a PC with two network interfaces: eth0 and eth1. eth0 - Has an ip of 192.168.11.X/24. eth1 - …

sockets network-programming network-interface
How to specify a network interface when making net requests from Node.js?

In either http.request or net.connect, is there an option that I can specify a network interface to initiate …

node.js http tcp network-interface
Get network interface name from IPv4 address

Given an IPv4 address, how can I obtain its associated network interface name, like "Ethernet adapter Local Area Connection", in …

c++ windows networking ip network-interface
Meaning of network interface rmnet_ipa0

When I run adb shell, ifconfig on my android device, I get a list of network interfaces. While this answer …

android network-interface
Getting the ip address of eth0 interface in java only return IPv6 address and not IPv4

I wrote the following code to get the IPv4 address of the eth0 interface I am using on a machine. …

java ipv4 inetaddress network-interface