A persistent TUN/TAP interface from a previous session can be closed by giving its name to this attribute. This attribute is not applicable on Windows platforms.
Set to 1 if the object is connected to the real network and configured properly. Also used to initiate a new connection. If the object successfully opened the TUN/TAP device but failed to read the IP address and netmask (or MAC address), this attribute has to be set to 1 again after the TUN/TAP device has been configured.
ARP table for real network, used to proxy Ethernet frames.
When this attribute is set to 1 (default), some ARP related optimizations are enabled. For example ARP requests are not forwarded between the real and simulated network if the host is known to reside on the same network as the requester.
The IP address of the gateway in the real network.
The IP address of the network device connected to the real network.
The MAC address of the network device connected to the real network.
Network address mask of the host ethernet network.
Network address of the host ethernet network.
The name that the router should use for the TUN/TAP interface on the host. Useful if the interface already exists, i.e. for persistent interfaces. if not set, a name for the interface will be selected automatically.
ARP table for simulated network, used to proxy Ethernet frames.
Simulated Ethernet link to connect to.
List of devices that should be notified of link status changes (on the host interface). The devices must implement the link-status interface.
Enables host link status propagation. Note that disabling is not supported.
Generates a link-status change event. Used for testing of host link status propagation. The value written should be a ieee_802_3_link_status_t value.
The MAC address of the Ethernet adapter connected to the simulated network.
Set to 1 if the TUN/TAP interface opened should be persistent, i.e. if it shouldn't be removed when Simics exists. A persistent interface is useful to avoid reconfiguration of it everytime a new simulation session is started. Setting this attribute has no effect on Windows; all TAP-Win32 devices are persistent.
Should be set to 1 if the TAP interface is used to setup an Ethernet bridge.
The name of the host TUN/TAP device to use to connect to the real network. A TUN/TAP device supports IP packet tunneling and Ethernet frame bridging between the host that Simics is running on and the simulated network. Default is /dev/net/tun. This attribute is not applicable on Windows platforms.
The transmit bandwidth of the network interface in bits per second. The network interface will limit the rate at which it sends packets to remain below this bandwidth. Set to 0 for unlimited bandwidth. Default limit is 10Mbit/s.
The maximum transmit rate of the network interface in packets per second. The network interface will limit the rate at which it sends packets to remain below this rate. Set to 0 for unlimited rate, which is the default.
finish-connection | Finalize a real network connection |
info | print information about the device |
status | print status of the device |