search for: wlo1

Displaying 10 results from an estimated 10 matches for "wlo1".

Did you mean: lo1
2020 Jul 27
1
Re: Routed network can't reach outside network
...: > But, for testing purposes (trying to reach the VM's from the KVM host) > I don't need those static routes, right? Because right now I'd be ok > if I could reach the VM's from the KVM host and right now I can't. So which is correct? > <forward dev="wlo1" mode="route"> > <interface dev="wlo1"/> > </forward> It will probably make no difference (unless traffic leaving your "KVM Host" isn't actually using the interface named "wlo1", and in that case it makes *all* the differe...
2020 Jul 19
4
Routed network can't reach outside network
...ess on the internet. I've been using Virtual Machine Manager to set everything up. And this is how the routed network is configured <network connections="1"> <name>routed</name> <uuid>970a25f7-29b6-4a6b-b890-f593eae4fc15</uuid> <forward dev="wlo1" mode="route"> <interface dev="wlo1"/> </forward> <bridge name="virbr2" stp="on" delay="0"/> <mac address="52:54:00:bf:35:42"/> <domain name="routed"/> <ip address="10.2...
2020 Jul 23
2
Re: Routed network can't reach outside network
On Thu, Jul 23, 2020 at 3:54 PM Daniel P. Berrangé <berrange@redhat.com> wrote: > No, don't change it to 0. We need ip_forward enabled as you say. > That's what I thought. I'm leaving it as it is. > Correct. The KVM host knows where the 10.2.2.1/24 subnet is - it owns > it. The other hosts on your LAN don't know anything about 10.2.2.1/24, > so if they
2020 Jul 23
2
Re: Routed network can't reach outside network
...and I can see that it resembles my setup. But I think I've got that covered. This is what the xml file for the virtual network 'routed' looks like: <network> <name>routed</name> <uuid>970a25f7-29b6-4a6b-b890-f593eae4fc15</uuid> <forward dev="wlo1" mode="route"> <interface dev="wlo1"/> </forward> <bridge name="virbr2" stp="on" delay="0"/> <mac address="52:54:00:bf:35:42"/> <domain name="routed"/> <ip address="10.2...
2020 Jul 20
0
Re: Routed network can't reach outside network
...9;ve been using Virtual Machine Manager to set everything up. > And this is how the routed network is configured > <network connections="1"> > <name>routed</name> > <uuid>970a25f7-29b6-4a6b-b890-f593eae4fc15</uuid> > <forward dev="wlo1" mode="route"> > <interface dev="wlo1"/> > </forward> > <bridge name="virbr2" stp="on" delay="0"/> > <mac address="52:54:00:bf:35:42"/> > <domain name="routed"/> &g...
2020 Jul 23
1
Re: Routed network can't reach outside network
...ual Machine Manager to set everything up. >> And this is how the routed network is configured >> <network connections="1"> >> <name>routed</name> >> <uuid>970a25f7-29b6-4a6b-b890-f593eae4fc15</uuid> >> <forward dev="wlo1" mode="route"> >> <interface dev="wlo1"/> >> </forward> >> <bridge name="virbr2" stp="on" delay="0"/> >> <mac address="52:54:00:bf:35:42"/> >> <domain name="...
2014 Oct 25
4
linux kernel 3.17, freeze on resume
This may not be the proper place to raise this question but I've had little luck elsewhere. After trying again, unsuccessfully this time, to install the proprietary NVIDIA driver, I've decided to focus my efforts on the open source Nouveau driver. I've seen video drivers blamed for varying degrees of "freeze on resume" but I'm not certain that's what I'm up
2020 Jun 16
0
iwlwifi problem after Centos 8.2 update
...bytes for firmware monitor. [ 649.806204] iwlwifi 0000:00:14.3: base HW address: a0:a4:c5:dd:0c:52 [ 649.852141] ieee80211 phy644: Selected rate control algorithm 'iwl- mvm-rs' [ 649.853603] thermal thermal_zone8: failed to read out thermal zone (-61) [ 649.860442] iwlwifi 0000:00:14.3 wlo1: renamed from wlan0 [ 649.881196] IPv6: ADDRCONF(NETDEV_UP): wlo1: link is not ready [ 649.887951] iwlwifi 0000:00:14.3: Applying debug destination EXTERNAL_DRAM [ 649.977952] iwlwifi 0000:00:14.3: Applying debug destination EXTERNAL_DRAM [ 650.042990] iwlwifi 0000:00:14.3: FW already configure...
2020 Jul 23
0
Re: Routed network can't reach outside network
...setup. But > I think I've got that covered. > This is what the xml file for the virtual network 'routed' looks like: > > <network> > <name>routed</name> > <uuid>970a25f7-29b6-4a6b-b890-f593eae4fc15</uuid> > <forward dev="wlo1" mode="route"> > <interface dev="wlo1"/> > </forward> > <bridge name="virbr2" stp="on" delay="0"/> > <mac address="52:54:00:bf:35:42"/> > <domain name="routed"/> &g...
2020 Mar 03
0
wifi settings
...th nmcli the GENERAL.METERED to no. So the ideal solution would be. How I change the setting so that each time i connect to my mobile wifi network the setting GENERAL.METERED is set to no. A not so ideal solution would be each time i connect to an wifi network the command "nmcli dev modify wlo1 connection.METERED no" is automatically executed.