Displaying 4 results from an estimated 4 matches for "vnic3".
Did you mean:
vnic
2006 Sep 29
8
creating a vnic to represent the factory MAC address
How do I create a vnic that represents the factory assigned MAC
address of my physical nic?
The bge device in my system (x2100) appears to support 4 MAC
addresses. The driver reserves the first as the ''primary/default''
address and allows manipulation of the other three via the
MAC_CAPAB_MULTIADDRESS interface.
I''d like to use vnics on this system, as I have Xen guest
2009 Jun 16
7
objects disappear from dladm after reboot
On OpenSolaris 2009.06 I created a flow, half a dozen VNICs, and I set some properties, and everything was working, then I rebooted my system and everything disappeared from show-vnic, show-flow, and show-prop. When I tried to re-create the objects, dladm said they already existed. While I could not see the objects, I could delete them. Example:
# dladm show-vnic
# dladm create-vnic -l bge0
2018 Jan 30
7
[Bug 1221] New: "fib" produces strange results with an IPv6 default route
...kets to the wrong interface
(to enp0s6 with a source address belonging to enp0s5's net):
>>> e = Ether(dst='00:1c:42:5c:28:c0')
>>> i = IPv6(src='fd00::1', dst='fd11::3')
>>> u = UDP(dport=1337)
>>> sendp(e / i / u, iface='vnic3')
.
Sent 1 packets.
In this case, everything works as expected and the first "fib" rule matches:
> nft list chain inet raw prerouting
table inet raw {
chain prerouting {
type filter hook prerouting priority -300; policy accept;
fib saddr . iif oi...
2009 Jul 06
69
link protection review
Hi all,
Link protection is a new feature we are planning to introduce to
Solaris and we would like to solicit your feedback on it.
Please see attached document for details.