Displaying 5 results from an estimated 5 matches for "enp2s0f1".
Did you mean:
enp2s0f0
2017 Jan 20
0
Samba multi channel route configuration on same subnet
...originally expected it.
I have two hosts:
my workstation running up to date Windows 10 with 2 interfaces
my server running Gentoo with Samba 4.5.4 with 2 interfaces
(all connected to the same network)
workstation has IPs 192.168.2.114, 192.168.2.115
server has 192.168.2.16(enp2s0f0),192.168.2.17(enp2s0f1)
i'm connecting to .16 using my workstation and i can send at 2x linespeed
devided to both .16 and .17 as expected.
But when i'm receiving Samba sends over .16 and only over .16 to both
.114 and .115 at half line speed. It's because .16 has the default route.
Adding single target ro...
2014 Sep 19
3
sr-iov on Intel 82576 and rhel 7 - would not work
...slot='0x07' function='0x0'/>
</interface>
and the net:
<network>
<name>passthrough-pool</name>
<uuid>dd5b4aa3-7c46-4874-a17f-6c0582738bd5</uuid>
<forward mode='hostdev' managed='yes'>
<pf dev='enp2s0f1'/>
</forward>
</network>
----
02:00.0 Ethernet controller: Intel Corporation 82576 Gigabit
Network Connection (rev 01)
Subsystem: Super Micro Computer Inc Device 10c9
Flags: bus master, fast devsel, latency 0, IRQ 40
Memory at dfce0000 (32-bit, non-prefetchabl...
2014 Sep 20
0
Re: sr-iov on Intel 82576 and rhel 7 - would not work
...e, do I need to first stub a
> SR-IOV device like regular passthrough?
>
> I'm trying sr-iov, having one NIC left to the host and the second give
> to a pool.
I'm not aware of any way that error message might be related to device
passthrough.
Your config looks fine, as long as enp2s0f1 is the SRIOV card's PF
(Physical Function) and the output of ip link show dev enp2s0f1 shows a
list of VFs. In the case that you have no VFs created for that device,
yoou can make sure this happens by adding the following to
/etc/modprobe.d/local.conf:
options igb max_vfs=7
BTW, unless you&...
2017 Jul 06
3
Virtual IP
H? all;
i need your helps on setting the virtual ip. I am trying to setup static
virtual ip on CenOS7. but I want my VIP to should not open when rebooting.
My interface settings like this:
*for ens33 NIC -> ifcfg-ens33*
DEVICE=ens33
BOOTPROTO=none
ONBOOT=yes
PREFIX=24
IPADDR=192.168.2.151
*and for VIP NIC ens33:2* * -> ifcfg-ens33:2*
DEVICE=ens33:2
ONBOOT=no
ONPARENT=no
2019 Feb 18
2
Password change **apparently** failing in Windows 10 with 4.7.1
...nto the server shows the password change has worked.
My smb.conf is:
[global]
ntlm auth = yes
unix password sync = Yes
netbios name = MyServer
workgroup = CLEARSYSTEM
server string = MyServer
security = user
log level = 1
log file = /var/log/samba/%L-%m
max log size = 0
utmp = Yes
interfaces = lo enp2s0f1
printcap name = /etc/printcap
load printers = Yes
guest account = guest
wins support = Yes
wins server =
domain logons = Yes
add machine script = /usr/sbin/samba-add-machine "%u"
logon drive = U:
logon script = logon.cmd
logon path =
logon home = \\%L\%U
idmap config * : backend = ldap
id...