Hallo, dies ist ein Test.
PWD: /www/data-lst1/unixsoft/unixsoft/kaempfer/.public_html
Running in File Mode
Relative path: ./../../../../../../usr/man/man4d/vni.4d
Real path: /usr/share/man/man4d/vni.4d
Zurück
'\" te .\" Copyright (c) 2004, 2012, Oracle and/or its affiliates. All rights reserved. .TH vni 4D "14 Jun 2012" "Oracle Solaris 11.4" "Device Drivers & /dev files" .SH NAME vni \- STREAMS virtual network interface driver .SH DESCRIPTION .sp .LP The \fBvni\fR pseudo device is a multi-threaded, loadable, clonable, STREAMS pseudo-device supporting the connectionless Data Link Provider Interface \fBdlpi\fR(4P) Style 2. .sp .LP The \fBvni\fR device is a software-only interface and does not send or receive data. The device provides a DLPI upper interface that identifies itself to IP with a private media type. It can be configured via \fBipadm\fR(8) and can have IP addresses assigned to it, making aliases possible. .sp .LP The \fBvni\fR pseudo device is particularly useful in hosting an IP address when used in conjunction with the '\fBusesrc\fR' \fBipadm\fR option (see \fBipadm\fR(8) for examples). The logical instances of the device can also be used to host addresses as an alternative to hosting them over the loopback interface. .sp .LP Multicast is not supported on this device. More specifically, the following options return an error when used with an address specified on \fBvni\fR: \fBIP_MULTICAST_IF\fR, \fBIP_ADD_MEMBERSHIP\fR, \fBIP_DROP_MEMBERSHIP\fR, \fBIPV6_MULTICAST_IF\fR, \fBIPV6_JOIN_GROUP\fR, and \fBIPV6_LEAVE_GROUP\fR. In addition, broadcast is not supported. .sp .LP Because there is no physical hardware configured below it, no traffic can be received through nor transmitted on a virtual interface. All packet transmission and reception is accomplished with existing physical interfaces and tunnels. Because applications that deal with packet transmission and reception (such as packet filters) cannot filter traffic on virtual interfaces, you cannot set up a packet filter on a virtual interface. Instead, you should configure the policy rules to apply to the physical interfaces and tunnels, and if necessary, use the virtual IP addresses themselves as part of the rule configuration. Also, note that the virtual interface cannot be part of an IP multipathing (IPMP) group. .SH FILES .sp .ne 2 .mk .na \fB\fB/dev/vni\fR\fR .ad .RS 12n .rt 64-bit ELF kernel driver .RE .SH SEE ALSO .sp .LP \fBip\fR(4P), \fBip6\fR(4P), \fBin.mpathd\fR(8), \fBipadm\fR(8)