search for: enp0s31f6

Displaying 20 results from an estimated 21 matches for "enp0s31f6".

2020 May 07
6
[Bug 3161] New: ssh -J <public IPv6> <LL IPv6%scopeID> doesn't work as expected
...Pv6 addresses. 2. Target host has only Link Local IPv6 address on same link as Jump Host. In principal, I believe the following incantation (or some similar form) should work (assuming Jump Host with address 2001:db8:f3f4::2ae0 and target host with address fe80::2001:db8:3 on common link interface enp0s31f6 (interface ID on jump host): ssh -J '[2001:db8:f3f4::2ae0]' '[fe80::2001:db8:3%enp0s31f6]' However, this results in the following: % ssh -J '[2001:db8:f3f4::2ae0]' '[fe80::2001:db8:3]' 2020/05/06 22:41...
2019 Mar 15
2
Error starting domain: internal error: Unable to add port vnet0 to OVS bridge br0
...", line 1035, in create if ret == -1: raise libvirtError ('virDomainCreate() failed', dom=self) libvirtError: internal error: Unable to add port vnet0 to OVS bridge br0 My output for ovs-vsctl show: 3c28f516-dd5c-43cf-bea1-7c068668d1f6 Bridge "br0" Port "enp0s31f6" Interface "enp0s31f6" Port "br0" Interface "br0" type: internal ovs_version: "2.11.90" *However, when OVS is installed using apt-get rather than installing from source or tarball, all these steps work...
2023 Jan 18
1
DCs in multiple VLANs
I have 2 DCs at a customer that also run ISC-Kea-DHCP servers. To be able to provide DHCP-Leases I added virtual interfaces to the servers with IPs in each VLAN. In turn there also exist routes to the VLANs: # ip r default via 10.0.0.254 dev enp0s31f6 onlink 10.0.0.0/24 dev enp0s31f6 proto kernel scope link src 10.0.0.230 10.100.40.0/24 dev enp0s31f6.200 proto kernel scope link src 10.100.40.230 192.168.101.0/24 dev enp0s31f6.101 proto kernel scope link src 192.168.101.230 192.168.102.0/24 dev enp0s31f6.102 proto kernel scope link src 192.168....
2017 Aug 31
2
Workgroup Domain
...en everything works again and it's correctly displaying in smbtree on all clients and server. I don't get it - can someone advise? smb.conf: [global] server string = host01-name01 workgroup = workgroup.com netbios name = host01-name01 bind interfaces only = yes interfaces = lo enp4s0 enp0s31f6 hosts allow = 192.168.150. name resolve order = wins bcast security = user passdb backend = tdbsam encrypt passwords = true domain master = yes preferred master = yes local master = yes browseable = yes deadtime = 15 dns proxy = no getwd cache = yes load printers = no mangled names =...
2020 Aug 11
3
ipv6 NAT; accept_ra errors and about network choice
...like the unresolved bug [1] which says that systemd-networkd is handling the RA's in userspace for ... reasons [2]. It's unclear to me if NetworkManager is doing similar. I feel like this must be a red-herring. My wired interface has the same setting of 0 $ cat /proc/sys/net/ipv6/conf/enp0s31f6/accept_ra 0 and is similarly just a very standard auto-configured NetworkManager interface. When I "net-start" the network whilst on wifi libvirt doesn't seem to care about that interface (I presume it only looks at the active one?). When I dock and turn off wifi, ipv6 connectivit...
2020 Jan 16
1
Asterisk16 - PJSIP - Error 401 on outbound registration
...cket goes out of our server and we see that the >> expiration parameter is setted to 3600 ! > Howdy, > > Maybe the clipping of your SIP packet is occurring on another provider's > (faulty) node somewhere in between your dualing pcaps at the endpoints ? No.tcpdump -nqt -s 0 -i enp0s31f6 -A "dst xxx.yyy.78.36 and dst port 5060" where xxx.yyy.78.36 is the provider Kamailio IP Capture being: IP zzz.xyz.174.138.58738 > xxx.yyy.78.36.5060: UDP, length 570 E..V.T at .?...X....2N$.r...B..REGISTER sip:sip.myprovider.net SIP/2.0 Via: SIP/2.0/UDP zzz.xyz.174.138:5060;rport;...
2018 Dec 19
0
Re: vms doesn't coomunicate via network
...information, see interfaces(5). > > source /etc/network/interfaces.d/* > > # The loopback network interface > auto lo > iface lo inet loopback > > # The primary network interface > #allow-hotplug enx503eaa4f9dcd > #iface enx503eaa4f9dcd inet dhcp > #allow-hotplug enp0s31f6 > #iface enp0s31f6 inet dhcp > > allow-hotplug vnet0 > iface vnet0 inet dhcp Ah. Why are you doing this^^^ ?? It makes no sense at all. The tap devices should not be listed at all in the host's network config; they are created and configured by libvirt directly. > > auto...
2019 Mar 26
0
Re: Error starting domain: internal error: Unable to add port vnet0 to OVS bridge br0
...;, dom=self) > > libvirtError: internal error: Unable to add port vnet0 to OVS > bridge br0 > > > > My output for ovs-vsctl show: > > 3c28f516-dd5c-43cf-bea1-7c068668d1f6 > >      Bridge "br0" > >          Port "enp0s31f6" > >              Interface "enp0s31f6" > >          Port "br0" > >              Interface "br0" > >                  type: internal > >      ovs_version: "2.11.90" > > > > *How...
2020 Aug 12
0
Re: ipv6 NAT; accept_ra errors and about network choice
...libvirt's code intelligent, and look for clues that RAs are handled elsewhere (someone would need to figure out what those "clues" are). > > I feel like this must be a red-herring. My wired interface has the > same setting of 0 > > $ cat /proc/sys/net/ipv6/conf/enp0s31f6/accept_ra > 0 > > and is similarly just a very standard auto-configured NetworkManager > interface. When I "net-start" the network whilst on wifi libvirt > doesn't seem to care about that interface (I presume it only looks at > the active one?). When I dock and...
2018 Dec 15
2
vms doesn't coomunicate via network
...le on your system # and how to activate them. For more information, see interfaces(5). source /etc/network/interfaces.d/* # The loopback network interface auto lo iface lo inet loopback # The primary network interface #allow-hotplug enx503eaa4f9dcd #iface enx503eaa4f9dcd inet dhcp #allow-hotplug enp0s31f6 #iface enp0s31f6 inet dhcp allow-hotplug vnet0 iface vnet0 inet dhcp auto virbr0-dummy iface virbr0-dummy inet manual pre-up /sbin/ip link add virbr0-dummy type dummy up /sbin/ip link set virbr0-dummy address 52:54:00:7e:27:af auto virbr0 iface virbr0 inet manual hwaddress ether 19:7c...
2020 Aug 17
1
Re: ipv6 NAT; accept_ra errors and about network choice
...safe choice: userspace agents need to create routes separately anyway, but it won't be set if the kernel is setting up those addresses. > > I feel like this must be a red-herring. My wired interface has the > > same setting of 0 > > > > $ cat /proc/sys/net/ipv6/conf/enp0s31f6/accept_ra > > 0 > > > > and is similarly just a very standard auto-configured NetworkManager > > interface. When I "net-start" the network whilst on wifi libvirt > > doesn't seem to care about that interface (I presume it only looks at > > the a...
2018 Feb 19
0
Pulse Secure/Juniper Networks Network Connect (CentOS 7)
...ess, but I can't reach anything across the connection. In fact, even resources outside VPN/the company network become unreachable. Does anyone have any idea what may be wrong? Output from /sbin/ifconfig as well as /sbin/route from a typical session are included below. Thanks. - Toralf -- enp0s31f6: flags=4099<UP,BROADCAST,MULTICAST>? mtu 1500 ??????? ether c8:5b:76:f7:d1:9c? txqueuelen 1000? (Ethernet) ??????? RX packets 6523788? bytes 5286956088 (4.9 GiB) ??????? RX errors 0? dropped 0? overruns 0? frame 0 ??????? TX packets 1417201? bytes 209955717 (200.2 MiB) ??????? TX errors...
2015 Nov 25
3
Bug#806226: xen-hypervisor-4.6-amd64: Can't start a VM
...ffff811393c9>] ? vfs_write+0x99/0x180 Nov 25 15:49:53 k2000 kernel: [ 2408.822737] [<ffffffff81139f3d>] ? SyS_write+0x3d/0xa0 Nov 25 15:49:53 k2000 kernel: [ 2408.822739] [<ffffffff8153c236>] ? entry_SYSCALL_64_fastpath+0x16/0x75 Nov 25 15:50:47 k2000 kernel: [ 2462.781116] e1000e: enp0s31f6 NIC Link is Down Nov 25 15:50:47 k2000 kernel: [ 2462.781133] br1: port 1(enp0s31f6) entered disabled state Nov 25 15:51:53 k2000 kernel: [ 2529.121353] INFO: task libvirtd:6305 blocked for more than 120 seconds. Nov 25 15:51:53 k2000 kernel: [ 2529.121355] Not tainted 4.3.0-x #4 Nov 25 15:51...
2017 Aug 31
0
Workgroup Domain
...laying in > smbtree on all clients and server. > > I don't get it - can someone advise? > > smb.conf: > [global] > server string = host01-name01 > workgroup = workgroup.com > netbios name = host01-name01 > bind interfaces only = yes > interfaces = lo enp4s0 enp0s31f6 > hosts allow = 192.168.150. > name resolve order = wins bcast > security = user > passdb backend = tdbsam > encrypt passwords = true > domain master = yes > preferred master = yes > local master = yes > browseable = yes > deadtime = 15 > dns proxy = no &...
2016 Feb 07
1
GPU passthrough failed to find romfile
...index='0'> <address type='pci' domain='0x0000' bus='0x00' slot='0x0b' function='0x0'/> </controller> <interface type='direct'> <mac address='52:54:00:31:bc:b8'/> <source dev='enp0s31f6' mode='bridge'/> <model type='virtio'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/> </interface> <hostdev mode='subsystem' type='pci' managed='...
2016 Aug 23
3
Kickstart issue with UEFi
...ork installation url --url="http://192.168.0.156/CentOS7-x86_64/disc1/" # Use text mode install text ignoredisk --only-use=sda,sdb # Keyboard layouts keyboard --vckeymap=us --xlayouts='us' # System language lang en_US.UTF-8 # Network information network --bootproto=dhcp --device=enp0s31f6 --ipv6=auto --activate network --hostname=localhost.localdomain # Root password rootpw --iscrypted # Do not configure the X Window System skipx # System timezone timezone Australia/Sydney # System bootloader configuration bootloader --append=" crashkernel=auto" --location=mbr --boot-dri...
2016 Aug 22
2
Kickstart issue with UEFi
On Sun, 21 Aug 2016 at 12:51 Gordon Messmer <gordon.messmer at gmail.com> wrote: > On 08/19/2016 11:35 PM, Phil Manuel wrote: > > The install fails under UEFi due to the fact the partitions are not > cleared, and it doesn?t have any space to continue. Is there an extra step > I need to do to remove the original partitions before the new layout will > work ? > > >
2019 May 14
2
debian 10: errors with my server samba-ad
...(16384) /usr/sbin/smbd: Processing section "[global]" /usr/sbin/smbd: Processing section "[home]" /usr/sbin/smbd: Processing section "[netlogon]" /usr/sbin/smbd: Processing section "[sysvol]" /usr/sbin/smbd: adding IPC service /usr/sbin/smbd: added interface enp0s31f6 ip=192.168.22.37 bcast=192.168.22.255 netmask=255.255.255.0 /usr/sbin/smbd: loaded services /usr/sbin/smbd: INFO: Profiling support unavailable in this build. /usr/sbin/smbd: Becoming a daemon. /usr/sbin/winbindd: winbindd version 4.9.5-Debian started. /usr/sbin/winbindd: Copyright Andrew Tridgell...
2020 Jan 15
4
Asterisk16 - PJSIP - Error 401 on outbound registration
Hi all, we face a strange behavior while connecting an Asterisk16 instance with PJSIP to 2 providers: we receive error 401 Unauthorized, both of them having Kamailio as front-end. With other providers -we don't know if they run kamailio- registration is just fine. One of the provider took a pcap and told us that expiration was set to 0 that's why they don't accept the
2016 Mar 27
34
[Bug 94725] New: Nouveau driver fails to load on GM204
https://bugs.freedesktop.org/show_bug.cgi?id=94725 Bug ID: 94725 Summary: Nouveau driver fails to load on GM204 Product: xorg Version: unspecified Hardware: Other OS: Linux (All) Status: NEW Severity: normal Priority: medium Component: Driver/nouveau Assignee: nouveau at